Advertisement
Guest User

Untitled

a guest
May 18th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # The loopback network interface
  2. auto lo
  3. iface lo inet loopback
  4.  
  5. # The primary network interface
  6.  
  7. auto eth0
  8. iface eth0 inet static
  9. address 192.168.1.88
  10. gateway 192.168.1.254
  11. netmask 255.255.255.0
  12. ~
  13.  
  14. Kernel IP routing table
  15. Destination Gateway Genmask Flags Metric Ref Use Iface
  16. 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
  17. 0.0.0.0 192.168.1.254 0.0.0.0 UG 100 0 0 eth0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement