Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. auto lo
  2. iface lo inet loopback
  3.  
  4. iface eth0 inet static
  5. address 192.168.1.100
  6. netmask 255.255.255.0
  7. gateway 192.168.1.1
  8.  
  9. allow-hotplug wlan0
  10.  
  11. iface wlan0 inet static
  12. address 192.168.1.200
  13. netmask 255.255.255.0
  14. gateway 192.168.1.1
  15.  
  16. iface default inet dhcp
  17.  
  18. iface wlan1 inet static
  19. address 192.168.42.1
  20. netmask 255.255.255.0
  21.  
  22. auto lo
  23. iface lo inet loopback
  24.  
  25. iface wlan1 inet static
  26. address 192.168.42.1
  27. netmask 255.255.255.0
  28.  
  29. iface eth0 inet static
  30. address 192.168.1.100
  31. netmask 255.255.255.0
  32. gateway 192.168.1.1
  33.  
  34. allow-hotplug wlan0
  35.  
  36. iface wlan0 inet static
  37. address 192.168.1.200
  38. netmask 255.255.255.0
  39. gateway 192.168.1.1
  40.  
  41. iface default inet dhcp
  42.  
  43. Multiple interfaces match the same subnet: wlan0 eth0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement