[admin@PPTP-Server] interface pptp-server server> set enabled=yes
I think I have setup up the PPTP server properly but it still doesn’t accept connections from the outside.
Is there anything else I need to set up to let my router accept connections from the outside? My network is very basic: internet - routerboard - internal lan
After enabling pptp service in IP->Firewall->Service Port you still no luck with connection to your PPTP server or you just cannot reach 192.168.0.0/24 network?
If you cannot reach 192.168.0.0/24 you just need to add a new route to 10.0.0.0/24 with ether2-local-master as gateway.
My problem is that it seems that the ports on the router itself doesn’t open up for the outside world. Port forwarded ports work perfectly.
Before, all the ports I used were forwarded to a server behind the router, for FTP, remote desktop, etc. Those ports work perfectly and show up as open ports.
However, whatever ports I choose to open on the router doesn’t seem to open up. For example I enabled the SSTP server on port 443. I would think that it would open up port 443 for the outside, but it doesn’t. It does open up 443 for the inside, however. I used some online open port check tool to test for the open ports and it reports 443 as closed.
That Firewall \ Service port actually doesn’t seem to do anything. No matter if I disable or enable FTP, I can FTP to the router from the inside network.
Update: I even tried adding a NAT rule to direct 443 to the router, but the port is still closed.
Update2: I found a guide for SSTP and it says the following line: “Don’t forget to open this port on the firewall (on the INPUT chain) if you are blocking ports by default.”
Can you tell me if I need to do it and if yes, how can I do it? I still have the same /ip firewall filter configuration as above.
OK, connection success! I had to open up tcp 1723 and gre on the input chain!
My problem however is that even though I could connect, I have no real connection. In windows, my VPN adapter gets subnet mask: 255.255.255.255 and gateway 0.0.0.0. Is this normal?