Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # wireless:
  2. config wifi-iface
  3. ...
  4. option network wifitrunk
  5.  
  6.  
  7. # network:
  8. config interface wifitrunk
  9. option proto none
  10.  
  11. config interface vlan8
  12. option type bridge
  13. option proto static
  14. option ipaddr 192.168.8.1
  15. option netmask 255.255.255.0
  16. option ifname "eth1.8 @wifitrunk.8"
  17.  
  18. config interface vlan9
  19. option type bridge
  20. option proto static
  21. option ipaddr 192.168.9.1
  22. option netmask 255.255.255.0
  23. option ifname "eth1.9 @wifitrunk.9"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement