I know it is possible to assign multiple IP addresses to the same NIC as long as they are on the same sub-net (e.g. server A can be assigned both 192.168.1.1 and 192.168.1.2).
However, is it possible to assign multiple IP addresses that are a different sub-net to the same NIC? The server will be connected to a switch with multiple VLANs configured on it, e.g. 192.168.1.1/24 and 10.0.0.0/24. I want the server to be both 192.168.1.1 and 10.0.0.1.
The reason I want to do this is that we currently have an internal network on 192.168.1.0/24 and we want to add additional private network for management needs: e.g. putting Dell DRAC devices on this network. I want to know if it is possible to do this without adding more cables and more switch ports.