Community discussions

MikroTik App
 
verbylab
newbie
Topic Author
Posts: 35
Joined: Sat Jun 26, 2021 4:30 pm

Establishing an inter-VRF/VLAN route

Tue Jul 27, 2021 1:06 am

Hi! My setup roughly looks like this:
  • VLAN 1 (native LAN): includes a Pi-hole instance at 192.168.1.5
  • VLAN 20
  • VLAN 30

The goal is to be able to talk to the Pi-hole from any of the VLANs.

I am using MikroTik's VRF implementation which has allowed me to keep the base setup very lean.
/ip route export

# Default routes to let clients on VLAN 20 and 30 talk to the internet
add disabled=no dst-address=0.0.0.0/0 gateway=wg1@vlan20 routing-table=vlan20
add disabled=no dst-address=0.0.0.0/0 gateway=wg2@vlan30 routing-table=vlan30

# This is how I tried to route traffic from VLAN 20 to the native LAN
add dst-address=192.168.1.5 gateway=bridge@main routing-table=vlan20

Since I am using v7 beta 6, the obligatory question: misconfiguration or bug?

Who is online

Users browsing this forum: Bing [Bot] and 25 guests