mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
inteno-netmodes: update network config for mtk routed
This commit is contained in:
parent
b03bcefc7d
commit
2ac79b3ae8
1 changed files with 3 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ config interface 'lan'
|
||||||
option ipaddr '192.168.1.1'
|
option ipaddr '192.168.1.1'
|
||||||
option netmask '255.255.255.0'
|
option netmask '255.255.255.0'
|
||||||
option ip6assign '60'
|
option ip6assign '60'
|
||||||
option ifname 'eth0.1 ra0 rai0'
|
option ifname 'eth0.1'
|
||||||
|
|
||||||
config device 'lan_dev'
|
config device 'lan_dev'
|
||||||
option name 'eth0.1'
|
option name 'eth0.1'
|
||||||
|
|
@ -20,6 +20,8 @@ config device 'lan_dev'
|
||||||
config interface 'wan'
|
config interface 'wan'
|
||||||
option ifname 'eth0.2'
|
option ifname 'eth0.2'
|
||||||
option proto 'dhcp'
|
option proto 'dhcp'
|
||||||
|
option hostname '$IOPHOSTNAME-$MAC'
|
||||||
|
option vendorid '$HARDWAREID-INTENO'
|
||||||
option reqopts '66 67 128 224'
|
option reqopts '66 67 128 224'
|
||||||
|
|
||||||
config device 'wan_dev'
|
config device 'wan_dev'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue