Dynamic DNS old IP
-
@gertjan In the OpenVPN client I just import the .ovpn that I got from pfSense (client export).
That is the only config I do ... and it worked before the WAN IP address was changed by my ISP.
Can it have anything do do with my ISP ... that they do not allow VPN connection? -
@zkab Open the file in a text editior of your choice and have a look.
-
@zkab
The question is if there is the IP or the host name in the remote line in the .ovpn file. -
@viragomann Here is an extract of .ovpn
remote 100.70.111.232 1194 udp4
nobind
verify-x509-name "zerone.dyndns-remote.com" nameDon't understand '100.70.111.232' ... I have not given that IP anywhere.
'zerone.dyndns-remote.com' is my dyndns
name for my pfSense -
@zkab You can just edit this line and you are good.
If you use the client exporter, there you can change it too. It is not fully automated because you can have many WANs and DDNS addresses etc. -
@zkab
Your IP seems to be a CG-NAT. So there is no way to access it from outside. It's only for upstream traffic. -
@viragomann Have no experience of CG-NAT.
Is this an ISP issue?
Should my ISP change something?
What must be done to get it working?
Don't understand why it worked OK with my old WAN IP before the speed change. -
@zkab
https://en.wikipedia.org/wiki/Carrier-grade_NAT.It's a private network of the ISP and it's natted to the public address space. So the WAN IP seen by your pfSense isn't a real public IP at all.
You can checkout your public IP on https://whatismyipaddress.com.
But there is nothing forwarded to you in the ISP network.ISPs use CG-NAT just to save public IPs.
You can ask your ISP to get a real public IP again. Or to forward certain ports to you.
-
@zkab said in Dynamic DNS old IP:
Don't understand '100.70.111.232' ... I have not given that IP anywhere.
'zerone.dyndns-remote.com' is my dyndnsCheck the OpenVPN client export :
By default, it's the IP, or WAN IP.
Chose the "host name", as it would incorporate the host name, would be wise ;)
You've noticed that the hos name doesn't change, but the IP where it points to, does.
That's what dyndns is all about.( but if you can't reach it,
@zkab said in Dynamic DNS old IP:
Have no experience of CG-NAT.
Is this an ISP issue?
Should my ISP change something?
What must be done to get it working?See https://en.wikipedia.org/wiki/Carrier-grade_NAT
edit : Viragoman had the same idea ;)
The issue is : there are no more IPv4 available. So ISPs start to share the same IPv4 among many clients. -
@gertjan I asked my ISP to get a real public IP and got one ... but sadly for a monthly fee.
This solved the problems I had with OpenVPN.
Thanks again for all your support ... I have learned alot about CG-NAT ... that was a white spot on my map.