Advertisement
marcello

Old openwrt wan config:

Jan 9th, 2015
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Old openwrt wan config:
  2. config 'switch_vlan' 'eth0_1'
  3. option 'device' 'eth0'
  4. option 'vlan' '1'
  5. option 'ports' '0 5'
  6.  
  7. config 'interface' 'wan'
  8. option 'ifname' 'eth0.1'
  9. option '_orig_ifname' 'eth0.1'
  10. option '_orig_bridge' 'false'
  11. option 'proto' 'static'
  12. option 'ipaddr' '192.168.0.3'
  13. option 'netmask' '255.255.255.0'
  14. option 'gateway' '192.168.0.1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement