Hello,
I'm trying to create a site-to-site connection using OpenVPN.
The OpenVPN client is installed on the same VM with TMG. I set two firewall rules for this:
- from localhost to aaa.bbb.ccc.ddd, All outbound ports
- from aaa.bbb.ccc.ddd to localhost, All outbound ports
When I try to establish the VPN connection, the following events appear in "Logs & Reports"
Initiated Connection |
---|
Log type:Firewall service |
Status: The operation completed successfully. |
Rule: aaa.bbb.ccc.ddd allow outbound traffic |
Source:Local Host (xx.xx.xx.xx:54346) |
Destination:External (aaa.bbb.ccc.ddd:1194) |
Closed Connection |
---|
Log type:Firewall service |
Status: A connection was gracefully closed in an orderly shutdown process with a three-way FIN-initiated handshake. |
Rule:aaa.bbb.ccc.ddd allow outbound traffic |
Source:Local Host (xx.xx.xx.xx:63415) |
Destination:External (aaa.bbb.ccc.ddd:1194) |
If I try to telnet on port 1194, the connection fails, so it seems that the port is still blocked. Any idea how to solve this?
Kind regards,
Adrian