Raspberry Pi – eine statische IP@ einrichten

raspberrypi_logo.jpg   … so lässt sich eine statische IP@ einrichten

# ifconfig
# vi /etc/network/interfaces

# iface eth0 inet dhcp
iface eth0 inet static
address 192.168.178.5
netmask 255.255.255.0
network 192.168.178.0
broadcast 192.168.178.255
gateway 192.168.178.1

# reboot

StatischeIP_01

Leave a Reply

You must be logged in to post a comment.