Temat: RouterStatio PRO i tagowane VLANy
Witam,
Zacznę od tego, że męczę się z problemem już z tydzień i w końcu postanowiłem zapytać fachowców... schemat jest następujący:
od dostawcy dostaję tagowany ruch na VLAN-ie ( 74)wpuszczam go na eth0 (port5), bez problemu dodaję interfejs wan (sieć działa, pingi chodzą etc.)
/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 'eth1'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.2.254'
option netmask '255.255.255.0'
config interface 'wan'
option ifname 'eth0.74'
option proto 'static'
option ipaddr '10.10.78.2'
option netmask '255.255.255.240'
option gateway '10.10.78.1'
option dns '10.10.67.250 10.10.66.45'
config switch
option name 'eth1'
option reset '1'
option enable_vlan '1'
config switch_vlan eth1_1
option device 'eth1'
option vlan '1'
option ports '0 2 3'
config switch_vlan eth1_74
option device 'eth1'
option vlan '74'
option ports '4'Problem polega na tym by fizycznie rozdzielić od siebie Vlan 74 (na porcie 4 switcha) i 1 (na pozostałych portach) by móc z nich korzystać na różnych portach switcha (bez tagowania). Czy da się to w ogóle zrobić zrobić na RP PRO?
Pozdrawiam,
pancio