Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8597

Deutsch • Re: DHCP Probleme

$
0
0
You need to check the DHCP service on your router NOT the Raspberry Pi. Since your Raspberry Pi has a fixed IP address it doesn't need the DHCP client service (dhcpd) and you don't want the DHCP server service (dhcp) installed on the Pi as it will cause network conflict.

Can you ping your RaspberryPi's fixed IP address and get a valid response?

Code:

Example:ping -c 4 192.168.12.1PING 192.168.12.1 (192.168.12.1) 56(84) bytes of data.64 bytes from 192.168.12.1: icmp_seq=1 ttl=63 time=1.34 ms64 bytes from 192.168.12.1: icmp_seq=2 ttl=63 time=0.982 ms64 bytes from 192.168.12.1: icmp_seq=3 ttl=63 time=0.929 ms64 bytes from 192.168.12.1: icmp_seq=4 ttl=63 time=0.950 ms--- 192.168.12.1 ping statistics ---4 packets transmitted, 4 received, 0% packet loss, time 3035msrtt min/avg/max/mdev = 0.929/1.050/1.339/0.167 ms
Where 192.168.12.1 should be changed to your Raspberry Pi's IP address and, if you run the command from MS Windows, remove the "-c 4" part of the command.

Do other devices connected to your LAN get proper IP addresses?

Sorry my response is in English but my German isn't good enough to reply in.

Statistics: Posted by RosettaStone — Mon Feb 16, 2026 7:53 am



Viewing all articles
Browse latest Browse all 8597

Trending Articles