Skip to content
Snippets Groups Projects
Commit b46cb1ec authored by Sukru Senli's avatar Sukru Senli
Browse files

dg301: no need for special network config

parent cea380d4
No related branches found
No related tags found
No related merge requests found
config 'interface' 'loopback'
option 'is_lan' 1
option 'ifname' 'lo'
option 'proto' 'static'
option 'ipaddr' '127.0.0.1'
option 'netmask' '255.0.0.0'
config 'interface' 'lan'
option 'is_lan' 1
option 'type' 'bridge'
option 'proto' 'static'
option 'ipaddr' '192.168.1.1'
option 'netmask' '255.255.255.0'
option 'ifname' 'eth1 eth2 eth3 eth4'
config 'interface' 'wan'
option 'type' 'anywan'
option 'ifname' 'ptm0.1 atm0.1 eth0.1'
option 'vendorid' '$HARDWAREID-INTENO'
option 'proto' 'dhcp'
option 'hostname' 'Inteno_$MAC4'
option 'reqopts' '132 133'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment