Hello Everyone & Happy Hollydays!!!
I have a VPN connection to a server located in different country. its working well when im connecting directly from my workstation, i can access my data & browsing internet bypassing my ISP.
Im trying to configure my Routerboard to connect to the VPN server & share it, so more then 1 workstation can share the single VPN connection.
i could successfully configure the routerboard as PPTP client. Then i tried to route my local Interanet over the PPTP tunnel:
ip route add dst-address 192.168.12.0/24 gateway 80.77.23.2
But still not working. when i do tracert, it show that im browsing the internet from my ISP & not from my VPN.
Here's my details:
[admin@Georges] /ip address> print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.12.254/24 192.168.12.0 192.168.12.255 wlan2
1 10.11.12.145/24 10.11.12.0 10.11.12.255 ether1
2 D 80.77.23.2/32 80.77.1.45 0.0.0.0 pptp-out1
[admin@Georges] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat action=masquerade src-address=192.168.12.0/24
[admin@Georges] /ip route> print detail
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
0 A S dst-address=0.0.0.0/0 gateway=10.11.12.1 interface=ether1
gateway-state=reachable distance=1 scope=30 target-scope=10
1 ADC dst-address=10.11.12.0/24 pref-src=10.11.12.145 interface=ether1
distance=0 scope=10
2 ADC dst-address=80.77.1.45/32 pref-src=80.77.23.2 interface=pptp-out1
distance=0 scope=10
3 ADC dst-address=192.168.12.0/24 pref-src=192.168.12.254 interface=wlan2
distance=0 scope=10
4 S dst-address=192.168.12.0/24 gateway=80.77.23.2 interface=""
gateway-state=unreachable distance=0 scope=255 target-scope=10
On my workstation im using gateway: 192.168.12.254 & DNS= 10.11.12.1
I know its something easy for many of you. could someone tell me where my mistake & whats missing?
Thank You & Best Regards
