| sump.org | ![]() |
| Projects Photographs Blog Contact |
SSH & OpenVPN perform poorlyKeywords: dscp, iptables, ssh, openvpn, network Special services like ssh and openvpn appear to be really slow while everything else works ok. Above software does not set a DSCP value. This might be problematic in networks with some sort of ToS routing/queueing. This can be fixed by assigning a useful DSCP afterwards using iptables: iptables -I OUTPUT 1 -t mangle -m dscp --dscp 0 -j DSCP --set-dscp 0x04 http://iptables-tutorial.frozentux.net/iptables-tutorial.html Related notes for 'ssh': Related notes for 'network': Comments
© 2000-2006 Michael Poppitz
- Last update: June 4th, 2006
|