Advertisement
sunny790821

network_configuration_cc

Oct 31st, 2011
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. # The loopback network interface
  2. auto lo
  3. iface lo inet loopback
  4.  
  5. auto br100
  6. iface br100 inet dhcp
  7. bridge_ports eth1
  8. bridge_stp off
  9. bridge_maxwait 0
  10. bridge_fd 0
  11.  
  12. auto eth0
  13. iface eth0 inet static
  14. address 192.168.100.113
  15. netmask 255.255.255.0
  16. broadcast 192.168.100.255
  17. gateway 192.168.100.254
  18. dns-nameservers 168.126.63.1
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement