This is a new install, although I basically installed it a month ago and just came back to it.
/etc/network/interfaces :
I'm not too familiar with this vmbr stuff but I assume that it is creating a bridged virtual interface, and that eth0 doesn't need to be spelled out here because it is brought up automatically when vmbr0 is right?
Anyway eth0 isn't coming up. /etc/init.d/networking restart produces an error:
interface eth0 does not exist!
This is an onboard Atheros AR8121. I think the drivers are in the latest kernel, but how do I proceed without a network connection. Could I download the kernel to a USB drive and install it somehow?
In any case I'm looking forward to resolving this hardware issue and beginning my adventures in virtualization so any help is greatly appreciated.
/etc/network/interfaces :
Code:
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 192.168.2.3
netmask 255.255.255.0
gateway 192.168.2.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
Anyway eth0 isn't coming up. /etc/init.d/networking restart produces an error:
interface eth0 does not exist!
This is an onboard Atheros AR8121. I think the drivers are in the latest kernel, but how do I proceed without a network connection. Could I download the kernel to a USB drive and install it somehow?
In any case I'm looking forward to resolving this hardware issue and beginning my adventures in virtualization so any help is greatly appreciated.