I installed OpenVPN and am able to access the internal network using an LTE connection. However, when I try public wifi, there are no incoming packets being received on the client. I think this may be due to the network only allowing 80 or 443.
I tried changing the client config file to read:
Code: Select all
proto tcp
remote [i]<VPN server IP>[/i] 443
When I did this, my connection could not send or receive packets. I'm slightly confused on what's next. I do not think the server config file needs to be updated, since the router is supposed to forward 443 to 1194. I even tried accepting 443 traffic on the IPtables. Can anyone provide insight on this matter?ANY source port to hit the destination 1194 and forward to 1194.
I tried searching for this issue but could not find any specific resolution.