Kagee

Untitled

Feb 19th, 2016
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. root@visitor:~# ifquery eth1
  2. address: 192.168.159.4
  3. netmask: 255.255.255.0
  4. up: bash -c 'ip route save exact 0/0 > /tmp/vagrant-default-route'
  5. up: bash -c 'ip route replace default via 192.168.159.2 dev eth1'
  6. down: bash -c 'ip route del default via 192.168.159.2 dev eth1 || true'
  7. down: bash -c 'ip route restore < /tmp/vagrant-default-route'
  8. broadcast: 192.168.159.255
  9. root@visitor:~# ifup eth1
  10. Cannot find device "eth1"
  11. Failed to bring up eth1.
Advertisement
Add Comment
Please, Sign In to add comment