Community discussions

MikroTik App
 
knowseek
just joined
Topic Author
Posts: 2
Joined: Mon Aug 30, 2021 4:30 pm

Inter-vlan routing

Tue Aug 31, 2021 2:10 pm

Hi ,
I have a hEX RB750 Gr3.
I have try to configure inter-vlan routing following the guideline mentioned here under the example - "VLAN Example - InterVLAN Routing by Bridge"
https://help.mikrotik.com/docs/display/ ... ngbyBridge

But the ping between different vlan is still not working ? Any idea what could be the reason ?

Some config from my device

/interface bridge
........... comment=defconf name=bridge \
vlan-filtering=yes

/interface vlan
add interface=bridge name=vlan10 vlan-id=10
add interface=bridge name=vlan20 vlan-id=20

/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3 pvid=20
add bridge=bridge comment=defconf interface=ether4 pvid=10
add bridge=bridge comment=defconf interface=ether5 pvid=10

/interface bridge vlan
add bridge=bridge tagged=bridge untagged=ether4,ether5 vlan-ids=10
add bridge=bridge tagged=bridge untagged=ether3 vlan-ids=20

/ip address
add address=192.168.88.1/24 comment=defconf interface=ether2 network=\
192.168.88.0
add address=192.168.2.20/24 interface=vlan10 network=192.168.2.0
add address=192.168.3.20/24 interface=vlan20 network=192.168.3.0

I did not do anything on the firewall, it is as per default.
Appreciate anyone advice. TQ
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 18958
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: Inter-vlan routing  [SOLVED]

Tue Aug 31, 2021 3:19 pm

Please read this article and re-attempt.
Then if not successful come back and then post (and not just what you think we need to see)
/export hide-sensitive file=anynameyouwish

viewtopic.php?f=23&t=143620
 
Zacharias
Forum Guru
Forum Guru
Posts: 3459
Joined: Tue Dec 12, 2017 12:58 am
Location: Greece

Re: Inter-vlan routing

Tue Aug 31, 2021 3:42 pm

I would suggest you to reset to no defaults when you re doing some practice instead of working on existing configuration ...
 
knowseek
just joined
Topic Author
Posts: 2
Joined: Mon Aug 30, 2021 4:30 pm

Re: Inter-vlan routing

Tue Aug 31, 2021 4:16 pm

Hi all,
Thanks for your help.
Just would like to update that its working now, it was my mistake when i did not configure the GW properly at the endpoints.
The sample guide was indeed working ! TQ

Who is online

Users browsing this forum: morphema and 43 guests