Guest User

Untitled

a guest
Jun 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. config 'switch' 'eth0'
  2. option 'vlan0' '0 1 2 3 4 5*'
  3. #option 'vlan0' '0 1 2 3 5*'
  4. #option 'vlan1' '4 5'
  5.  
  6. config 'interface' 'loopback'
  7. option 'ifname' 'lo'
  8. option 'proto' 'static'
  9. option 'ipaddr' '127.0.0.1'
  10. option 'netmask' '255.0.0.0'
  11.  
  12. config 'interface' 'lan'
  13. option 'type' 'bridge'
  14. option 'ifname' 'eth0.0'
  15. option 'proto' 'static'
  16. option 'ipaddr' '192.168.1.1'
  17. option 'netmask' '255.255.255.0'
  18.  
  19. #config 'interface' 'wan'
  20. # option 'ifname' 'eth0.1'
  21. # option 'proto' 'dhcp'
  22.  
  23. config 'route'
Add Comment
Please, Sign In to add comment