Create a gist now

Instantly share code, notes, and snippets.

@boxrick /1~ Original Secret
Last active Oct 23, 2017

What would you like to do?
Ubuntu Broken Network
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto enp1s0f0
iface enp1s0f0 inet static
address 172.29.88.51
netmask 255.255.255.192
network 172.29.88.0
broadcast 172.29.88.63
gateway 172.29.88.5
dns-nameservers 172.29.100.40 172.29.100.41
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto enp1s0f0
iface enp1s0f0 inet manual
auto bridge0
iface bridge0 inet static
address 172.29.88.51
bridge_fd 0
bridge_ports enp1s0f0
bridge_stp off
bridge_waitport 0
dns-nameservers 172.29.100.40 172.29.100.41
gateway 172.29.88.5
netmask 255.255.255.192
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment