OVH Community, your new community space.

Proxmox 3 network configuration.


ozgurerdogan
06-06-2016, 20:14
As proxmox v3 does not appear in install templates, I have to manually configure it after I install from iso. But it does not seems to be pingable. Can you please advice. This is Proxmox v3.4 host node's /etc/network/interfaces: (I looked at a running proxmox machine)


# The loopback network interface
auto lo
iface lo inet loopback

# for Routing
auto vmbr1
iface vmbr1 inet manual
bridge_ports dummy0
bridge_stp off
bridge_fd 0


# vmbr0: Bridging. Make sure to use only MAC adresses that were assigned to you.
auto vmbr0
iface vmbr0 inet static
address 149.202.217.179
netmask 255.255.255.0
network 149.202.217.0
broadcast 149.202.217.255
gateway 149.202.217.254
bridge_ports eth0
bridge_stp off
bridge_fd 0


Now way I can ping the node. What am I missing?