Temat: WR743 a sekcja "switch"
Witam,
przepraszam za głupie pytanie ale dopiero się uczę.
to jest zawartość /etc/config/network wr1043
root@TPLink:~$ vi /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 'interface' 'lan'
option 'ifname' 'eth0.1'
option 'type' 'bridge'
option 'proto' 'static'
option 'netmask' '255.255.255.0'
option 'ipaddr' '172.16.1.1'
option 'dns' '192.168.1.1'
config 'interface' 'wan'
option 'proto' 'static'
option 'netmask' '255.255.255.0'
option 'type' 'bridge'
option 'ipaddr' '192.168.1.123'
option 'gateway' '192.168.1.1'
option 'dns' '192.168.1.1'
config 'switch'
option 'name' 'rtl8366rb'
option 'reset' '1'
option 'enable_vlan' '1'
config 'switch_vlan'
option 'device' 'rtl8366rb'
option 'vlan' '1'
option 'ports' '1 2 3 4 5t'
config 'switch_vlan'
option 'device' 'rtl8366rb'
option 'vlan' '2'
option 'ports' '0 5t'
A to wr743
vi /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 'interface' 'lan'
option 'ifname' 'eth0'
option 'type' 'bridge'
option 'proto' 'static'
option 'netmask' '255.255.255.0'
option 'ipaddr' '172.16.1.1'
option 'dns' '192.168.1.1'
config 'interface' 'wan'
option 'type' 'bridge'
option 'dns' '192.168.1.1'
option 'proto' 'static'
option 'ipaddr' '192.168.1.123'
option 'netmask' '255.255.255.0'
option 'gateway' '192.168.1.1'
Dlaczego w wr743 nie ma sekcji switch i vlan??