View Single Post

   
  #1 (permalink)  
Old 02-16-2008, 05:06 AM
Syn
 
Posts: n/a
Default PPPoE tun0 interface and PF

Hello,

I am running an OpenBSD 3.4 firewall on i386 and got PPP running in
background for my PPPoE ADSL connection. I've also got rules in pf.conf
to filter traffic and such. From what I understood I need to use tun0 in
my pf.conf rules. The problem is that when I reboot OpenBSD I get some
error messages from PF that tells me that tun0 is not ready. This is
quite logical as the ppp process hasn't started yet. I put my ppp
process in /etc/rc.local and it looks like pf rules get started before.

Is this normal ? How can I resolve this issue ?

Thanks
Regards

Reply With Quote