Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ...
  2.  
  3. iface eth0 inet static
  4. address 192.168.1.100
  5. netmask 255.255.255.0
  6. gateway 192.168.1.1
  7.  
  8. ...
  9.  
  10. iface wlan0 inet static
  11. address 192.168.1.200
  12. netmask 255.255.255.0
  13.  
  14. ...
  15.  
  16. ...
  17.  
  18. iface eth0 inet static
  19. address 192.168.1.100
  20. netmask 255.255.255.0
  21. gateway 192.168.1.1
  22.  
  23. ...
  24.  
  25. iface wlan0 inet static
  26. address 192.168.2.200
  27. netmask 255.255.255.0
  28.  
  29. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement