Guest User

Untitled

a guest
Apr 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1.  
  2. config interface 'loopback'
  3. option ifname 'lo'
  4. option proto 'static'
  5. option ipaddr '127.0.0.1'
  6. option netmask '255.0.0.0'
  7.  
  8. config globals 'globals'
  9. option ula_prefix 'fd1e:3816:cb64::/48'
  10.  
  11. config interface 'lan'
  12. option type 'bridge'
  13. option proto 'static'
  14. option ipaddr '192.168.1.1'
  15. option netmask '255.255.255.0'
  16. option ip6assign '60'
  17. option dns '208.67.222.222 208.67.220.220 8.8.8.8'
  18. option ifname 'eth0 eth1 eth2 eth3 eth4'
  19.  
  20. config interface 'wlan'
  21. option type 'bridge'
  22. option proto 'static'
  23. option ipaddr '192.168.2.1'
  24. option netmask '255.255.255.0'
  25. option ip6assign '60'
  26. option dns '208.67.222.222 208.67.220.220 8.8.8.8'
  27.  
  28. config interface 'wan'
  29. option proto 'pppoe'
  30. option username 'xxxxx'
  31. option password 'xxx'
  32. option ipv6 'auto'
  33. option ifname 'eth5'
Add Comment
Please, Sign In to add comment