All public logs

From AcrodusWiki

Combined display of all available logs of AcrodusWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:49, 26 October 2024 Alex talk contribs created page Set up VLAN interface on Linux Machine (Created page with "This guide gives you commands to quickly set up a vlan tagged interface one a linux machine. $ sudo ip link add link enp0s3 name enp0s3.100 type vlan id 100 $ sudo ip addr add 192.168.0.200/24 dev enp0s3.100 $ sudo ip link set up enp0s3.100 Ensure that the link is up, in doing so the operating system will add the route into the routing table. This however can be confirmed with the ip r command.")