[Openswan Users] PING

Paul Wouters paul at xelerance.com
Mon Jun 20 22:45:50 EDT 2011


On Mon, 20 Jun 2011, Renaldo Rocha wrote:

> I'm trying to connect to a VPN (CISCO) for use of some services.
> So far so good.
>  1) The connection is established;
> 2) Since the right side of the VPN (CISCO) can ping my internal IP which
> is 192.168.11.254;
> 
> The problem is that I can't ping in the left side of the VPN (Openswan)
> to the right VPN(CISCO), in which IP is 10.5.1.250.
> 
> How could I solve this problem?
> 
> PS: I'm going crazy with this.
> 
> My ipsec.conf -----------------
> 
> conn XXXXXX
>         type=tunnel
>         authby=secret
>         #
>         left=190.128.137.X
>         leftsubnet=192.168.11.0/24
>         leftnexthop=%defaultroute
>         #
>         right=190.128.229.X
>         rightsubnet=10.5.1.0/24
>         rightnexthop=%defaultroute

add rightsourceip=10.5.1.250

or use ping -I 10.5.1.250 192.168.11.x

Paul


More information about the Users mailing list