I would like to configure an ipsec vpn tunnel to another company running a cisco asa 5510. Our mikrotik is already configured for what appears to be pptp. Can someone lead me in the right direction or give me some some steps I need to go through to get this done? I would like the following:
- A new internal subnet created that isolates the VPN tunnel to only that subnet
- An addition WAN IP added to route the ipsec VPN traffic
Here is my current config from winbox:
IP address list:
10.0.1.254/16, 10.0.0.0, 10.0.255.255, LAN
D, 10.0.1.254, 10.0.6.32, 0.0.0.0, ppptp-abc.abc.corp
123.123.123.115/29, 123.123.123.114, 123.123.123.119, WAN
Interface List:
DR, pptp-abc.abc.corp, PPTP in,
R, LAN, Ethernet
R, WAN, Ethernet
X, disabled, ethernet
pptp-in1, pptp in
Route list:
AS, 0.0.0.0, gateway:123.123.123.115, distance:1, Interface:WAN
DAC, 10.0.0.0/16, pref source: 10.0.1.254, distance:0, Interface: LAN
DAC, 10.0.6.32, pref source: 10.0.1.254, distance:0, Interface: pptp-abc.abc.corp
DAC, 123.123.123.112/29, pref source: 123.123.123.115, distance:0, interface: WAN