So, I’ve set up a new router, enabled ssh and set up PPTP, but am unable to access any the router remotely.
I have one other older router that works perfectly and looking at it the only main difference I see is that although it is also set up as a Router, there is a Bridge interface on it. Out of curiosity I added a Bridge interface to my newer router to see if that would make it work, but it actually ended up blocking all traffic, so I removed it.
To be honest, I just don’t see what having a Bridge interface should matter. I can ssh to the device within the LAN, just on the external interface. What am I doing wrong?
what kind of router is it?
I would check the firewall first, routers like RB75*, RB95* have a default firewall setup, which prevent from accessing the router from the WAN interface.
In IP->firewall->filter, chain input the last rule probably is a drop rule for in-interface=ether1-gateway.
I propose inserting 2 new rules before the dropping one. First rule should accept GRE protocol, the second one should accept TCP connections on dst-port 1723.
After adding these 2 rules, you should be able to connect to the router via PPTP.
Yes, it is an RB750. So are you saying there is no way to access it remotely, or can the firewall rules be manipulated to bypass that default setting. Here is some information about my settings that might help:
So here are the results of the commands you asked me to provide. A few things I have removed for privacy reasons:
/ip service export
/ip service
set telnet disabled=yes
set ftp disabled=yes
set ssh port=222
set api disabled=yes