On Fri, Apr 18, 2008 at 7:39 PM, Moe Sizlak <[EMAIL PROTECTED]> wrote:
> Recently I moved from freebsd 6 to openbsd 4.2 but have had some problems.
>
> I get a lot of timeouts on web pages with a high number of hops and I think
> it may be something to do with either pf and/or sysctl.
>
> ----------------------------------------------------------
> # $OpenBSD: pf.conf,v 1.28 2004/04/29 21:03:09 frantzen Exp $
> #
> # See pf.conf(5) and /usr/share/pf for syntax and examples.
> # Remember to set net.inet.ip.forwarding=1 and/or net.inet6.ip6.forwarding=1
> # in /etc/sysctl.conf if packets are to be forwarded between interfaces.
>
> ext_if="pppoe0"
You might have an MTU/MSS issue. man 4 pppoe and see if this
addresses your issue.
> int_if1="vr1"
> int_if2="vr2"
> int_if3="vr3"
> out_net="192.168.11.0/16"
>
> # Private networks, we are going to block incoming traffic from them
> priv_nets = "{ 127.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8 }"
>
> netbios_ports = "{ 135, 137, 138, 139, 445, 1433 }"
> #table <spamd> persist
> #table <spamd-white> persist
>
> set block-policy return
>
> scrub in all