对,恩山论坛下的。/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 ula_prefix 'fde6:7806:4a52::/48'
config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wan'
option ifname 'eth0.2'
option proto 'dhcp'
option hostname 'Computer'
config device 'wan_eth0_2_dev'
option name 'eth0.2'
option macaddr '20:76:9a:2f:59:6e'
config interface 'wan6'
option ifname 'eth0.2'
option proto 'dhcpv6'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 1 6t'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '4 6t'
========================
直接把这个文件里wan_eth0_2_dev的mac改了行吗?
【 在 Dazzy (大懒虫,脱焦省却磨皮) 的大作中提到: 】
: 这设备正好我有。可惜看版本,你的不是官方的。估计是lean?我这边用snapshot,两周前编译的r14xxx. 我会看/etc/config/network内容有无改。是这个文件存不了,还是它每次被netifd重置。
: --来自微水木3.5.2
--
FROM 111.198.174.*