Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # port 0 is the "wan" port
  2. # port 1-4 the "lan" ports
  3. # port 5 is the cpu
  4.  
  5. config switch eth0
  6. # internal network
  7. option vlan1 "1 2 3 4 5"
  8. # internet
  9. option vlan5 "0t 5"
  10. # iptv box vlan
  11. option vlan6 "0t 1t 2t 3t 4t 5"
  12. # sip vlan, not used?
  13. option vlan7 "0t 5"
  14.  
  15. config network lan
  16. option ifname "eth0.1"
  17. option proto static
  18. option ... and so on
  19.  
  20. config network wan
  21. option ifname "eth0.5"
  22. option proto dhcp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement