You currently have:I've been able to set up a DHCP server for the VLAN. I can connect to the router on eth5, and I get an address, but that's where the fun stops.
Code:
/interface bridge portadd bridge=bridge comment=defconf interface=ether2add bridge=bridge comment=defconf interface=ether3add bridge=bridge comment=defconf interface=ether4add bridge=bridge comment=defconf interface=ether5 pvid=100/interface bridge vlanadd bridge=bridge tagged=bridge,ether4,ether5 vlan-ids=100
Code:
/interface bridge vlanadd bridge=bridge tagged=bridge vlan-ids=100
Code:
/interface bridge vlanadd bridge=bridge tagged=bridge untagged=ether5 vlan-ids=100
An as @gigabyte091 you need to change
/ip pool
...
add name=MGMT_POOL ranges=192.168.0.30-192.168.30.100
to
add name=MGMT_POOL ranges=192.168.30.30-192.168.30.100
Statistics: Posted by Buckeye — Thu Mar 28, 2024 12:54 pm