ssh is lagging alot. Is there something I can do to improve the
response from ssh sessions?  When our bandwidth isn't utilized I don't
have any lag problems but as soon as it is the lag is there!  Do I
need to somehow give ssh more priority?

We have a 384Kbps/384Kbps frame-relay to our ISP.
Looking at mrtg graphs of our uplink router to our ISP I can see that
our uploads are around 64kbps(very little) and our downloads are
peaking at 384Kbps constantly.
I'm running openbsd 3.4 and using pf with hfsc.
The IP I'm using ssh from is 209.203.55.31(WinXP) and I'm ssh'ing to
remote servers on the internet.

Here is my pf.conf file:

---snip----
ext_if="fxp1"
int_if="fxp0"
altq on $ext_if bandwidth 384Kb hfsc queue { ext_other  }
altq on $int_if bandwidth 384Kb hfsc queue { int_other, int_tim
int_ssh }
#queues
queue ext_other bandwidth 384Kb hfsc(default red)
queue int_other bandwidth 128Kb hfsc(default red)
queue int_tim bandwidth 192Kb hfsc(red)
queue int_ssh bandwidth 64Kb hfsc(red)
#rules
pass out on $ext_if from any to any queue ext_other
pass out on $int_if from any to any queue int_other
pass out on $int_if from any to 209.203.55.31 queue int_tim
pass out on $int_if proto tcp from any port 22 to 209.203.55.31 queue
int_ssh
---snip---- Please ignore the line wrapping if there is any.

Also what do I need to make my qlimit or should I leave the default 50
as is?

TIA,

Timothy S. Bowers
[EMAIL PROTECTED]

Reply via email to