On Saturday 12 January 2008 03:44:48 scott wrote: > I use both fxp and em NICs and have great throughput. You may want to > check the full-half duplex settings/agreements -- configured and > actual-operation -- with the pf box AND EACH adjacent device. > Disagreements can provoke a lot of re-sends. > Did that, all fine :)
> Also, with the slower link, you may want to try implementing queuing so > that --at a minimum-- the tos lowlatency packets are prioritized over > the bulk large packet traffic. Queue is assigned on the PASS OUT > rule(s). > > Something like... > > ---pf.conf frag--- > altq on <outside> priq bandwidth 640Kb queue { Q1, Q7 } > queue Q7 priority 7 > queue Q1 priority 1 priq(default) > # > #... > # > pass out on <outside> ... queue(Q1, Q7) > # Thank you scott, I already set up queuing fC<r pppoe0 in original pf.conf but removed everything for testing. I think my CPU is way too slow to be able to handle the GigE link and the filter. Aren't there any tweaks for pf.conf/sysctl? I think I will switch back to a dual 100baseTX card since I don't really need the extra speed and will try to get a new lowpower machine until summer... -- Thanks Chris