From owner-freebsd-questions Tue Dec 8 05:01:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA22723 for freebsd-questions-outgoing; Tue, 8 Dec 1998 05:01:57 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.nwlink.com (mail.nwlink.com [209.20.130.40]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA22718 for ; Tue, 8 Dec 1998 05:01:55 -0800 (PST) (envelope-from kkeysler@nwlink.com) Received: from nwlink.com (ip49.usr7.usw.du.nwlink.com [209.20.138.49]) by mail.nwlink.com (8.9.1a/8.9.1) with ESMTP id FAA25354; Tue, 8 Dec 1998 05:01:49 -0800 (PST) Message-ID: <366D2497.6F875E88@nwlink.com> Date: Tue, 08 Dec 1998 05:07:35 -0800 From: ken keeler X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 2.2.7-RELEASE i386) MIME-Version: 1.0 To: larry_nilsen CC: "freebsd-questions@FreeBSD.ORG" Subject: Re: ?setting the running flag References: <366CD023.72EA2B0F@eee.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG larry_nilsen wrote: > > Hi this is what i see when i type > # ifconfig tun0 > tun0: flags=8010 mtu 1500 > > could you explain to me how to get the RUNNING flag set so > it says: > # ifconfig tun0 > tun0:flags=8050 mtu 1500 snip Do you have an entry in your /etc/rc.conf? Check under the section labled, ############################################################## ### Network configuration sub-section ###################### ############################################################## look for: network_interfaces="tun0 lo0 ed0" There are a few combinations possible, but you want to be sure that tun0 is on that line inside the quotes. In addition, you need a line after that like this: ifconfig_tun0= save changes, reboot, and check ifconfig again. This worked for me. -- E=m*(c*c) Ken Keeler "Look, it's all a bunch of ones and zeros." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message