LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   openvpn and shorewall problem from outside network (https://www.linuxquestions.org/questions/linux-networking-3/openvpn-and-shorewall-problem-from-outside-network-342082/)

nbccbn 07-11-2005 04:43 AM

openvpn and shorewall problem from outside network
 
i got openvpm and shorewall to work inside my local network fine. i can connect to the vpn server from any local client. the problem is , that i can't connect from outside.

I added this line in the rules file inside shorewall/:

DNAT net loc:192.168.4.1 udp 1194
DNAT loc loc:192.168.4.1 udp 1194 - 12.x.x.x

192.168.4.1 = my vpn server
12.x.x.x = external ip

tkedwards 07-12-2005 01:24 AM

Quote:

DNAT loc loc:192.168.4.1 udp 1194 - 12.x.x.x
What's this supposed to do? you're DNATing from the local network to a machine that's on the local network??

Try removing this and see how it works.


All times are GMT -5. The time now is 03:46 PM.