[Openswan Users] Problem Openswan 2.4.5

Brian Candler B.Candler at pobox.com
Mon Apr 17 18:30:03 CEST 2006


On Mon, Apr 17, 2006 at 12:25:08PM -0300, Sergio Bazilio wrote:
> http://sergiobz.sites.uol.com.br/doc.html

  " u ask me to tcpdump the
   Interface, and I see the replies coming. But in shell, says me 100%
   packet lost."

That can mean firewalling problems. Try turning off *all* firewalling on the
Linux host. I don't use FC5, but try something like

  iptables -P INPUT ACCEPT
  iptables -P OUTPUT ACCEPT
  iptables -P FORWARD ACCEPT
  iptables -F INPUT
  iptables -F OUTPUT
  iptables -F FORWARD

  "ipsec_setup: FATAL: Error inserting ipsec
   (/lib/modules/2.6.16-1.2080_FC5smp/kernel/net/ipsec/ipsec.ko): Invalid
   argument"

Someone else will need to help you with that one...

Brian.


More information about the Users mailing list