Cannot access raspberry pi with static ip

Do you not have access to a GUI to set the ip address on the pi?

Hmmm, don't know enough about the pi to make any more recommendations on how to set it up or troubleshoot an ip problem. Here's where I'll step back and let the real pi people comment but it still screams misconfiguration to me in one device or another.

I wonder whether you have confused things by editing files and then using the gui. What file changes did you make? There is a lot of out of date information on the web.

Finally I have solved the problem. When I use GUI to set static ip, it writes inform 192.168.1.100/24 in dhcpcd.conf file but that line of code doesn't work to set ip as static.

After that I decide to use static ip_address=192.168.1.100/24 instead of inform, It work great !

In fact previously I wrote static ip_address but I guess I left a blank between = and 192..... because of that It didn't work.

Thanks everyone for your help also I am sorry to waste your precious time

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.