Date: Thu, 17 Nov 2005 06:48:26 -0600 From: "J.D. Bronson" <jbronson@wixb.com> To: freebsd-questions@freebsd.org Subject: rcorder again.. Message-ID: <7.0.0.16.2.20051117064518.01c5bd98@wixb.com>
next in thread | raw e-mail | index | archive | help
Well...I was surprised that no one replied. I was trying to figure out why ppp-user would start BEFORE pf fired up.... It appears easy enough to change, but its untested: Edit /etc/rc.d/ppp-user: # $FreeBSD: src/etc/rc.d/ppp-user,v 1.7 2004/12/15 12:39:28 brian Exp $ # # PROVIDE: ppp-user # REQUIRE: netif isdnd pf <--- add pf # KEYWORD: nojail ============================= Then rcorder shows things BETTER: /etc/rc.d/netif /etc/rc.d/pfsync /etc/rc.d/pflog /etc/rc.d/pf /etc/rc.d/isdnd /etc/rc.d/ppp-user my only concern might be that tun0 is not created until ppp-user launches (correct me if I am wrong) and pf might have an issue with an interface that doesnt yet exist. Under OpenBSD, tun0 is there before ppp even starts. Wouldnt we WANT pf to be active prior to ppp launching (like in openbsd?) Can someone kindly comment on this please? thanks guys! -- J.D. Bronson Information Services Aurora Health Care - Milwaukee, Wisconsin Office: 414.978.8282 // Fax: 414.977.5299 -Taco Bell is *not* the Mexican Telephone Company-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7.0.0.16.2.20051117064518.01c5bd98>