Jump to content
  • 0

Eclypse Internet


svaughn442

Question

Hi ,

I have a new Eclypse Z7 board. How do I connect to the internet? I have connected an ethernet cable from my PC to the Eclypse board. I can ping the Eclypse from PC. I can ping from the Eclypse to the PC. however, if I just run " sudo apt update"  I get the following. What is wrong?

thanks

image.thumb.png.030315c25c91f6f1a5c268747211c1a8.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

@svaughn442

Edit /etc/resolv.conf
to contain only the following lines

nameserver 1.1.1.1
nameserver 8.8.8.8


Alternatively If your router provides DNS Servers you may want to replace /etc/resolv.conf with a symbolic link to /run/systemd/resolve/resolv.conf:
cd /etc/
sudo rm resolv.conf
sudo ln -s /run/systemd/resolve/resolv.conf resolv.conf

Then reboot the board with sudo reboot. This should fix the problem.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...