I can configure the IP addresses of the KVM OVZ directly on Proxmox?
On my server (proximox) i have this /etc/network/interfaces:
On virtual machines use an IP subnet 176.9.204.48/29
But if I change servers and IP addresses with other, I have to configure each virtual machines?
I want to manage the IP of the VM directly proximox, it's possible?
Today I used the repo no subscription.
I want to activate the subscription, if I find the right product for me.
There is a tutorial to configure the firewall from the web interface?
Thanks.
On my server (proximox) i have this /etc/network/interfaces:
Code:
auto lo
iface lo inet loopback
# device: eth0
auto eth0
iface eth0 inet static
address 176.9.18.135
broadcast 176.9.18.159
netmask 255.255.255.224
gateway 176.9.18.129
# default route to access subnet
up route add -net 176.9.18.128 netmask 255.255.255.224 gw 176.9.18.129 eth0
iface eth0 inet6 static
address 2a01:4f8:150:128d::2
netmask 64
gateway fe80::1
auto vmbr0
iface vmbr0 inet static
address 176.9.204.54
netmask 255.255.255.248
gateway 176.9.18.135
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add 176.9.204.48/29 dev vmbr0
On virtual machines use an IP subnet 176.9.204.48/29
But if I change servers and IP addresses with other, I have to configure each virtual machines?
I want to manage the IP of the VM directly proximox, it's possible?
Today I used the repo no subscription.
I want to activate the subscription, if I find the right product for me.
There is a tutorial to configure the firewall from the web interface?
Thanks.