Removes a network interface from some system
This removes a virtual interface from some system. It takes two parameters : --host
followed by the name of the system, and --address
followed by the IP of the interface to remove. Be careful doing this though, as it may cut off access to a Virtualmin domain, or prevent SSH logins to the system altogether.
Example usage
cloudmin delete-interface --host vvirtualmin.home --address 193.9.101.250 Deleted interface eth0:3
Command Line Help
Deletes a network interface from some virtual system. cloudmin delete-interface --host hostname --address ip.address | --name ethN