SHARE
TWEET
ip aliasing stuff ubuntu 16.04
a guest
Jun 13th, 2016
39
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- # The primary network interface
- auto enp1s6
- iface enp1s6 inet dhcp
- auto enp3s0
- allow-hotplug enp3s0
- iface enp3s0 inet static
- address 10.0.0.201
- netmask 255.255.255.0
- gateway 10.0.0.1
- iface enp3s0 inet static
- address 10.0.0.202
- netmask 255.255.255.0
- iface enp3s0 inet static
- address 10.0.0.203
- netmask 255.255.255.0
- iface enp3s0 inet static
- address 10.0.0.204
- netmask 255.255.255.0
- iface enp3s0 inet static
- address 10.0.0.205
- netmask 255.255.255.0
- ^ contents of /etc/network/interfaces
- output: after sudo ifdown enp3s0 && sudo ifup enp3s0
- ifdown: interface enp3s0 not configured
- RTNETLINK answers: File exists
- Failed to bring up enp3s0.
RAW Paste Data
