Disto: Debian 3.1 Sarge
Sitovka: Realtek RTL8168/8111 PCI-E Gigabit Ethernet NIC
Moje IP: 192.168.77.3
Maska: 255.255.255.0
Brana: 192.168.77.254
Neinstaloval jsem driver na sitovku, nedarilo se mi najit zadny presne k memu typu. Pridal sem Ethernet sitovou kartu pres graficke rozhrani nastavil IP adresy a nasledujici prikazy mi vypisuji toto:
- Kód: Vybrat vše
sudo nano /etc/network/interfaces
iface eth0 inet static
name Karta Ethernet LAN
adress 192.168.77.3
netmask 255.255.255.0
broadcast 192.168.77.255
network 192.168.77.0
gateway 192.168.77.254
auto eth0
- Kód: Vybrat vše
sudo /etc/init.d/networking restart
Setting up IP spoofing protection: rp_filter
Reconfiguring network interface...ifup: interface lo already configured
SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
eth0: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device
Failed to bring up eth0.
done.