- EdgeRouter PoEv1.8.5rc1
- ToughSwitch PoE Pro
- Rocket 5AC PtMP
- PBE-5AC-400-ISO
I have an EdgeRouter and on eth3 an ToughSwitch PoE Pro connected.
On the switch a Rocket 5AC PtMP connected and wireless an 5AC-400-ISO on that rocket.
After the 400-ISO with an wlan0.700-lan0 bridge, directly connected my laptop
On the EdgeRouter
- When I make vlan eth3.700 and add an manual IPaddress to that interface I can ping from my laptop the EdgeRouter on the eth3.700 address and vice versa.
- When I delete the eth3.700 IPaddress (no address) and make an bridge to a brand new vlan eth1.700 and give that bridge the same (or another) IPaddress, its not pingable vice versa.
When I do a packet trace on that specific bridge I see broadcast packets of my laptop!!
set interfaces bridge br1 address 172.24.1.161/27 set interfaces ethernet eth1 vif 700 bridge-group bridge br1 set interfaces ethernet eth3 vif 700 bridge-group bridge br1
What I'm doing wrong?