-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
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:
- Fresh setup of UTMFW with 2 interfaces (internal/external) with every packet installed
- Connected to the WUI using
ssh ... -L
port forwarding (I use a cloud server to host UTMFW) - Downloaded the OpenVPN client.conf and relevant certs via SFTP
- Changed the remote port on my client to the actual public IP of UTMFW, the cert paths and enabled the setting to route any ipv4 traffic through Tunnelblick (OpenVPN client for MacOS)
- Un-commented the "VPN" section in the
pf.conf
and didpfctl -f pf.conf
- Connected using the client.conf. The connection is green/established. (It just warns that the DNS is not routed through the VPN)
- No connection to anything besides 10.0.0.3 (the internal IP)
- I tried just a
ping 1.1.1.1
,curl https://1.1.1.1
or neverssl.com, nothing works. - In the WUI I can see many more "States" if I connect but nothing on "Data Transfer" or "Internal interfaces". No logs on any of the packet's Log-sections (IDS/IPS/Spam etc).
- I can see no pf blocks in the log. I see pass from 10.0.0.8 to public-IPs that seem to be the one I requested but I see nothing in the other direction.
- I tried enabling the #VPN passthrough rules that were commented in the pf.conf but it also didn't work.
Maybe I am missing some routing? Or did I do anything else wrong?
Any help would be appreciated. :)
Metadata
Metadata
Assignees
Labels
No labels