i have recently rent a server from a farm and i don't know how to set up the network in the correct way also i'm not use to pfsense; right now i have proxmox working and the web vm nat masquerade to the main ip wich work perfectly, but i need different ip on each vm also reason why i bought more from the host
what i have
can someone kindly explain me what's the correct way to configure it since every vm can take advantage of it's own ip?
tnks in advice
P.S. the ip i provide are made up but follow the exact schema of the original one
UPDATE: the network interface file was configured correctly infact linux vm's works like a charm, windows don't even a fresh install with the proxmox driver installed network still doesn't go up, from ipconfig appear that the ip is (Duplicate) but isn't infact if i turn on the linux vm it work perfectly
what i have
- proxmox
- single network card (view the following ./interfaces config)
- with the ip 59.120.224.200
- web vm
- want to use ip 59.120.225.5
- sql vm
- want to use ip 59.120.225.6
- pfsense firewall
- with the ip 59.120.224.201
Code:
auto lo
iface lo inet loopback
iface enp11s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 59.120.224.200/21
gateway 59.120.224.1
bridge-ports enp11s0
bridge-stp off
bridge-fd 0
can someone kindly explain me what's the correct way to configure it since every vm can take advantage of it's own ip?
tnks in advice
P.S. the ip i provide are made up but follow the exact schema of the original one
UPDATE: the network interface file was configured correctly infact linux vm's works like a charm, windows don't even a fresh install with the proxmox driver installed network still doesn't go up, from ipconfig appear that the ip is (Duplicate) but isn't infact if i turn on the linux vm it work perfectly
Last edited: