[Openswan Users] UPDATE: Tunnel up, can ping, cannot connect!! :S

Neal Murphy neal.p.murphy at alum.wpi.edu
Thu Dec 2 19:43:47 EST 2010


On Thursday 02 December 2010 19:13:54 Ing. Rodrigo Méndez wrote:
> Thanx a lot for your help.
>
> I think i managed to solve this by allowing all traffic from trusted zzz.3
> to xxx.1 with a:
>
> iptables -I INPUT -s zzz.zzz.zzz.3 -j ACCEPT

This might be a tad more secure:
  iptables -I INPUT -s zzz.zzz.zzz.3 -d xxx.xxx.xxx.1 -j ACCEPT


More information about the Users mailing list