Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 22260

General • Re: Routing VLAN to specific WAN using Policy Routing

$
0
0
I might of solve it.

Solution (to be confirmed long-term): remove default route from the WAN LTE19 DHCP-Client, remove add default route from the WAN pppoe-out1. And add Routing Rule to be able to access WAN KPN modem from VLAN10
Code:
/interface pppoe-clientadd disabled=no interface=vlan6 keepalive-timeout=30 max-mru=1500 max-mtu=\    1500 name=pppoe-out1 password=superpassword profile=default-encryption \    use-peer-dns=yes user=user/ip dhcp-clientadd add-default-route=no interface=LTE19/routing ruleadd action=lookup-only-in-table comment="route VLAN10 to KPN modem" disabled=\    no dst-address=10.0.10.0/24 src-address=192.168.1.0/24 table=main

Statistics: Posted by liviu2004 — Fri May 31, 2024 1:10 pm



Viewing all articles
Browse latest Browse all 22260

Trending Articles