[Openswan Users] Help with Checkpoint VPN configuration
Paul Wouters
paul at xelerance.com
Fri Jul 29 10:26:08 EDT 2011
On Thu, 28 Jul 2011, victorjabur at gmail.com wrote:
> I'm not an expert on infrastructure. I'm developer and i don't have much knowledgement about firewall and linux.
>
> I tried to run these commands to open the UDP Port 500.
>
> iptables -A INPUT -p udp --sport 500 --dport 500 -j ACCEPT
> iptables -A OUTPUT -p udp --sport 500 --dport 500 -j ACCEPT
Try using -I (insert) instead of -A (append)
Paul
More information about the Users
mailing list