Advertisement
Guest User

Router A: Network

a guest
Sep 24th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. config interface 'lan'
  2. option type 'bridge'
  3. option proto 'static'
  4. option netmask '255.255.255.0'
  5. option ip6assign '60'
  6. option ipaddr '10.27.22.1'
  7. option _orig_ifname 'eth0.1 radio0.network1'
  8. option _orig_bridge 'true'
  9. option ifname 'eth0.10'
  10.  
  11. config interface 'wan'
  12. option ifname 'eth0.2'
  13. option proto 'dhcp'
  14.  
  15. config interface 'wan6'
  16. option ifname 'eth0.2'
  17. option proto 'dhcpv6'
  18.  
  19. config interface 'ninux'
  20. option ifname 'ninux'
  21. option proto 'static'
  22. option ipaddr '172.27.85.35'
  23. option netmask '255.255.0.0'
  24.  
  25. config interface 'vpnbas'
  26. option proto 'none'
  27. option ifname 'vpnbas'
  28.  
  29. config globals 'globals'
  30. option ula_prefix 'fd25:0fc4:1261::/48'
  31.  
  32. config switch 'cfg073777'
  33. option name 'switch0'
  34. option enable_vlan '1'
  35. option reset '1'
  36.  
  37. config interface 'loopback'
  38. option ipaddr '127.0.0.1'
  39. option ifname 'lo'
  40. option netmask '255.0.0.0'
  41. option proto 'static'
  42.  
  43. config switch_vlan 'cfg0c1ec7'
  44. option vid '10'
  45. option device 'switch0'
  46. option ports '0t 2 3 4 5'
  47. option vlan '3'
  48.  
  49. config switch_vlan 'cfg091ec7'
  50. option vid '2'
  51. option device 'switch0'
  52. option ports '0t 1'
  53. option vlan '2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement