From owner-freebsd-questions Sat Oct 20 12:35:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smnolde.com (rr-163-54-1.atl.mediaone.net [24.163.54.1]) by hub.freebsd.org (Postfix) with ESMTP id 55E4037B403 for ; Sat, 20 Oct 2001 12:35:26 -0700 (PDT) Received: from bsd.smnolde.com ([192.168.10.7] helo=bsd) by smnolde.com with esmtp (Exim 3.30 #1) id 15v1u1-0000Bu-00 for freebsd-questions@freebsd.org; Sat, 20 Oct 2001 15:35:25 -0400 Date: Sat, 20 Oct 2001 15:35:25 -0400 (EDT) From: Scott Nolde To: Subject: gif0 device does not exist Message-ID: <20011020152255.B2895-100000@bsd.smnolde.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 I'm trying to implement an IPSEC tunnel using a gif device. I've got the pseudo-device gif listed in my kernel file, yet after I built the new kernel, installed it and rebooted, the gif0 device does not exist. If its of any consequence, I cvsup'ped and built the world to 4-STABLE yesterday. I'm using IPFW for my firewall, and have all the pseudo-devices listed, plus bpf. options INET #InterNETworking options INET6 #IPv6 communications protocols options IPFIREWALL #Enable firewalling options IPFIREWALL_VERBOSE #Enable Logging of packets options IPFIREWALL_VERBOSE_LIMIT=10 options IPDIVERT #Divert Sockets options IPSEC #IP security options IPSEC_ESP #IP security (crypto; define w/IPSEC) options IPSEC_DEBUG #debug for IPSEC options IPFILTER options IPFILTER_LOG pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 3 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. pseudo-device bpf #Berkeley packet filter $ifconfig -l dc0 dc1 ppp0 sl0 faith0 faith1 faith2 lo0 $gifconfig gif0 inet a.b.c.d w.x.y.z gifconfig: interface gif0 does not exist Any clues? Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message