This is how to set up a dummy interface on RedHat/CentOS 8.x. I cannot make the old style of init scripts in /etc/sysconfig/network-scripts/ work anymore for the dummy network interface.
Its all NetworkManager now--here is what I pieced together from surfing the web. This one stays up even after reboot:
nmcli connection add type dummy ifname dummy0 con-name dummy0
nmcli con mod dummy0 ipv4.address 192.168.8.88/32
nmcli con mod dummy0 ipv4.method manual autoconnect yes
nmcli con up dummy0
nmcli con show
Sunday, February 16, 2020
Subscribe to:
Posts (Atom)
Creating ipip tunnels in RedHat 8 that is compatible with LVS/TUN. Every few seasons I built a virtual LVS (Linux Virtual Server) mock up ju...
-
Hello to whomever is reading this! For this post I am going to post an account of how I installed MythTV on an Asus Pundit computer. It is r...
-
It has been probably a week of gfs2 (global filesystem, 2) crash course in my personal study on clustered filesystems. Here is an in depth...
-
DRB is so nice. It is really very nice to have this skill available--I would use it personally, at home or at office production. This is a...