Date: Fri, 22 Dec 2000 03:00:40 +0100 From: ncalvo <ncalvo@es.freebsd.org> To: "Robert M. Buckland" <buckland@btl.net> Cc: doc@FreeBSD.ORG Subject: Re: dialup firewall with FreeBSD Message-ID: <3A42B5C8.61A83388@es.freebsd.org> References: <5.0.0.25.2.20001220200138.00aa92e0@pop3.norton.antivirus>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Robert, (...) > file. Upon boot the ipfirewall options and divert are enabled however natd > reports that it cannot find the tun0 interface - that it is not a valid > interface. I do have the -dynamic tag but pppd does not start until much > later - I have it in rc.d as "000pppd.sh" but even though it is the first (...) The tutorial assumes that you are using ppp(8), aka user-ppp. It uses the tun0 interface. On the other hand, pppd(8) uses the ppp0 interface (that's why the tun0 interface is not found). If you are going to use pppd(8), edit the necessary scripts and change "tun0" for "ppp0". Greetings. _ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A42B5C8.61A83388>