Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 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. option vlan1 "1 2 3 4 5"
  7. option vlan5 "0t 5"
  8. option vlan6 "0t 1t 2t 3t 4t 5"
  9. option vlan7 "0t 5"
  10.  
  11. config network lan
  12. option ifname "eth0.1"
  13. option proto static
  14. option ... and so on
  15.  
  16. config network wan
  17. option ifname "eth0.7"
  18. option proto dhcp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement