Temat: VLAN natywny dla TL-WR841N
Przeszukuję treści internetów i niestety nie umiem znaleźć odpowiedzi.
Na TL-WR841N z MediaTek MT7628N mam ustawione 4 VLAN'y a port WAN służy mi jako Trunk. Niezależnie czy Trunk jest jako eth0.5 czy nawet eth0.1 to aby połączyć się z routerem (od strony trunk) muszę wysyłać ramki 802.1Q nawet z VLAN id=1.
Czy jest jakaś możliwość aby ustawić ten port jako natywny?
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 'dead:cafe:a240::/48'
config interface 'trunk'
option type 'bridge'
option ifname 'eth0.5'
option proto 'static'
option delegate '0'
option force_link '0'
option ipaddr '172.30.100.240'
option netmask '255.255.0.0'
config device 'lan_eth0_1_dev'
option name 'eth0.5'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '5'
option ports '0 6t'
config switch_vlan
option device 'switch0'
option ports '0t 1 6t'
option vlan '10'
config interface 'vlan10'
option proto 'static'
option ifname 'eth0.10'
option type 'bridge'
option ipaddr '10.186.0.254'
option netmask '255.255.0.0'
option delegate '0'
option force_link '0'
option stp '1'
config switch_vlan
option device 'switch0'
option vlan '11'
option ports '0t 2 6t'
config interface 'vlan11'
option proto 'static'
option ifname 'eth0.11'
option type 'bridge'
option ipaddr '10.186.0.254'
option netmask '255.255.0.0'
option delegate '0'
option force_link '0'
option stp '1'
config switch_vlan
option device 'switch0'
option vlan '12'
option ports '0t 3 6t'
config interface 'vlan12'
option proto 'static'
option ifname 'eth0.12'
option type 'bridge'
option ipaddr '10.186.40.130'
option netmask '255.255.255.0'
option delegate '0'
option force_link '0'
option stp '1'
config switch_vlan
option device 'switch0'
option ports '0t 4 6t'
option vlan '13'
config interface 'vlan13'
option proto 'static'
option ifname 'eth0.13'
option type 'bridge'
option ipaddr '10.186.110.254'
option netmask '255.255.255.0'
option delegate '0'
option force_link '0'
option stp '1'