Hi all,
Previously a user of VMWare products, I wanted to give Proxmox a try in hopes of moving my server environment over to it instead.
I successfully installed the latest version of Proxmox 3.0 today, but have no success in getting any network connectivity.
I've assigned a static ip during the installation process of 111.222.249.15
I cannot ping a computer on the same network with the address 111.222.249.23 from within the console of Proxmox.
From the computer 111.222.249.23 I cannot ping the Proxmox machine (111.222.249.15).
I can ping the loopback from the Proxmox console (127.0.0.1) as well as itself (111.222.249.15).
I've made no changes at all to /etc/network/interfaces so its just the default from Proxmox which looks like this:
I also did dmesg | grep "Network driver" and it shows the network driver loaded, but I dont have the exact output as I'm not longer at the same location as the server. I will post the output of that tomorrow when I have access to the server again.
Any insight before then would be greatly appreciated though!
Previously a user of VMWare products, I wanted to give Proxmox a try in hopes of moving my server environment over to it instead.
I successfully installed the latest version of Proxmox 3.0 today, but have no success in getting any network connectivity.
I've assigned a static ip during the installation process of 111.222.249.15
I cannot ping a computer on the same network with the address 111.222.249.23 from within the console of Proxmox.
From the computer 111.222.249.23 I cannot ping the Proxmox machine (111.222.249.15).
I can ping the loopback from the Proxmox console (127.0.0.1) as well as itself (111.222.249.15).
I've made no changes at all to /etc/network/interfaces so its just the default from Proxmox which looks like this:
Code:
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 111.222.249.15
netmask 255.255.255.0
gateway 111.222.249.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
I also did dmesg | grep "Network driver" and it shows the network driver loaded, but I dont have the exact output as I'm not longer at the same location as the server. I will post the output of that tomorrow when I have access to the server again.
Any insight before then would be greatly appreciated though!