Suppose INPUT is the default DROP, I’ll give examples of IPTables rules for FreeRADIUS:
Continue reading “IPTables rules for FreeRADIUS”Author Archives: Vyacheslav
Cisco Catalyst 2960-24TT-L Firmware Update
On the test, I will upgrade the Cisco Catalyst WS-C2960-24TT-L switch.
And so, let’s connect to the switch and switch to elevated privilege mode:
enable
Let’s see the active firmware version:
show version show boot
Continue reading “Cisco Catalyst 2960-24TT-L Firmware Update”
How to view incoming connections history in TeamViewer
When a connection is made to the computer running TeamViewer, the information about each connection is written to a text file.
Continue reading “How to view incoming connections history in TeamViewer”
SNMP OID and MIB for Mimosa devices
I once did a Zabbix template for Mimosa B5c and explored several useful SNMP OID/MIB.
First we will enable SNMP in the device, check the connection from Linux and see the available OIDs:
Continue reading “SNMP OID and MIB for Mimosa devices”Solution of the iLO error “HTTP SSL_ERROR_BAD_MAC_ALERT”
I noticed the following error when opening the iLO web interface in the browser:
Error establishing secure connection
An error occurred while connecting to 172.16.1.2. The SSL node reported an incorrect message authentication code. Error code: SSL_ERROR_BAD_MAC_ALERT
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.
Continue reading “Solution of the iLO error “HTTP SSL_ERROR_BAD_MAC_ALERT””
Updating iLO 3 firmware on HP servers
Once I set up iLO on servers and noticed that when opening an interface in the browser, an SSL error occurs and the iLO web interface does not open.
See how to temporarily solve this error in my article – Solution of the iLO error “HTTP SSL_ERROR_BAD_MAC_ALERT”.
For example, I will use HP ProLiant DL380 G7 with old firmware iLO 3 1.10 (Jul 26 2010)
Continue reading “Updating iLO 3 firmware on HP servers”Changing CPU Scaling Governor on Linux
Through “Scaling Governor”, you can choose the optimal CPU frequency control scheme, which affects power consumption and performance.
On highly loaded access servers, acquaintances had cases of server hangup during “ondemand”, although I did not have such cases, but still I recommend changing it to “performance”.
On laptops and lightly loaded servers, you can leave “ondemand” to save energy.
How did I make a request to Hetzner to replace the disk in the raid
Already quite often I wrote in Hetzner to replace disks in a raid and in this article I will describe one of the cases.
And so, one morning, after a disk dropped out of a raid, mdadm sent me a message by email.
Continue reading “How did I make a request to Hetzner to replace the disk in the raid”
How to configure IP access in nginx?
I will give an example of setting up access by IP in nginx.
Suppose you use the standard nginx configuration file, open it in a text editor:
Install and configure Nginx
nginx (engine x) — it is a web server and reverse proxy server, as well as a mail proxy server.
Install on Ubuntu with the command: