Once, when running the Speedtest CLI on one Linux server, I noticed the following error:
Continue reading “Solution for Speedtest CLI error “Failed to find a working test server””Category Archives: Networks
Installing and updating the ixgbe driver
I will give an example of installing or updating ixgbe drivers on Linux.
Continue reading “Installing and updating the ixgbe driver”Installing and using hping
hping is a free packet generator and analyzer, well suited for testing the security of network devices.
Continue reading “Installing and using hping”Distribution of network card interrupts across processor cores
I will give an example of the distribution of interrupt network interfaces on the processor cores.
For example, I’ll take a server with accel-ppp, 6Gb/s traffic, 500K + pps, nat with ipoe and 6000 dchp clients.
Also, be sure to disable hyper-threading in the BIOS, since load balancing on virtual cores can greatly increase the load on some physical cores.
How to find out on which NUMA node network interfaces
I will give an example of viewing on which NUMA node the network interfaces are located in Linux.
Continue reading “How to find out on which NUMA node network interfaces”Installing and Using NetHogs on Linux
NetHogs is a network monitoring tool.
Continue reading “Installing and Using NetHogs on Linux”LACP. Configuring Link Aggregation on D-Link Switches
Link aggregation is a technology that allows you to combine several physical channels into one logical channel, which increases the bandwidth and reliability of the channel.
Continue reading “LACP. Configuring Link Aggregation on D-Link Switches”Installing and configuring FreeRADIUS
Installation on Ubuntu:
Continue reading “Installing and configuring FreeRADIUS”Disabling IPv6 on Linux
First, check whether IPv6 protocol support is enabled or disabled (0 – on, 1 – off):
Continue reading “Disabling IPv6 on Linux”Using the arping utility
arping – a utility that sends arp packets to a specified host and displays responses.
It is executed from the root user, in Linux, for this, from under a regular user, you can append before each sudo command.