Quantcast
Channel: Raspberry Pi – IT Solutions Technology Blog
Viewing all articles
Browse latest Browse all 1171

Raspberry Pi – eine statische IP@ einrichten

$
0
0

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


Viewing all articles
Browse latest Browse all 1171

Trending Articles