NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Network very very slow... was iSCSI and jumbo frames
RVP a écrit :
> On Sat, 6 Feb 2021, BERTRAND Joël wrote:
>
>> Legendre runs with 9.1_STABLE (CUSTOM). It runs with a customized
>> kernel as it requires ALTQ support.
>
> ALTQ, eh? Well, well... anything being done on wm0? Remember, we
> were never able to do a straight throughput test between legendre
> and euclide.
Please remember network topology:
WAN----(wm2)----legendre----(agr0)-----LAN (hilbert, aristarque...)
|
(wm0)
|
euclide (NAS)
When hilbert mounts euclide's iSCSI volume, iSCSI througput reaches
more than 900 Mbps. altqd should affect this throughput also.
My altqd.conf :
interface wm2 bandwidth 8M priq
class priq wm2 high_class NULL priority 1
class priq wm2 low_class NULL priority 0 default
filter wm2 high_class 0 1194 0 0 17
filter wm2 high_class 0 0 0 1194 17
filter wm2 high_class 0 1195 0 0 17
filter wm2 high_class 0 0 0 10240 17
filter wm2 high_class 0 10000 0 0 17
filter wm2 high_class 0 0 0 10000 17
interface tap0 bandwidth 2M priq
class priq tap0 high_class_vpn NULL priority 1
class priq tap0 low_class_vpn NULL priority 0 default
interface tap1 bandwidth 2M priq
class priq tap1 high_class_vpn NULL priority 1
class priq tap1 low_class_vpn NULL priority 0 default
filter tap0 high_class_vpn 192.168.10.250 0 0 0 17
filter tap0 high_class_vpn 0 0 192.168.10.250 0 17
filter tap0 high_class_vpn 192.168.10.253 0 0 0 17
filter tap0 high_class_vpn 0 0 192.168.10.253 0 17
interface agr0 bandwidth 1000M priq
class priq agr0 high_class_lan NULL priority 1
class priq agr0 low_class_lan NULL priority 0 default
filter agr0 high_class_lan 192.168.10.250 0 0 0 17
filter agr0 high_class_lan 0 0 192.168.10.250 0 17
filter agr0 high_class_lan 192.168.10.253 0 0 0 17
filter agr0 high_class_lan 0 0 192.168.10.253 0 17
filter agr0 high_class_lan 0 10000 0 0 17
filter agr0 high_class_lan 0 0 0 10000 17
# QoS
conditioner agr0 af41_agr0 <mark 0xb8>
filter agr0 af41_agr0 0 10000 0 0 17
filter agr0 af41_agr0 0 0 0 10000 17
filter agr0 af41_agr0 0 0 192.168.10.250 0 17
filter agr0 af41_agr0 0 0 192.168.10.253 0 17
conditioner tap0 af41_tap0 <mark 0xb8>
filter tap0 af41_tap0 0 0 192.168.10.250 0 17
filter tap0 af41_tap0 0 0 192.168.10.253 0 17
filter tap0 af41_tap0 0 10000 0 0 17
filter tap0 af41_tap0 0 0 0 10000 17
conditioner tap1 af41_tap1 <mark 0xb8>
filter tap1 af41_tap1 0 0 192.168.10.250 0 17
filter tap1 af41_tap1 0 0 192.168.10.253 0 17
filter tap1 af41_tap1 0 10000 0 0 17
filter tap1 af41_tap1 0 0 0 10000 17
tap0 and tap1 are OpenVPN's interfaces on wm2. Both openvpn daemons use
UDP packets.
Best regards,
JKB
Home |
Main Index |
Thread Index |
Old Index