Installation issues with NIC

viper7986

New Member
Apr 18, 2012
5
0
1
Natchitoches, La
Installed on an old Acer AM1100-B1300A (4gb pc2-5300, 250gb & 150gb HDD, AMD athlon 64 x2 processor) using onboard NIC and PCI NIC, during installation it gives 192.168.100.2, 255.255.255.0, 192.168.100.1 for the NIC settings, but my network is using 192.168.1.2-256,255.255.255,192.168.1.1. from my readings shouldnt the installation procedure use dhcp to pull your networks settings? I have tried setting the NIC to the correct settings for my network but after booting it says SKY2 ETH0: TX Timeout and i cannot access web interface from the ip. anyone have any clues? I am fairly new to using linux/debian OS's. Thanks
 
Installed on an old Acer AM1100-B1300A (4gb pc2-5300, 250gb & 150gb HDD, AMD athlon 64 x2 processor) using onboard NIC and PCI NIC, during installation it gives 192.168.100.2, 255.255.255.0, 192.168.100.1 for the NIC settings, but my network is using 192.168.1.2-256,255.255.255,192.168.1.1. from my readings shouldnt the installation procedure use dhcp to pull your networks settings? I have tried setting the NIC to the correct settings for my network but after booting it says SKY2 ETH0: TX Timeout and i cannot access web interface from the ip. anyone have any clues? I am fairly new to using linux/debian OS's. Thanks
Hi,
btw. with the atlon 64 x2 you can only use openvz and not kvm (except it's an Brisbane-cpu).

About the network:
you need an fixed ip-address for the host (no dhcp). If you don't have support the right information during install, you can change the config on the GUI (not easy without network ;)) or in the config /etc/network/interfaces
Your file should look like this (put the right last digit at the ip-address of the node):
Code:
auto lo
iface lo inet loopback

auto vmbr0
iface vmbr0 inet static
    address 192.168.1.10
    netmask 255.255.255.0
    gateway 192.168.1.1
    bridge_ports eth0
    bridge_stp off
    bridge_fd 0
To see if eth0 or eth1 is the rigt device for the bridge, use "dmesg | grep eth".
(The naming of the devices can be change with udev, but for the beginning it's easier to support the bridge vmbr0 with the right device)
Do an reboot after changing.

Udo
 
After changing the ip 20120421_203904.jpg i saved and rebooted the server and got this 20120421_204046.jpg20120421_204113.jpg upon reboot it is still trying to use the old ip. I have two NIC cards the onboard and a pci NIC. If you notice in the second and third picture it says "Configuring network interfaces... sky2 0000:02:00.0: PCI hardware error (0x2010)" im guessing this has something to do with my issue.
 
I found this thread on another site so i thought i might try this, http://old.nabble.com/sky2-fails-when-memory-exceeds-2GB-on-amd64-kernel-td27629077.html , I removed 2 of the 4gb of memory, booted proxmox and did not get the pci network error, changed ip for good measures, rebooted network, and was then able to access the web gui from another computer on the network. For some reason the amd64 kernel that is in my computer has an issue with booting more than 2gb in linux based systems.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!