hi everyone. i’m a little stuck with this setup. maybe some have the right hint for me:
- CHR with static ip
- l2tp-client (routerOS) with dynamic ip
- route all traffic through this L2TP-Tunnel (in and out)
So far i can reach the a client-server over the external ip from the CHR (ex. Webserver port 80), thats what we want. But i cant get out from this ‘local’ network. i guess i’m missing some routes here…
local-network 192.168.0.0/24 - (L2TP-Tunnel 10.10.0.0/30) - CHR 192.168.1.0/24 - WAN-IP (1.1.1.1)
Just to be clear, we want to reach clients in the local-network over L2TP and we want the clients to reach the internet over this L2TP-Tunnel.
- 1.1.1.1:80 → reaching Webserver in local network / OK
- 1.1.1.1:3000 → reaching service in local network / OK
- ping 8.8.8.8 → from local-network / NOT WORKING
- www.google.com → from local-network / NOT WORKING
Thanks in advance guys!