Advertisement
Guest User

qqqqqqq

a guest
Oct 5th, 2011
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. auto lo
  3. iface lo inet loopback
  4.  
  5. auto eth0
  6. iface eth0 inet static
  7. address 192.168.2.234
  8. netmask 255.255.255.0
  9. gateway 192.168.2.1
  10.  
  11. #auto wlan1
  12. #iface wlan1 inet static
  13. #address 192.168.0.1
  14. #netmask 255.255.255.128
  15. #gateway 192.168.0.1
  16. #pre-up iptables-restore /etc/iptables.rules
  17.  
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement