can you please look at my config, I'm playing with VLANs and I'm not sure about the next step.
I'm using hAPax3 as a router and L009 as a switch. I made it almost working, but I'm missing connection of the switch itself to network (if that makes sence).
If I try to ping gateway, from the switch, at 10.10.0.1 I get reply, If I try to ping DNS server at 10.20.0.10 I get error that route does not exists (base on that, I think that I'm missing some route )
So I tried to add route 0.0.0.0/0 with gateway vlan10 and then with bridge1 but as you can guess I was unsuccessful.
Question is, what should I do to get the connection? Because I basically don't have any more interfaces to try.
Switch config:
Code: Select all
/interface bridge
add frame-types=admit-only-vlan-tagged name=bridge1 vlan-filtering=yes
/interface ethernet
set [ find default-name=ether8 ] poe-out=forced-on
/interface vlan
add interface=bridge1 name=vlan10 vlan-id=10
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=ether1 pvid=10
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=ether2 pvid=10
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=ether3 pvid=30
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=ether4 pvid=30
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=ether5 pvid=40
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=ether6 pvid=40
add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \
interface=ether7 pvid=40
add bridge=bridge1 frame-types=admit-only-vlan-tagged interface=ether8
/interface bridge vlan
add bridge=bridge1 tagged=bridge1,ether8 vlan-ids=10
add bridge=bridge1 tagged=ether8 vlan-ids=20
add bridge=bridge1 tagged=ether8 vlan-ids=30
add bridge=bridge1 tagged=ether8 vlan-ids=40
add bridge=bridge1 tagged=ether8 vlan-ids=50
/ip address
add address=10.10.0.2/24 interface=vlan10 network=10.10.0.0
/ip dns
set servers=10.20.0.10