Hi to all.
First, thanks for all nice features packed in proxmox. I know It's a huge work and it's really a nice platform also for home server.
I've got a simple problem.
My proxmost has only one ethernet interface configured as bridge.
Host:
auto vmbr0
iface vmbr0 inet static
address 192.168.1.12
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
1 VM guest(kvm) is configured :
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
Ip released from dhcp 192.168.1.18. The VM can connect outside lan and ping google.
I want to make this IP (192.168.1.18) fixed inside my lan.
Is there a way to make this IP static retaing dhcp configuration?
I've tried with:
auto eth0
iface eth0 inet static
address 192.168.1.18
subnet 255.255.255.0
gateway 192.168.1.1(my gateway)
Ip is correct but no connection outside...
Thanks in advance
First, thanks for all nice features packed in proxmox. I know It's a huge work and it's really a nice platform also for home server.
I've got a simple problem.
My proxmost has only one ethernet interface configured as bridge.
Host:
auto vmbr0
iface vmbr0 inet static
address 192.168.1.12
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
1 VM guest(kvm) is configured :
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
Ip released from dhcp 192.168.1.18. The VM can connect outside lan and ping google.
I want to make this IP (192.168.1.18) fixed inside my lan.
Is there a way to make this IP static retaing dhcp configuration?
I've tried with:
auto eth0
iface eth0 inet static
address 192.168.1.18
subnet 255.255.255.0
gateway 192.168.1.1(my gateway)
Ip is correct but no connection outside...
Thanks in advance