Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2007 09:25:34 -0400
From:      "Jim Stapleton" <stapleton.41@gmail.com>
To:        freebsd-net@freebsd.org
Subject:   Re: VPNC seems to connect, but cannot ping any IPs
Message-ID:  <80f4f2b20705140625n2c941edeh776ddc0c624c9a93@mail.gmail.com>
In-Reply-To: <80f4f2b20705140152x38a413fcve7d30562dbcb4ec2@mail.gmail.com>
References:  <80f4f2b20705131756r71850240w3577992241fb4259@mail.gmail.com> <4647C268.2030603@gmail.com> <80f4f2b20705140152x38a413fcve7d30562dbcb4ec2@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Looking at this a bit more, I think I should be able to simply modify
a line on here to get it to work... Which of these would work the
best?

From:
$ ifconfig "$TUNDEV" inet "$INTERNAL_IP4_ADDRESS" $ifconfig_syntax_ptp
"$INTERNAL_IP4_ADDRESS" netmask 255.255.255.255 mtu 1412 up

To:

Do I create a loopback at 127.0.0.2 before hand or not?
$ ifconfig "$TUNDEV" inet 127.0.0.2 $ifconfig_syntax_ptp
"$INTERNAL_IP4_ADDRESS" netmask 255.255.255.255 mtu 1412 up

this isntead uses my local net IP instead of a loopback
$ ifconfig "$TUNDEV" inet 192.168.1.84 $ifconfig_syntax_ptp
"$INTERNAL_IP4_ADDRESS" netmask 255.255.255.255 mtu 1412 up


Thanks again,
-Jim Stapleton

On 5/14/07, Jim Stapleton <stapleton.41@gmail.com> wrote:
> which version had a good source? I tried two versions with similar errors?
>
> Thanks,
> -Jim Stapleton
>
> On 5/13/07, Jax <cybercorecentre@gmail.com> wrote:
> > Jim Stapleton wrote:
> > > I'm using VPNC (security/vpnc) to get into my works VPN, but I'm
> > > having an odd problem I do not know where to look next. I am behind a
> > > nat/router, which I unfortantely cannot move out from behind for a
> > > while. While I suspect that may be the issue, I'm not sure what else
> > > to do.
> > >
> > Not problem until you use udp for communication and the ports open on
> > the fw which are required for ipsec.
> > > Since this is $GATE --> $GATE, I suspect that is my problem.
> > >
> > Yeah the new vpncs start script has bugs like this. I also had to remove
> > code from it so I suggest you to rewrite it as you need or put back the
> > previous version from source.
> >
> > Jax
> >
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?80f4f2b20705140625n2c941edeh776ddc0c624c9a93>