Date: Mon, 8 May 2000 23:38:13 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: "Dan O'Connor" <dan@mostgraveconcern.com> Cc: phthin@club-internet.fr, freebsd-stable@FreeBSD.ORG Subject: Re: ipfw: warning: interface ``tun0'' does not exist with ipfw under 4.0 Message-ID: <Pine.BSF.4.21.0005082335210.75206-100000@freefall.freebsd.org> In-Reply-To: <01d801bfb849$15e64880$0200000a@danco>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 7 May 2000, Dan O'Connor wrote: > >ipfw: warning: interface ``tun0'' does not exist > > Under 4.0, the 'tun0' device doesn't exist until you start ppp(8). > > Your choices are to either use ppp(8)'s built-in NAT and filters, or use > kernel-ppp with IPFW and NATD. Not true. As far as I can tell, these warnings are harmless - the filters will be added as normal and will take effect once the tun0 device actually is created. You can also create the tun0 device by doing something like: echo < /dev/tun0 prior to the ipfw add - the tun# devices are created at first open. Probably something like this should be added to rc.firewall. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe <forsythe@alum.mit.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005082335210.75206-100000>