Re: How to get pf to wait for ng0

2009-09-20 Thread cpghost
On Sat, Sep 19, 2009 at 10:30:14PM -0500, Sam Fourman Jr. wrote: > Hello list, > > I am trying to use FreeBSD 8 RC1 to setup L2 tunnels via mpd5. > My problem is the pf.conf file is never parsed because ng0 does not > exist yet on startup > > ng0 is this case is DSL PPPoE to our local telco for i

Re: How to get pf to wait for ng0

2009-09-20 Thread krad
2009/9/20 Sam Fourman Jr. > > > > Take a look at what /etc/rc.d/ppp does > > > > Probably you need a script that runs after ng0 comes up and does > > something similar. > > > I found this, can I just paste it into /usr/local/etc/rc.d/mpd ? I am > not very versed in shell scripting > > ppp_poststa

Re: How to get pf to wait for ng0

2009-09-19 Thread Sam Fourman Jr.
> > Take a look at what /etc/rc.d/ppp does > > Probably you need a script that runs after ng0 comes up and does > something similar. I found this, can I just paste it into /usr/local/etc/rc.d/mpd ? I am not very versed in shell scripting ppp_poststart() { # Re-Sync ipfilter and pf so the

Re: How to get pf to wait for ng0

2009-09-19 Thread RW
On Sat, 19 Sep 2009 22:30:14 -0500 "Sam Fourman Jr." wrote: > Hello list, > > I am trying to use FreeBSD 8 RC1 to setup L2 tunnels via mpd5. > My problem is the pf.conf file is never parsed because ng0 does not > exist yet on startup > > ng0 is this case is DSL PPPoE to our local telco for inte

How to get pf to wait for ng0

2009-09-19 Thread Sam Fourman Jr.
Hello list, I am trying to use FreeBSD 8 RC1 to setup L2 tunnels via mpd5. My problem is the pf.conf file is never parsed because ng0 does not exist yet on startup ng0 is this case is DSL PPPoE to our local telco for internet access. after the DSL dials up (via mpd5) if I do pfctl -d && pfctl -e