From owner-freebsd-questions Thu May 23 2:30: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id 5A18C37B405 for ; Thu, 23 May 2002 02:29:48 -0700 (PDT) Received: (from uucp@localhost) by frmug.org (8.11.3/8.11.3/frmug-2.7/nospam) with UUCP id g4N9TcS29890; Thu, 23 May 2002 11:29:38 +0200 (CEST) (envelope-from erwan@free.fr) Received: from free.fr (localhost [127.0.0.1]) by amelie.frmug.org (Postfix) with ESMTP id 1FFA4722C; Thu, 23 May 2002 11:21:29 +0200 (CEST) Message-ID: <3CECB498.3060508@free.fr> Date: Thu, 23 May 2002 11:21:28 +0200 From: Erwan Arzur User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc2) Gecko/20020516 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ilovefd Cc: freebsd-questions@freebsd.org Subject: Re: My PC(FreeBSD4.5) cannot find gif0. Is there any changes of gif between FreeBSD4.2 and FreeBSD4.5? References: <0e4901c201e5$0aaf62c0$1601a8c0@ilovefd2k> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ilovefd wrote: > pseudo-device gif 4 now it should be pseudo-device gif as stated in item 20010724 of /usr/src/UPDATING. It also gives an hint to solve your problem. > gifconfig: interface gif0 does not exist more /etc/rc.network ... network_gif_setup() { case ${gif_interfaces} in [Nn][Oo] | '') ;; *) for i in ${gif_interfaces}; do eval peers=\$gifconfig_$i case ${peers} in '') continue ;; *) ifconfig $i create >/dev/null 2>&1 ifconfig $i tunnel ${peers} ;; esac done ;; esac } so ifconfig gif0 create ifconfig gif0 tunnel 150.29.188.205 150.29.188.206 ifconfig gif0 inet should make the trick, but i suggest editing /etc/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message