Page 1 of 1

Port forwarding problem with OpenVPN

Posted: Wed Mar 25, 2015 11:01 am
by Cloudy_Brain
Hello!

First some important info.

I have a server which runs some services that I'd like to access from the wan. My ISP doesn't provide me with a static IP, so I have a paid OpenVPN connection from a provider and that provides me with a static IP all year round. I use a Raspberry Pi 2 on my LAN to connect to this VPN and it works great.

Now.. I've forwarded the ports on my modem/router so the services I want directed to my server go there... which works fine when using the dynamic IP my ISP assigned me. What I want to do however is give friends/family the Static VPN IP instead so that when they use the services, the packets come into the modem/router > get port forwarded to the server and all is well. At least that was my intention.

In practice whenever I try to use the vpnip:portofservice I get the connection refused, or just simply not seeing the server.

My question is, is there a setting in the config of the VPN I need to change to allow the traffic to be correctly forwarded?

Many thanks in advance for your time,
Cloudy

Re: Port forwarding problem with OpenVPN

Posted: Wed Mar 25, 2015 4:27 pm
by maikcat
I have a paid OpenVPN connection from a provider and that provides me with a static IP all year round
if this means that you get your defalt gateway redirected over the vpn and then
your vpn provider NATs your traffic when reaching the internet , then if you want
to be reached from this address (your vpn providers static ip) then your vpn
provider must forward your wanted port back to you...
What I want to do however is give friends/family the Static VPN IP instead so that when they use the services, the packets come into the modem/router > get port forwarded to the server and all is well. At least that was my intention.
without any intervention from your vpn provider?short answer: you cant.
My question is, is there a setting in the config of the VPN I need to change to allow the traffic to be correctly forwarded?
to answer this,its not a setting on vpn config, its a setting on your providers NAT endpoint.

Michael.