I’m probably forgetting something stuppid, again. But what i have read in the Internet, this should work (I think).
I’m already working with a basic setup, so that I can perform my tests without any issues. But still it won’t work.
The question is why?
I want to have a interface with an untagged vlan, but there will also be tagged vlan’s on this Interface.
/sys reset-configuration #load basic configuration
/interface vlan add name=VLAN25 vlan-id=25 interface=ether2
/ip address add address=192.168.1.1/24 interface=VLAN25A very basic configuration i think.
I have configured my Windows 8 laptop with an tagged VLAn25 and untagged vlan.
The untagged vlan can ping 192.168.88.1 without any issues. So this works correctly.
But my Interface on VLAN25 can’t ping 192.168.1.1. So I’m going something wrong. But I can’t find where the issue is.
/ip address
add address=192.168.88.1/24 comment=“default configuration” disabled=no interface=bridge-local network=192.168.88.0
add address=192.168.1.1/24 disabled=no interface=VLAN25 network=192.168.1.0I have tried:
set 0 interface=bridge-localBut did also not work.
I have tried:
add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes disabled=no forward-delay=15s l2mtu=1594
max-message-age=20s mtu=1500 name=bridge25 priority=0x8000 protocol-mode=none transmit-hold-count=6
add address=192.168.1.1/24 disabled=no interface=bridge25 network=192.168.1.0
/interface bridge port
add bridge=bridge25 disabled=no edge=auto external-fdb=auto horizon=none interface=VLAN25 path-cost=10
point-to-point=auto priority=0x80
/interface bridge settings
set use-ip-firewall=no use-ip-firewall-for-pppoe=no use-ip-firewall-for-vlan=no
/ip address
add address=192.168.1.1/24 disabled=no interface=bridge25 network=192.168.1.0I have configured a second laptop with the same vlan config, and they can ping the other machine. So the VLAN works on the laptops. So i’m going something wrong on the RO.
I’m now a little bit out of ideas.