diff --git a/etc/network/interfaces.d/30_kicksecure b/etc/network/interfaces.d/30_kicksecure index 538cf1c..858278f 100644 --- a/etc/network/interfaces.d/30_kicksecure +++ b/etc/network/interfaces.d/30_kicksecure @@ -22,14 +22,14 @@ iface lo inet loopback ## with your LAN network or router. ## We no longer use DHCP. ## https://phabricator.whonix.org/T559 -#auto eth0 -#iface eth0 inet dhcp +auto eth0 +iface eth0 inet dhcp ## NAT interface to communicate with VirtualBox. -auto eth0 -iface eth0 inet static - address 10.0.2.15 - netmask 255.255.255.0 - gateway 10.0.2.2 +#auto eth0 +#iface eth0 inet static +# address 10.0.2.15 +# netmask 255.255.255.0 +# gateway 10.0.2.2 ## broadcast required? #broadcast 10.0.2.255