Return to site

Openvpn port forwarding

broken image
broken image

A INPUT -p icmp -m icmp -icmp-type 12 -j ACCEPT A INPUT -p icmp -m icmp -icmp-type 11 -j ACCEPT A INPUT -p icmp -m icmp -icmp-type 4 -j ACCEPT A INPUT -p icmp -m icmp -icmp-type 3 -j ACCEPT A INPUT -p icmp -m icmp -icmp-type 0 -j ACCEPT

broken image

A INPUT -p udp -m udp -sport 53 -dport 1024:65535 -j ACCEPT A INPUT -p tcp -m tcp -tcp-flags ACK ACK -j ACCEPT A INPUT -p udp -m udp -dport 1194 -j ACCEPT A INPUT -m state –state RELATED,ESTABLISHED -j ACCEPT Would that be iptables on the other end? Below iptables from my openvpn server on the other end Generated by iptables-save v1.4.8 on Mon Dec 3 16:25:31 2012ĬOMMIT Completed on Mon Dec 3 16:25:31 2012 Generated by iptables-save v1.4.8 on Mon Dec 3 16:25:31 2012 I have a rule allowing traffic on port 32005 for LAN interface, OPT intrface which is the TUN0 as well as on OpenVPN tab, and still nothing. I have checked the rules and everywhere looks good. I have my pfsense upgraded to 2.1 version now. It looks like this isn't fixing the problem.

broken image