Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dhcp enabled #2

Merged
merged 1 commit into from Mar 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions etc/network/interfaces.d/30_kicksecure
Expand Up @@ -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