I need to achieve something on Mikrotik which I can't figure out myself.
Basically I have typical configuration.
1. Static IP and FEED IN connected to ETH1
2. DHCP Server on Bridge1 with Eth2, Eth3
3. Gateway inside route list
Code: Select all
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 XXX.XXX.XX.162 1
Now I connected the router to PPTP server using the PPTP Client.
I am connecting with no issue
Code: Select all
status: connected
uptime: 27m20s
encoding:
mtu: 1610
mru: 1600
local-address: 10.0.2.202
remote-address: 10.0.2.32
So If I plug something to ETH2 I get access to local resources on Mikrotik but if I connect to ETH4 I will get access to local resources on the remote router.
I hope I explained the query clear enough.