On Sun, 2003-03-09 at 08:27, Rene Veerman wrote: > Hi. > I am having a little problem with ipf.. It won't filter correctly when i use > pptp at startup to get internet access. >
[snipped] > # Allow DNS in from the internet > pass in quick on tun0 proto tcp from any to any port = 53 keep state > pass in quick on tun0 proto udp from any to any port = 53 keep state > [snipped] >From your description, I would guess you are initially blocking DNS or you are bringing up named before establishing the connection. I'll also bet that when you reload/restart ipf/ipnat your dns establishes correctly and all is well. Please check. ger
