
J'ai remarqué une perte de débit, depuis le remplacement de la livebox, par un routeur pfSense.
Débit livebox :

Débit pfSense :

Version
CPU Type2.3.2-RELEASE (amd64)
built on Tue Jul 19 12:44:43 CDT 2016
FreeBSD 10.3-RELEASE-p5
Intel(R) Atom(TM) CPU 330 @ 1.60GHz
4 CPUs: 1 package(s) x 2 core(s) x 2 HTT threads
Désactivation de certaines options au niveau de la carte réseau.[2.3.2-RELEASE][root@pfsense.unnati.lan]/root: grep -i cpu /var/run/dmesg.boot
CPU: Intel(R) Atom(TM) CPU 330 @ 1.60GHz (1600.01-MHz K8-class CPU)
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
cpu0 (BSP): APIC ID: 0
cpu1 (AP/HT): APIC ID: 1
cpu2 (AP): APIC ID: 2
cpu3 (AP/HT): APIC ID: 3
cpu0: on acpi0
cpu1: on acpi0
cpu2: on acpi0
cpu3: on acpi0
SMP: AP CPU #3 Launched!
SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Launched!
Liens intéressants :
Tuning and Troubleshooting Network Cards
=> https://doc.pfsense.org/index.php/Tunin ... #TSO.2FLRO
High Load Troubleshooting
=> https://doc.pfsense.org/index.php/High_ ... leshooting
Advanced Setup
=> https://doc.pfsense.org/index.php/Advan ... min_Access
TCP offload engine - Segmentation et Checksum réalisée par la carte réseau pour décharger le CPU
=> https://lafibre.info/tutoriels-linux/tc ... ad-engine/
Interface réseau : em0 em1 em2
Code : Tout sélectionner
ifconfig emX -rxcsum -txcsum -tso -tso4 -lro
A l'aide de la commande ci-dessous, je force en giga full-duplex[2.3.2-RELEASE][root@pfsense.unnati.lan]/root: ifconfig em0
em0: flags=8843 metric 0 mtu 1500
options=2098
ether 00:30:18:aa:41:5d
inet6 fe80::230feaa:415d%em0 prefixlen 64 scopeid 0x2
nd6 options=21
media: Ethernet autoselect (1000baseT )
status: active
[2.3.2-RELEASE][root@pfsense.unnati.lan]/root: ifconfig em1
em1: flags=8a43 metric 0 mtu 1500
options=2098
ether 00:30:18:aa:41:5e
inet6 fe80::230feaa:415e%em1 prefixlen 64 scopeid 0x3
inet 192.168.38.254 netmask 0xffffff00 broadcast 192.168.38.255
nd6 options=21
media: Ethernet autoselect (1000baseT )
status: active
[2.3.2-RELEASE][root@pfsense.unnati.lan]/root: ifconfig em2
em2: flags=8a43 metric 0 mtu 1500
options=2098
ether 00:30:18:aa:41:5f
inet6 fe80::230feaa:415f%em2 prefixlen 64 scopeid 0x4
nd6 options=21
[#E2001C]media: Ethernet autoselect (1000baseT )[/#E2001C]
status: active
[2.3.2-RELEASE][root@pfsense.unnati.lan]/root:
Code : Tout sélectionner
ifconfig em0 media 1000baseT mediaopt full-duplex
Côté switch, c'est forcé en en giga full-duplex.[2.3.2-RELEASE][root@pfsense.unnati.lan]/root: ifconfig em0
em0: flags=8843 metric 0 mtu 1500
options=2098
ether 00:30:18:aa:41:5d
inet6 fe80::230feaa:415d%em0 prefixlen 64 scopeid 0x2
nd6 options=21
[#E2001C]media: Ethernet 1000baseT [/#E2001C]
status: active
Réglage pfSense :

Pour le moment, cela n'a rien changé ! :/
D'autres pistes à explorer ?
