On 08-05-13 18:14, Patrick Donckers wrote: > Beste, > > Heeft iemand al op een raspberry pi met debian erop een vast IP adres > ingestelld? Wat ik op internet vind werkt niet.
Zet zoiets in /etc/network/interfaces : ---- auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.0.45 netmask 255.255.255.0 gateway 192.168.0.1 ---- Je kunt ook je router vertellen dat hij via DHCP steeds hetzelfde IP adres moet vergeven. Groet, Paul. -- Paul van der Vlis Linux systeembeheer, Groningen http://www.vandervlis.nl -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
