Advertisement
kiedtink

/etc/network/interfaces

Mar 13th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Konfigurasi loopback
  2. auto lo
  3. iface lo inet loopback
  4.  
  5. # Konfigurasi eth1
  6. auto eth1
  7. iface eth1 inet dhcp
  8. # address 192.168.1.50
  9. # netmask 255.255.255.0
  10. # network 192.168.1.0
  11. # broadcast 192.168.1.255
  12. # gateway 192.168.1.1
  13. # dns-nameservers 192.168.1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement