PPTP Client to bridge
Posted: Thu Feb 23, 2017 11:28 pm
Hi,
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
4. masquerade on ETH1
Now I connected the router to PPTP server using the PPTP Client.
I am connecting with no issue
I wish to somehow make this PPTP Client connection available either on ETH4 or on the BRIDGE2 so If I plug something to ETH4 it will be going through that PPTP and essentially have access to local resources on PPTP Server.
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.
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.