Hi.
I'm configuring a Proxmox VE on an Hetzner EQ server.
I activated one additional IP address to use on the virtual machine.
123.123.123.66 is the main IP address of the EQ server, and 123.123.123.93 is the additional IP address for the virtual machine.
Reading this document http://wiki.hetzner.de/index.php/Proxmox_VE/en I configured my Proxmox VE as following:
I configured the virtual machine (CentOS 5.8) as following:
Interface: eth0 bridged with vmbr0
The MAC address of eth0 is the MAC address that Hetzner configured me in its Robot for the additional IP address.
IP address: 123.123.123.93
Netmask: 255.255.255.224
Gateway: 123.123.123.65
The virtual machine can ping the host machine (123.123.123.66) but it cannot reach Internet. The routing seems to be configured well:
Destination
[TABLE="width: 500"]
[TR]
[TD]Destination[/TD]
[TD]Gateway[/TD]
[TD]Genmask[/TD]
[TD]Flags[/TD]
[TD]Metric[/TD]
[TD]Ref[/TD]
[TD]Use[/TD]
[TD]Iface[/TD]
[/TR]
[TR]
[TD]176.9.17.64[/TD]
[TD]0.0.0.0[/TD]
[TD]255.255.255.224[/TD]
[TD]U[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]eth0[/TD]
[/TR]
[TR]
[TD]169.254.0.0[/TD]
[TD]0.0.0.0[/TD]
[TD]255.255.0.0[/TD]
[TD]U[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]eth0[/TD]
[/TR]
[TR]
[TD]0.0.0.0[/TD]
[TD]176.9.17.65[/TD]
[TD]0.0.0.0[/TD]
[TD]UG[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]eth0[/TD]
[/TR]
[/TABLE]
Could you help me to find where I'm wrong, please?
Thank you very much for your help!
Bye.
I'm configuring a Proxmox VE on an Hetzner EQ server.
I activated one additional IP address to use on the virtual machine.
123.123.123.66 is the main IP address of the EQ server, and 123.123.123.93 is the additional IP address for the virtual machine.
Reading this document http://wiki.hetzner.de/index.php/Proxmox_VE/en I configured my Proxmox VE as following:
Code:
# network interface settings
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 123.123.123.66
netmask 255.255.255.224
broadcast 123.123.123.95
gateway 123.123.123.65
pointopoint 123.123.123.65
post-up mii-tool -F 100baseTx-FD eth0
auto vmbr0
iface vmbr0 inet static
address 123.123.123.66
netmask 255.255.255.224
broadcast 123.123.123.95
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add 123.123.123.93/32 dev vmbr0
I configured the virtual machine (CentOS 5.8) as following:
Interface: eth0 bridged with vmbr0
The MAC address of eth0 is the MAC address that Hetzner configured me in its Robot for the additional IP address.
IP address: 123.123.123.93
Netmask: 255.255.255.224
Gateway: 123.123.123.65
The virtual machine can ping the host machine (123.123.123.66) but it cannot reach Internet. The routing seems to be configured well:
Destination
[TABLE="width: 500"]
[TR]
[TD]Destination[/TD]
[TD]Gateway[/TD]
[TD]Genmask[/TD]
[TD]Flags[/TD]
[TD]Metric[/TD]
[TD]Ref[/TD]
[TD]Use[/TD]
[TD]Iface[/TD]
[/TR]
[TR]
[TD]176.9.17.64[/TD]
[TD]0.0.0.0[/TD]
[TD]255.255.255.224[/TD]
[TD]U[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]eth0[/TD]
[/TR]
[TR]
[TD]169.254.0.0[/TD]
[TD]0.0.0.0[/TD]
[TD]255.255.0.0[/TD]
[TD]U[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]eth0[/TD]
[/TR]
[TR]
[TD]0.0.0.0[/TD]
[TD]176.9.17.65[/TD]
[TD]0.0.0.0[/TD]
[TD]UG[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]eth0[/TD]
[/TR]
[/TABLE]
Could you help me to find where I'm wrong, please?
Thank you very much for your help!
Bye.