Hi
Have installed Proxmox 4.4. Installation went fine though during installation I was not connected to my network. The machine was just stood alone at that point, but I knew I'd be able to configure my router later on and allocate the chosen IP of 192.168.0.30 and the MAC address to the DHCP server.
So, IP address set to 192.168.0.30
Subnet mask of 255.255.255.0
Default gateway of my router, e.g. 192.168.0.1
Those were the inputted settings.
On connection to my router, I then added that address and the MAC address to ensure the DHCP server allocated that address every time.
But I can't ping anything, and nothing else can ping the Proxmox hypervisor. Using a web browser, I cannot navigate to 192.168.0.030:8006/
ifconfig show a valid MAC for eth0 and vmbr0 (the same MAC address in fact), but for eth0 there is no IP address. It says "UP BROADCAST MULTICAST" instead of an inet_addr entry.
For vmbr0 the IP address is 192.168.0.30.Broadcast is 192.168.0.255 and Mask is 255.255.255.0.
Doing a cat of /etc/networking/interfaces shows the same settings as typed above.Including :
bridge_ports eth0
bridge_stp off
bridge_fd 0
I have tried two different ethernet cables and two different router ports.
So I am now a bit stuck. I can't see why I can't access the box. The only thing I can suggest is the network card, which is an NVIDIA Corporation MCP55 Ethernet adapter (revision A3), and this is listed during lspci as well.
I Googled that card and Linux and found one suggestion that said to try the following :
echo options forcedeth msi=0 msix=0 >> /etc/modprobe.d/options
update-initramfs -u
reboot
but after reboot, the problem persists.
I executed :
dmesg | grep 'Ethernet Driver' and
grep eth0 /etc/modules.conf and
but both returned nothing.
lsmod | less | grep 'nvidia' or lsmod | less | grep 'network'
also return nothing
So then I tried booting into a live instance of Linux Mint 17. Network connection came straight up, editing this post using it now. Hardinfo reports :
Bridge : NVIDIA Corporation MCP55 Ethernet (rev a3)
Bridge : NVIDIA Corporation MCP55 Ethernet (rev a3)
EDIT : Tried re-installing Proxmox while connected to router. Set IP to 192.168.0.49 and subnet etc as above. Same problem.
Can anyone help? Or has my Proxmox adventure ended already?
Have installed Proxmox 4.4. Installation went fine though during installation I was not connected to my network. The machine was just stood alone at that point, but I knew I'd be able to configure my router later on and allocate the chosen IP of 192.168.0.30 and the MAC address to the DHCP server.
So, IP address set to 192.168.0.30
Subnet mask of 255.255.255.0
Default gateway of my router, e.g. 192.168.0.1
Those were the inputted settings.
On connection to my router, I then added that address and the MAC address to ensure the DHCP server allocated that address every time.
But I can't ping anything, and nothing else can ping the Proxmox hypervisor. Using a web browser, I cannot navigate to 192.168.0.030:8006/
ifconfig show a valid MAC for eth0 and vmbr0 (the same MAC address in fact), but for eth0 there is no IP address. It says "UP BROADCAST MULTICAST" instead of an inet_addr entry.
For vmbr0 the IP address is 192.168.0.30.Broadcast is 192.168.0.255 and Mask is 255.255.255.0.
Doing a cat of /etc/networking/interfaces shows the same settings as typed above.Including :
bridge_ports eth0
bridge_stp off
bridge_fd 0
I have tried two different ethernet cables and two different router ports.
So I am now a bit stuck. I can't see why I can't access the box. The only thing I can suggest is the network card, which is an NVIDIA Corporation MCP55 Ethernet adapter (revision A3), and this is listed during lspci as well.
I Googled that card and Linux and found one suggestion that said to try the following :
echo options forcedeth msi=0 msix=0 >> /etc/modprobe.d/options
update-initramfs -u
reboot
but after reboot, the problem persists.
I executed :
dmesg | grep 'Ethernet Driver' and
grep eth0 /etc/modules.conf and
but both returned nothing.
lsmod | less | grep 'nvidia' or lsmod | less | grep 'network'
also return nothing
So then I tried booting into a live instance of Linux Mint 17. Network connection came straight up, editing this post using it now. Hardinfo reports :
Bridge : NVIDIA Corporation MCP55 Ethernet (rev a3)
Bridge : NVIDIA Corporation MCP55 Ethernet (rev a3)
EDIT : Tried re-installing Proxmox while connected to router. Set IP to 192.168.0.49 and subnet etc as above. Same problem.
Can anyone help? Or has my Proxmox adventure ended already?
Last edited: