Advertisement
Guest User

Router B: Network

a guest
Sep 24th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 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.23.1'
  7. option _orig_ifname 'eth0.1 wlan0'
  8. option _orig_bridge 'true'
  9. option ifname 'eth0.10'
  10. option dns '8.8.8.8'
  11.  
  12. config interface 'wan'
  13. option ifname 'eth0.2'
  14. option proto 'dhcp'
  15.  
  16. config interface 'wan6'
  17. option ifname 'eth0.2'
  18. option proto 'dhcpv6'
  19.  
  20. config interface 'ninux'
  21. option ifname 'ninux'
  22. option proto 'static'
  23. option ipaddr '172.27.85.34'
  24. option netmask '255.255.0.0'
  25.  
  26. config globals 'globals'
  27. option ula_prefix 'fdd1:50f2:2dfa::/48'
  28.  
  29. config interface 'HOTSPOT'
  30. option dns '8.8.8.8 8.8.4.4'
  31. option dns_search 'basilicata.nnxx'
  32. option ifname 'eth0.5'
  33. option ipaddr '192.168.20.1'
  34. option netmask '255.255.255.0'
  35. option proto 'static'
  36.  
  37. config interface 'ANT_2'
  38. option dns '8.8.8.8 8.8.4.4'
  39. option dns_search 'basilicata.nnxx'
  40. option ifname 'eth0.4'
  41. option ipaddr '172.27.85.38'
  42. option netmask '255.255.0.0'
  43. option proto 'static'
  44.  
  45. config interface 'ANT_1'
  46. option dns '8.8.8.8 8.8.4.4'
  47. option dns_search 'basilicata.nnxx'
  48. option ifname 'eth0.3'
  49. option ipaddr '172.27.85.37'
  50. option netmask '255.255.0.0'
  51. option proto 'static'
  52.  
  53. config interface 'vpnbas'
  54. option ifname 'vpnbas'
  55. option proto 'none'
  56.  
  57. config switch 'cfg073777'
  58. option enable_vlan '1'
  59. option name 'switch0'
  60. option reset '1'
  61.  
  62. config switch_vlan 'cfg101ec7'
  63. option device 'switch0'
  64. option ports '0t 2t'
  65. option vid '4'
  66. option vlan '5'
  67.  
  68. config switch_vlan 'cfg121ec7'
  69. option device 'switch0'
  70. option ports '0t 2t'
  71. option vid '5'
  72. option vlan '6'
  73.  
  74. config interface 'loopback'
  75. option ifname 'lo'
  76. option ipaddr '127.0.0.1'
  77. option netmask '255.0.0.0'
  78. option proto 'static'
  79.  
  80. config switch_vlan 'cfg091ec7'
  81. option device 'switch0'
  82. option ports '0t 1'
  83. option vid '2'
  84. option vlan '2'
  85.  
  86. config switch_vlan 'cfg0e1ec7'
  87. option device 'switch0'
  88. option ports '0t 2t'
  89. option vid '3'
  90. option vlan '4'
  91.  
  92. config switch_vlan 'cfg0c1ec7'
  93. option device 'switch0'
  94. option ports '0t 2t 3 4 5'
  95. option vid '10'
  96. option vlan '3'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement