View Issue Details

IDProjectCategoryView StatusLast Update
0007568Kali LinuxGeneral Bugpublic2022-02-21 17:18
Reportermccobalt96 Assigned Todaniruiz  
PrioritynormalSeverityminorReproducibilitysometimes
Status closedResolutionsuspended 
Product Version2021.4 
Summary0007568: 2nd ethernet adapter problem
Description

When using Oracle VirtualBox to host a Kali Linux 2021-4a VM I am having a problem. I define 2 adapters to Kali, adapter 1 is a host-only adapter and adapter 2 is bridged to allow connectivity to the internet. Both adapters won't come online. I followed the directions here:

https://linux.security10x.com/linux-configuration-tutorial/enable-eth1-interface-in-kali-linux

But it only corrects the problem sometimes. I'm teaching a class and using Kali in it. The students with the problem are running Windows 10. I can sporadically reproduce the problem. Sometimes, walking through the steps works fine, and sometimes it doesn't.

I was running 2021-1 and didn't have this problem. My students are running 2021-4a.

Steps To Reproduce

Create VM in OVB.
Import the kali OVA file.
Update settings -> network -> adapter 1 = host-only adapter
Update settings -> network -> adapter 2 = bridged adapter
start the VM
ifconfig - IP only assigned to one adapter.
Looking at /etc/network/interfaces I don't see entries for eth0 or eth1... only lo.

This change sometimes solves the problem:
cd /etc/network
echo “allow-hotplug eth0” >> interfaces
echo “iface eth0 inet dhcp” >> interfaces
echo “allow-hotplug eth1” >> interfaces
echo “iface eth1 inet dhcp” >> interfaces
ifup eth0
ifup eth1

Activities

daniruiz

daniruiz

2022-02-21 17:18

manager   ~0015781

Thank you for your interest in Kali but this is not a bug report. It looks like that you need help and guidance to perform some task. We have community support forums on https://forums.kali.org/ or on IRC with the #kali-linux channel on irc.oftc.net), please post your questions there.

Issue History

Date Modified Username Field Change
2022-02-07 12:55 mccobalt96 New Issue
2022-02-21 17:18 daniruiz Note Added: 0015781
2022-02-21 17:18 daniruiz Assigned To => daniruiz
2022-02-21 17:18 daniruiz Status new => closed
2022-02-21 17:18 daniruiz Resolution open => suspended