Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Kernel IP routing table
  2. Destination Gateway Genmask Flags MSS Window irtt Iface
  3. 0.0.0.0 172.21.0.1 0.0.0.0 UG 0 0 0 eth1
  4. 172.21.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
  5. 172.21.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
  6.  
  7. /etc/network/interfaces
  8. "# interfaces(5) file used by ifup(8) and ifdown(8)"
  9. "#auto lo"
  10. "#iface lo inet loopback"
  11. auto lo eth0
  12. iface lo inet loopback
  13. iface eth0 inet static
  14. address 172.21.3.42
  15. netmask 255.255.0.0
  16. gateway 172.21.0.1
  17. "# dns-search www.google.com"
  18. dns-nameservers 172.21.3.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement