Page 1 of 1

Re: UDP connection doesn't seem to work

Posted: Fri Dec 23, 2011 8:46 am
by maikcat
some stupid questions...

did you also configured your router to forward udp port to your openvpn server?
did you configured BOTH client server for udp? (and restart service to both ends)
did you allowed udp traffic in server side firewall? (if is enabled)

can you post server logs?

Michael.

Re: UDP connection doesn't seem to work

Posted: Sun Dec 25, 2011 10:14 am
by Mimiko
Did you also changed the client configuration to reflect the new port? Like: proto udp and remote x.x.x.x 21195

Re: UDP connection doesn't seem to work

Posted: Mon Dec 26, 2011 6:08 am
by Mimiko
when I turned off iptables entirely, the client was able to successfully connect

Code: Select all

iptables -L -v

Re: UDP connection doesn't seem to work

Posted: Tue Dec 27, 2011 8:26 am
by maikcat
just curious,

can you post the output of

sestatus

Michael.