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.


Reply via email to