Have got a PPTP connection, linking through a PPPoE tunnel to a internet service provider, using a mikrotik box as gateway. However can’t access internet. Thinking it has something to do with natting. Can access internet through PPPoE. Also, if I use windows laptop it is a straight forward setup and every thing function. Any suggestions would be appreciated. Maybe somebody got a similar setup to function?
By default PPTP NAT passthrough is enabled on MikroTik router.
ip firewall service-ports print
To make internet working over PPTP, when PPPoE is used fore the Internet.
- change PPPoE settings, 'interface pppoe-client set add-default-gateway=no;
- add route for PPPoE manually to ip route, set distance=3;
- create PPTP tunnel.
Thanks Sergejs. However not working. Did exactly as you said. The PPPoE route is blue in IP /route and every no and then PPTP link drop. This however is not the big concern. I can see traffic TX on PPTP but no RX, as though not natting, therefor the original question. Did look in firewall / service, PPTP enabled with no port specified, which i guess is every port. I am missing something really stupid. If connecting laptop with windows and setup PPTP on laptop, internet running fine. Just something not happening in MT when connected on MT. Any ideas would be apretiated?