@sienar,
Let me try to explain in a little more detail, as I realize that my original statement was quite vague (sorry guys!)
I have the following 5 IP's:
A1 = IP-1 from subnet-1
N1 = netmask from subnet-1
G1 = gateway from subnet-1
B1 = IP-1 from subnet-2
B2 = IP-2 from subnet-2
B3 = IP-3 from subnet-2
B4 = IP-4 from subnet-2
N2 = netmask from subnet-2
G2 = gateway from subnet-2
A1,
N1,
G1 were the original from my hosting provider and came with the dedicated server.
B1->
B4 were the added IP's that came later . . .
So far, I have added all the IP's in the /etc/hosts file along with the hostnames that I will be using with those containers or VM's when they are created.
So, I guess my question is? How would I implement all 4 IP's to be used in either a container or VM? The best answer I would find for myself and maybe others, would be a sample using the "etc/network/interfaces" file format here in this post using the abbreviated syntax that I listed above for IP, netmask, and gateway to make them available for Proxmox . . .