I went to enable and configure OpenVPN tonight but am having some trouble. The internal network I'm connecting to has addresses in the 10.37.56.0/22 range, the network I'm connecting from is 192.168.9.0/24. I have OpenVPN set up to hand out 172.16.2.0/24 addresses. The Untangle device is running in bridged mode. The connection establishes just fine and assigns me an IP address but I am not able to access any of the network resources. I assumed that since the connection establishes that the port forward I set up is working correctly. I have the internal network in the "Exported Hosts and Networks" and it's enabled. I have checked the Packet Filter rule "Route VPN traffic that would go through the bridge" as well as configured a static route in my SonicWall device for the 172.16.2.0/24 network to use 10.37.59.236 (the Untangle's IP) as the gateway but it still will not work. The log in the OpenVPN client says this:
Any help would be appreciated, thanks!!!!
Code:
Tue Feb 09 19:16:11 2010 OpenVPN 2.0.9 Win32-MinGW [SSL] [LZO] built on Oct 1 2006 Tue Feb 09 19:16:11 2010 IMPORTANT: OpenVPN's default port number is now 1194, based on an official port number assignment by IANA. OpenVPN 2.0-beta16 and earlier used 5000 as the default port. Tue Feb 09 19:16:11 2010 LZO compression initialized Tue Feb 09 19:16:11 2010 UDPv4 link local: [undef] Tue Feb 09 19:16:11 2010 UDPv4 link remote: 209.143.16.8:1194 Tue Feb 09 19:16:12 2010 [server.does.not.exists] Peer Connection Initiated with 209.143.16.8:1194 Tue Feb 09 19:16:13 2010 TAP-WIN32 device [Local Area Connection 2] opened: \\.\Global\{8DD50EB2-E545-418C-9558-D5AC6C6E67A1}.tap Tue Feb 09 19:16:13 2010 Notified TAP-Win32 driver to set a DHCP IP/netmask of 172.16.2.1/255.255.255.252 on interface {8DD50EB2-E545-418C-9558-D5AC6C6E67A1} [DHCP-serv: 172.16.2.2, lease-time: 31536000] Tue Feb 09 19:16:13 2010 Successful ARP Flush on interface [22] {8DD50EB2-E545-418C-9558-D5AC6C6E67A1} Tue Feb 09 19:16:15 2010 ROUTE: route addition failed using CreateIpForwardEntry: One or more arguments are not correct. [if_index=22] Tue Feb 09 19:16:15 2010 ROUTE: route addition failed using CreateIpForwardEntry: One or more arguments are not correct. [if_index=22] Tue Feb 09 19:16:15 2010 Initialization Sequence Completed Tue Feb 09 19:17:58 2010 SIGTERM[hard,] received, process exiting
Comment