Systemd network vlan interface up
How to configure systemd to bring up a virtual network interface from a vlan trunk.
How to configure systemd to bring up a virtual network interface from a vlan trunk.
Wrap-up about the sr-iov, some passage may be forgotten.
Search for the pci interfaces (here the server has a 4 port intel network card).
root@srv:~# find /sys -name sriov_numvfs
/sys/devices/pci0000:00/0000:00:1c.0/0000:06:00.2/sriov_numvfs …
This is a quick tips to simulate a fake mailserver useful if you want to test and application which send emails.
You need netcat (nc) software installed and no email server active on the port 25.
In order to open the privilege port 25 I use the root user. The …