Hi,
I am trying to retrieve some information from the internet using git or wget, but both applications say that they cannot resolve address.
My /etc/network/interfaces file has the following content:
auto eth0
iface eth0 inet static
address 192,168,1,33
netmask 255,255,255,0
gateway 192,168,1,1
dns-nameservers 192,168,1,100 8,8,8,8
I am inside a LAN with a router. Fedora VM accesses internet withput problems, but my board, does not.
What configuration do I ha need ?
Thanks !