3

I have a RPi 4 running Raspbian buster. I would like to setup a static IP address for it with support for VNC. I have tried a number of tutorials and I have succeded in making a static IP address for my RPi, but then i can't connect to it from my desktop using VNC. I'm using eth0 on my RPi, and both the RPi and my desktop are connected to the same router via LAN cable. Any solutions to this?

jrn6270
  • 143
  • 1
  • 10

1 Answers1

3

My question have been solved following the excellent guide/answer from @Milliways to the question here: How do I set up networking/WiFi/static IP address?. I used the dhcpcd method. Both the static IP address on my RPi 4 and connecting to it from my desktop via VNC is now working.

jrn6270
  • 143
  • 1
  • 10
  • 1
    Please accept your own answer with a click on the tick on its left side. Only this will finish the question and it will not pop up again year for year. – Ingo Mar 22 '20 at 14:56
  • Done (y). I had to wait 2 days to do it – jrn6270 Mar 23 '20 at 07:53