Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 294 Bytes

Network.md

File metadata and controls

19 lines (11 loc) · 294 Bytes

Enable ethernet

  1. connect de10_nano to router

  2. run dpkg-reconfigure network-manager

  3. run dhclient eth0

  1. set nameserver and ping result
echo "nameserver 8.8.8.8" > /etc/resolv.conf
ping bing.com