search for: af21

Displaying 16 results from an estimated 16 matches for "af21".

Did you mean: a21
2018 Aug 28
3
sshd 7.8p1 close connection from VMware Fusion NAT Port Forwarding
On Mon, 27 Aug 2018, Stuart Henderson wrote: > On 2018-08-27, Zach Cheung <kuroro.zhang at gmail.com> wrote: > > After upgrading my VMware Fusion (10.1.3) Arch Guest to the latest with > > OpenSSH upgraded from 7.7p1 to 7.8p1, found that ssh from macOS Sierra > > (10.12.6) host to Arch guest via local NAT port forwarding failed, but via > > Arch LAN IP worked,
2001 Mar 25
0
Marking at egress? (DiffServ)
...mples, i noticed that there''s always an ingress and egress of which these are 2 different dev. Is it possible for before ingress and egress be the same dev?? I tried the script below but doesn''t seem to work... How to control the bandwidth in this case?? I want to show that AF11, AF21, AF31, AF41, EF, BE traffic has different throughput if 6 fullstreams of traffic is push out from server to client (with 6 different ports). eg: #! /bin/sh -x # device="eth1" client0="192.168.1.1/32" client2="192.168.1.20/32" /sbin/ipchains -A output -i $device -p t...
2023 Nov 18
0
[Bug 3634] New: IPQoS default should be changed to "none"
...indrot.org/attachment.cgi?id=3760&action=edit IPQoS none patch In this trouble ticket, I propose to change the default value of IPQoS option to "none none?. A patch is attached. - Problem description Starting with OpenSSH 7.8, the DSCP value for packets sent by OpenSSH has changed to AF21 (interactive) /CS1 (bulk) [1]. After this change, there have been numerous reports of poor OpenSSH performance [2]. The cause of this problem is that some networks enforce various restrictions (rate-limiter or policer) on some DSCP traffic and OpenSSH?s new DSCP values hits this restrictions. The...
2010 Mar 10
35
[Bug 1733] New: Enhance support for QoS (ToS) by supporting DSCP/CS and adding option
https://bugzilla.mindrot.org/show_bug.cgi?id=1733 Summary: Enhance support for QoS (ToS) by supporting DSCP/CS and adding option Product: Portable OpenSSH Version: 5.4p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo:
2011 Dec 18
10
[Bug 1964] New: QoS/DSCP names false translated to ToS hex value
https://bugzilla.mindrot.org/show_bug.cgi?id=1964 Bug #: 1964 Summary: QoS/DSCP names false translated to ToS hex value Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: amd64 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh
2005 Dec 05
0
GRED & HTB
...Mb) | GRED(1)grio HTB1 (af1) (1MB) GRED(1-3)grio | GRED(2)grio HTB2(af2) (1MB) GRED(1-3)grio thx jason ************************what i have now************** HTB (6Mb) | GRED (1-12) using grio af11 -> gred vq 10 af12 -> gred vq 11 af13 -> gred vq 12 af21 -> gred vq 7 af23 -> gred vq 8 af23 -> gred vq 9 af31 -> gred vq 4 af32 -> gred vq 5 af33 -> gred vq 6 af41 -> gred vq 1 af42 -> gred vq 2 af43 -> gred vq 3 _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds...
2004 Jun 18
1
Help:how to generate different packets?souce code explanation?
Hi,All I setup traffic control configuration with HTB this way: 1: root HTB qdisc | 1:1 HTB class rate 1024kbit | /-----+-----+-----+------+-----\ 1:10 1:20 1:30 1:40 1:50 1:60 EF AF41 AF31 AF21 AF11 BE and alloct different bandwidth to these PHBs(queues).So which tool would I use to generate these packets at the same to for testing?Thank you! Another question:I am studying sch_htb.c,but it's so tough for to understand,especially htb_dequeue().Would anyone please supply some...
2012 Apr 22
0
Announce: OpenSSH 6.0 released
...scp(1): uppress adding '--' to remote commandlines when the first argument does not start with '-'. saves breakage on some difficult-to-upgrade embedded/router platforms * ssh(1)/sshd(8): fix typo in IPQoS parsing: there is no "AF14" class, but there is an "AF21" class * ssh(1)/sshd(8): do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during rekeying * ssh(1): skip attempting to create ~/.ssh when -F is passed * sshd(8): unbreak stdio forwarding when ControlPersist is in use; bz#1943 * sshd(1): send tty break to pty master instead of (probably alr...
2012 Apr 22
0
Announce: OpenSSH 6.0 released
...scp(1): uppress adding '--' to remote commandlines when the first argument does not start with '-'. saves breakage on some difficult-to-upgrade embedded/router platforms * ssh(1)/sshd(8): fix typo in IPQoS parsing: there is no "AF14" class, but there is an "AF21" class * ssh(1)/sshd(8): do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during rekeying * ssh(1): skip attempting to create ~/.ssh when -F is passed * sshd(8): unbreak stdio forwarding when ControlPersist is in use; bz#1943 * sshd(1): send tty break to pty master instead of (probably alr...
2007 Jun 14
16
PQ questions
...d help is properly configuring strict PQ, and gathering certain stats. Specifically: - I need to create a priority queue with four queues (let''s say they are of high, medium, normal, and low priority) - I need to use tc filters such that: - EF (0xB8) goes to the high priority queue - AF21 (0x50) goes to the medium priority queue - AF11 (0x28) goes to the normal priority queue, and - BE traffic goes to the low priority queue - For stat collection, I need to see: - how many bytes and packets are in each of the four queues - My configuration thus far is: tc qdisc add dev eml_t...
2018 Aug 24
0
Announce: OpenSSH 7.8 released
...nce of session environment variables has changed. ~/.ssh/environment and environment="..." options in authorized_keys files can no longer override SSH_* variables set implicitly by sshd. * ssh(1)/sshd(8): the default IPQoS used by ssh/sshd has changed. They will now use DSCP AF21 for interactive traffic and CS1 for bulk. For a detailed rationale, please see the commit message: https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/readconf.c#rev1.284 Changes since OpenSSH 7.7 ========================= This is primarily a bugfix release. New Features -----------...
2018 Aug 24
0
Announce: OpenSSH 7.8 released
...nce of session environment variables has changed. ~/.ssh/environment and environment="..." options in authorized_keys files can no longer override SSH_* variables set implicitly by sshd. * ssh(1)/sshd(8): the default IPQoS used by ssh/sshd has changed. They will now use DSCP AF21 for interactive traffic and CS1 for bulk. For a detailed rationale, please see the commit message: https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/readconf.c#rev1.284 Changes since OpenSSH 7.7 ========================= This is primarily a bugfix release. New Features -----------...
2006 Jan 10
2
Gred/dsmark/htb
...prio 5 #af32 tc qdisc change dev eth0 parent 2:1 gred limit 512000 min 24000 max 32000 \ avpkt 1000 burst 40 probability 0.06 bandwidth 1024 DP 6 prio 6 #af33 tc qdisc change dev eth0 parent 2:1 gred limit 512000 min 24000 max 32000 \ avpkt 1000 burst 40 probability 0.02 bandwidth 1024 DP 7 prio 7 #af21 tc qdisc change dev eth0 parent 2:1 gred limit 512000 min 24000 max 32000 \ avpkt 1000 burst 40 probability 0.04 bandwidth 1024 DP 8 prio 8 #af22 tc qdisc change dev eth0 parent 2:1 gred limit 512000 min 24000 max 32000 \ avpkt 1000 burst 40 probability 0.06 bandwidth 1024 DP 9 prio 9 #af23 tc qdis...
2012 Feb 13
8
Call for testing: OpenSSH-6.0
...scp(1): uppress adding '--' to remote commandlines when the first argument does not start with '-'. saves breakage on some difficult-to-upgrade embedded/router platforms * ssh(1)/sshd(8): fix typo in IPQoS parsing: there is no "AF14" class, but there is an "AF21" class * ssh(1)/sshd(8): do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during rekeying * ssh(1): skip attempting to create ~/.ssh when -F is passed * sshd(8): unbreak stdio forwarding when ControlPersist is in use; bz#1943 * sshd(1): send tty break to pty master instead of (probably alr...
2007 Jun 15
0
sangoma WAN boards with lartc
...gt; > > >- I need to create a priority queue with four queues (let''s say they are > of > >high, medium, normal, and low priority) > > > >- I need to use tc filters such that: > > > > - EF (0xB8) goes to the high priority queue > > > > - AF21 (0x50) goes to the medium priority queue > > > > - AF11 (0x28) goes to the normal priority queue, and > > > > - BE traffic goes to the low priority queue > > > >- For stat collection, I need to see: > > > > - how many bytes and packets are in each of...
2018 Aug 10
10
Call for testing: OpenSSH 7.8
...nce of session environment variables has changed. ~/.ssh/environment and environment="..." options in authorized_keys files can no longer override SSH_* variables set implicitly by sshd. * ssh(1)/sshd(8): the default IPQoS used by ssh/sshd has changed. They will now use DSCP AF21 for interactive traffic and CS1 for bulk. For a detailed rationale, please see the commit message: https://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/readconf.c#rev1.284 Changes since OpenSSH 7.7 ========================= This is primarily a bugfix release. New Features -----------...