Displaying 4 results from an estimated 4 matches for "myxomop".
Did you mean:
mycomp
2005 Dec 05
4
IPSec tunnel and routing
Hello.
I wonder how just correct couple of spdadd commands like
spdadd 192.168.1.0/24 192.168.2.0/24 any -P out ipsec esp/tunnel/10.1.0.1-10.2.0.1/require;
spdadd 192.168.2.0/24 192.168.1.0/24 any -P in ipsec esp/tunnel/10.2.0.1-10.1.0.1/require;
makes _routing_ of packets from 192.168.1/24 into 192.168.2/24.
If I understand correctly how it works on *BSD, these commands with
make already
2004 Jun 28
0
Prioritizing interactive traffic does not work
Hello.
In short Linux Advanced Routing & Traffic Control HOWTO''s chapter
15.4. Prioritizing interactive traffic does not help me at all.
I have an asymmetric ADSL connection nominal 64Kbit in / 16Kbit out,
real (based on bulk transfers measures) 256Kbit/26Kbit. First thing I
would like to improve is to keep interactive (ssh) connection fast
even if uplink is full. The test I make
2004 Jul 20
0
Strange things with HTB
Hello.
I have a strange problem with HTB.
The configuration is:
tc qdisc add dev eth0 root handle 1: htb default 12 r2q 1
tc class add dev eth0 parent 1: classid 1:1 htb rate 78kbit ceil 78kbit burst 3K cburst 3K
tc class add dev eth0 parent 1:1 classid 1:10 htb rate 30kbit ceil 78kbit prio 0 burst 3K cburst 3K
tc class add dev eth0 parent 1:1 classid 1:11 htb rate 16kbit ceil 78kbit prio 1
tc
2004 Jun 30
3
HTB and iptables statistics
Hello.
The problems are:
1. Using HTB I get negative values for tokens and ctokens in tc -s
output, for example:
mich:~# tc -s -d class show dev eth0
class htb 1:11 parent 1:1 prio 1 quantum 1024 rate 8Kbit ceil 23Kbit burst 1609b/8 mpu 0b
cburst 1628b/8 mpu 0b level 0
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
lended: 0 borrowed: 0 giants: 0
tokens: 1287999 ctokens: 453286
class htb 1:1