I tried to use Oracle Cloud VPN using OpenVPN Access Server instance. I did everything and followed each step as instructed in Oracle blog and This Youtube Tutorial. The instance is Running. I’ve added Ingress Rule for TCP ports 943 and 443 and UDP port 1194, finished Access Server Installation and got a random password for username “openvpn” but still I’m not able to access my OpenVPN Admin UI. When I try to access admin UI (tried with both public IP & private IP) it says “This site can’t be reached” and “it took too long to respond”.Tried to fix it with troubleshooting tips shared by OpenVPN website, tried accessing from outside of LAN network, even tried turning Firewall off but no luck at all. I’d appreciate it if you could help me find the problem and fix it. Need to mention that I'm not an expert and only tried getting it to work based on the instructions provided.
Not sure if it's relevant information but I use Windows 11 64-Bit on my laptop.
Here are the results after I tried a few things mentioned in OpenVPN website. I hope it helps:
The results after running netstat -tulpn
:
The results after running iptables -t nat -L -n | grep "dpt:443"
:
The results after running ifconfig
:
And finally the results after runningwget -O- -q --no-check-certificate https://10.0.0.159:943/ | grep -i -m 1 "OpenVPN"
&wget -O- -q --no-check-certificate https://10.0.0.159:943/admin | grep -i -m 1 "OpenVPN"
: