Hi Everyone!
I have not had to do a setup like this for Proxmox before, but I would like to have the following settings.
From my hosting provider, My dedicated server is assigned
208.xxx.xxx.154/29
Currently, the host is on 208.xxx.xxx.154.
I would like to change it so I can have a VM on 208.xxx.xxx.154 and the host on 208.xxx.xxx.155 as well as having all of the VMs use the rest of the addresses in the block. How do I accomplish this?
UPDATE!:
Here is the interfaces file.
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 208.xxx.xxx.154
netmask 255.255.255.248
network 208.xxx.xxx.152
broadcast 208.xxx.xxx.159
gateway 208.xxx.xxx.153
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers xxx.xxx.xxx.xxx
dns-search com
dns-nameservers xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
Thanks so much for all of your help!!
I have not had to do a setup like this for Proxmox before, but I would like to have the following settings.
From my hosting provider, My dedicated server is assigned
208.xxx.xxx.154/29
Currently, the host is on 208.xxx.xxx.154.
I would like to change it so I can have a VM on 208.xxx.xxx.154 and the host on 208.xxx.xxx.155 as well as having all of the VMs use the rest of the addresses in the block. How do I accomplish this?
UPDATE!:
Here is the interfaces file.
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
allow-hotplug eth0
iface eth0 inet static
address 208.xxx.xxx.154
netmask 255.255.255.248
network 208.xxx.xxx.152
broadcast 208.xxx.xxx.159
gateway 208.xxx.xxx.153
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers xxx.xxx.xxx.xxx
dns-search com
dns-nameservers xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
Thanks so much for all of your help!!
Last edited: