Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@visitor:~# ifquery eth1
- address: 192.168.159.4
- netmask: 255.255.255.0
- up: bash -c 'ip route save exact 0/0 > /tmp/vagrant-default-route'
- up: bash -c 'ip route replace default via 192.168.159.2 dev eth1'
- down: bash -c 'ip route del default via 192.168.159.2 dev eth1 || true'
- down: bash -c 'ip route restore < /tmp/vagrant-default-route'
- broadcast: 192.168.159.255
- root@visitor:~# ifup eth1
- Cannot find device "eth1"
- Failed to bring up eth1.
Advertisement
Add Comment
Please, Sign In to add comment