Linux [SK]

nefunkčná sieť v KDE

Neviem prečo, ale pomerne často sa mi stane, že nebehá sieť na static cez eth0 (hlavne Live CD). Nepomáha ani cez správcu siete nastaviť natvrdo IP, gateway a masku. Ako jediný účinný spôsob sa ukázal ručne editovať

/etc/network/interfaces

# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
address 192.168.0.101
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1

Následne treba reštartnúť sieť príkazom:

/etc/init.d/network restart

back to Linux introduction