Subject: Re: IPSEC VPN Tunnel Routing
To: James Vodanovich <james.vodanovich@edi.com.au>
From: Rui Paulo <rpaulo@NetBSD.org>
List: netbsd-help
Date: 06/21/2005 15:23:42
On 2005.06.21 16:38:15 +0000, James Vodanovich wrote:
> I have a Tunnel established according to Raccons Logs, and the device at
> the other end
> 
> But I cannot work out how to route the packets I have seen mention of
> gif0 but 
> 
>  
> 
>  
> 
> ifconfig create gif0 
> 
> ifconfig: SIOCGIFFLAGS create: Device not configured

This syntax to ifconfig(8) is wrong. You probably want:
ifconfig gif0 create


		-- Rui Paulo