Re: [Cooker] Freeswan in Mandrake 8.0

2001-07-23 Thread Manuel Durán Aguete

El 23 Jul 2001, Sylvain de Tilly escribió:

> 
> 
> Do you really have leftsubnet=something and rightsubnet=otherthing in
> your ipsec.conf ???
> 
Yes, looking the log the tunnel is established. Bu when I ping a
host in another subnet the ping goes, but it not comes. The same occurs
when I ping from the other subnet.

192.168.0.0/24 <-->192.168.0.1 | 195.55.36.250 <>195.55.36.1
  ^eth0: I see encripted packet
   ^ipsec0: I see nothing.
^eth1: I see nothing.

-> 195.55.38.1 <-->195.55.38.1 <---> 195.55.38.250|192.168.1.1

--->192.168.1.0/24



This is my conf:

config setup
interfaces="ipsec0=eth0"
klipsdebug=none
plutodebug=none
plutoload=%search
plutostart=%search

conn leftgw-rigthgw
left=195.55.36.250
leftsubnet=192.168.0.0/24
leftnexthop=195.55.36.1
right=195.55.38.250
rightsubnet=192.168.1.0/24
rightnexthop=195.55.38.1
keyingtries=0
auth=ah
authby=rsasig
rightrsasigkey=0x0
leftrsasigkey=0x0

Regards.





[Cooker] Freeswan in Mandrake 8.0

2001-07-23 Thread Manuel Durán Aguete


Hi,

I'm building a VPN with mdk8.0 and freeswan.  When I start ipsec
the tunnel between two gateways is stablished, but I can't ping from one
subnet to another.

Using tcpdump on ethernet I can see the encripted packets,but
nothing pass to ipsec interface.

Any Idea ?

Regards.