NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: APU2 routing speed NetBSD



Finally, I have used a new kernel and it works a little bit faster (90Mbits/sec
instead of 70Mbits/sec).

But after being able to play with the new kernel, I get a lot of trouble 
with Windows 10 by transfering data (either by CIFS or FTP) and with all
OS (Linux, OpenBSD, NetBSD) on the router. 

After a lot of tests, searchs and looking on the Web I have noticed that this 
command (from the PF firewall) solves most of my problems (by avoiding too long packets)
   match on $ext_if scrub (max-mss 1454 reassemble tcp random-id)

To continue my tests, I should do more or less the same thing
in NPF. The only documentation I have found is here http://www.netbsd.org/~rmind/npf/#_application_level_gateways
but the documentation is quite sparse.

Could somebody give me some pointer how to achieve an equivalent result with
NPF?

Thanks for your help,

Alan

On Wed, Dec 21, 2016 at 05:04:46PM +0100, 76nemo76%gmx.ch@localhost wrote:
> On Wed, Dec 21, 2016 at 10:09:33AM +0000, coypu%SDF.ORG@localhost wrote:
> > wm(4) had a bunch of work done on it since 7.0, so it's worth
> > trying a newer kernel. I believe most of it will be in 7.1 too.
> How can I do that? My first attempt was to download quickly 
> a kernel from "http://nyftp.netbsd.org/pub/NetBSD-daily/HEAD/201612210220Z/amd64/binary/sets/";
> but when I try to boot I get the following message:
> 
>     > boot hd0a:netbsd-current
>       boot: hd0a:netbsd-current: Inappropriate file type or format
> 
> Should I install a new boot program too? In what set can I find it?
> 
> best regards,
> 
> Alan


Home | Main Index | Thread Index | Old Index