之前不是 DSA 的时候只需要修改以下内容 /etc/config/network
config switch_vlan option device 'switch0' option vlan '3' option vid '85' option ports '0t 1t 2t 3t 4t'
config switch_vlan option device 'switch0' option vlan '4' option ports '0t 1t 2t 3t 4t' option vid '51'
/etc/dnsmasq.conf 另外请问下这里的“=”后面是不是需要“lan,”我看有的教程是有的,有的又不需要。
dhcp-option-force=lan,125,00:00:00:00:1a:02:06:48:47:57:2d:43:54:0a:02:20:00:0b:02:00:55:0d:02:00:2e dhcp-option=lan,60,00:00:01:00:02:03:43:50:45:03:0e:45:38:20:47:50:4f:4e:20:52:4f:55:54:45:52:04:03:31:2E:30 dhcp-option=lan,15 dhcp-option=lan,28
但是现在变成 das 后就不知道怎么修改了。看了下官方文档,network 的内容和现在的也有出入,实在不会依葫芦画瓢。
下面是现有的 /etc/config/network 部分内容,仅供参考
config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0'
config globals 'globals' option packet_steering '1'
config interface 'lan' option type 'bridge' option ifname 'lan1 lan2 lan3 lan4' option proto 'static' option ipaddr '192.168.0.1' option netmask '255.255.255.0' option ip6assign '60' option dns '202.96.209.133 202.96.209.6' option delegate '0'