Hi David Am 13.11.2009 00:22, schrieb David Walker: > !/sbin/route -v add -inet default -ifp pppoe0 0.0.0.1 > > Also it seems possible to add the dest to the end of the inet line (e.g.): > inet 0.0.0.0 255.255.255.255 0.0.0.1 > This is a "should" from the man page. > Note also "!command-line" - hostname.if(5). >
OK I'll adjust that... >> And finally in sysctl.conf: >> net.inet.tcp.mssdflt=1440 >> > Where does this come from? > Well I read that somewere ;-) Its reverted now... > Nevertheless try commenting your sysctl.conf addition, and scrubbing > globally (e.g.): > # scrub > match in all scrub (no-df) > Yop that was a problem. the match rule for scrubbing was overridden by a following pf rule... so all works now... Regards andri