FOK!forum / Digital Corner / [Debian] Static IP wil niet :'(
sweexvrijdag 19 augustus 2005 @ 19:30
GVD, zit nu al een half uur te kloten om mijn Debian bak een static IP te geven

m'n /etc/network/interfaces/
quote:
# The loopback interface
auto lo
iface lo inet loopback

# the first network card
auto eth0
iface eth0 inet static
address 192.168.2.210
netmask 255.255.255.0
gateway 192.168.2.1
dns-search somedomain.org
dns-nameservers 192.168.2.1 192.168.2.2
M'n router is 192.168.2.1 (en tevens DNS)
Als ik dus opsla, en m'n eth0 restart
quote:
debian1: # /etc/init.d/networking restart
Reconfiguring network interfaces: SIOCDELRT: No such progress
Don't seem to have all the variables for eth0/inet.
done
Bvd
CasBvrijdag 19 augustus 2005 @ 19:33
tvp, ik ben er ook benieuwd naar
Asmoohvrijdag 19 augustus 2005 @ 19:38
wat heb je zelf gedaan om te zoeken ?
man gelezen? google gezocht?


bron: http://www.linuxquestions(...)/34/2003/10/4/106480

eerste hit op google
slotje
Lucillevrijdag 19 augustus 2005 @ 19:39
http://www.iceteks.com/forums/archive/t/3298/
sweexvrijdag 19 augustus 2005 @ 19:40
Daar heb ik het huidige ook van
sweexvrijdag 19 augustus 2005 @ 19:43
Typefout in adress (moest address zijn)

Slotje
CasBvrijdag 19 augustus 2005 @ 19:47