-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenVPN no internet connection #13
Comments
It's always good to hear from users. I don't actively use OpenVPN, but your descriptions make me think:
But, perhaps I should test a similar setup like yours to understand what's going on. (What cloud service are you using?) |
Thanks for the fast answer!
Yes sorry forgot to write that
Yes I meant that sorry
Hm they only block port 25 because of potential mail spam and I have no firewall enabled
Oh do I need to add routing tables to the client? I thought the OpenVPN client software does that automatically. As said I enabled the option to send all ipv4 traffic through the VPN (which is the reason why I can't access anything on the internet if connected)
I use Hetzner Cloud they are cheap and they were so nice to add your UTMFW iso to the installable ISOs after I requested it (normally you need to have a dedicated server for custom ISO installations) |
Btw I am always open for alternatives to OpenVPN as long as I can connect my clients with it from remote. |
Since I did not know how you tested, I asked about the routing table on the client side, I guess that's not the issue. Well, I guess my comments were not helpful at all, sorry. And I don't think I can use your cloud provider either (but it's interesting to hear that they've added the UTMFW iso among their installable isos). I don't have any other comments at the moment, but let me know if you make some progress. And do certainly let me know if this is an issue with UTMFW. |
Btw, another further comment, I always thought that the OpenVPN feature on UTMFW would be used to connect two UTMFW systems at remote locations, such as two offices of a company. I never thought it would be used to connect the clients to the Internet. So, given that you connect to the OpenVPN server on UTMFW over its external interface, the connections initiated by your OpenVPN client should go out of the same external interface. That sounds interesting in terms of the pf rules and routing on UTMFW, because it seems backwards to its normal operation, i.e. the connections are expected to be initiated from the internal network running on the internal interface (which is again different from its original intention). But even so, I think it should be possible, but I cannot guess what to do unless I try it myself. |
Yeah as my ISP does not give me an option to use my home-firewall as a router/modem (the access to WAN is encrypted in their proprietary router) I can't use UTMFW as intended without some way to redirect traffic to it. |
Hello, its me again :)
I now tried to use OpenVPN to connect to UTMFW using the provided config files but it does not allow me to connect to anything besides the local network (UTMFW WUI using the local IP works but no internet).
What I did:
ssh ... -L
port forwarding (I use a cloud server to host UTMFW)pf.conf
and didpfctl -f pf.conf
ping 1.1.1.1
,curl https://1.1.1.1
or neverssl.com, nothing works.Maybe I am missing some routing? Or did I do anything else wrong?
Any help would be appreciated. :)
The text was updated successfully, but these errors were encountered: