I’m using an openvpn account for internet access but want to be able to connect to ssh and apache from external locations
locally over the lan everything’s working ok, ssh with passwordless logins using a custom port and apache with name-based hosting all function ok using the machine’s lan ip
If I try connecting from an external location though, no such luck. I’ve tried using my external ip as assigned by my isp and also the ip assigned by my openvpn account provider and both time out
If I try the isp-assigned ip from another machine on the lan connection works, whereas not with the openvpn-assigned ip which I pretty much expected
I have a dyndns account resolving a domain to my isp ip, again this works locally but not externally
With the openvpn connection turned off, accessing the machine with the ip address and domain names from an external location both work fine which I take to mean it’s pretty much certain that the vpn connection is causing the issue
Anyone know if there’s some configuration I need to do to make this work or am I always gonna have this issue when using the vpn connection no matter what I do?