Community discussions

MikroTik App
 
s4nguine
just joined
Topic Author
Posts: 1
Joined: Tue Mar 14, 2023 9:28 pm

Unable to ping VLAN default gateway after changing PVID

Tue Mar 14, 2023 9:53 pm

Hello everyone,

First of all I'm kind of new to networking stuff and this is my first Mikrotik device so forgive me stupid questions.
I have CRS326 switch which is connected to OpenWRT router.
Currently I created lab environment in GNS3 which pretty much reflects what I have in home:
diag.png
OpenWRT VLANs with DHCP servers are created, for testing VLAN110 with address 192.168.10.1/24
Trunk port would be 'e0' so I assigned it as tagged port.

Mikrotik is connected to router on ether2 port, configuration looks like this:
/interface bridge
add ingress-filtering=no name=bridge1 vlan-filtering=yes
/interface ethernet
set [ find default-name=ether1 ] disable-running-check=no
set [ find default-name=ether2 ] disable-running-check=no
set [ find default-name=ether3 ] disable-running-check=no
set [ find default-name=ether4 ] disable-running-check=no
set [ find default-name=ether5 ] disable-running-check=no
set [ find default-name=ether6 ] disable-running-check=no
set [ find default-name=ether7 ] disable-running-check=no
set [ find default-name=ether8 ] disable-running-check=no
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/port
set 0 name=serial0
/interface bridge port
add bridge=bridge1 interface=ether8 pvid=110
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
/interface bridge vlan
add bridge=bridge1 tagged=ether2 untagged=ether8 vlan-ids=110
/ip dhcp-client
add interface=bridge1
I want PC1 which is connected to switch on ether8 port to get address from VLAN 110, but as soon as I change port ether8 VLAN to 110 I'm unable to ping default gateway address of VLAN which is 192.168.10.1 (I can ping it from Mikrotik console so it should be accessible).

I really hope you can help me figure this out.
You do not have the required permissions to view the files attached to this post.

Who is online

Users browsing this forum: asmman, Bing [Bot], InfraErik, Majestic-12 [Bot] and 53 guests