Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. config interface loopback
  2. option ifname lo
  3. option proto static
  4. option ipaddr 127.0.0.1
  5. option netmask 255.0.0.0
  6.  
  7. config interface wan
  8. option ifname eth0
  9. option proto dhcp
  10.  
  11. config interface lan
  12. option ifname eth0.0
  13. option type bridge
  14. option proto static
  15. option ipaddr 192.168.0.254
  16. option netmask 255.255.255.0
  17. option gateway 192.168.0.254
  18. option dns 192.168.0.254
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement