debian - ako vyradit dhcp
auto eth1
iface eth1 inet static
address 192.168.5.101
netmask 255.255.255.0
potom som dal /etc/init.d/networking restart aj killall dhclient, ale dhcp stale meni ip adresu na nejaku haluznu. Momentalne frcim na tomto skripte:
while true; do
killall dhclient
ifconfig eth1 down
ifconfig eth1 192.158.5.101 netmask 255.255.255.0 up
sleep 1
done
Ale je to mierne neuspokojive.
Pre pridávanie komentárov sa musíte prihlásiť.
su -
chmod -x `which dhclient`
a uz sa nebude nikdy spustat.
Alebo najdi v ktorom init skripte sa spusta dhclient a zmaz to.
nastavuje sa to presne cez /etc/network/interfaces. musi ti "nieco" ine spustat dhcp clienta, pripadne ho odinstaluj...