robseb/rsyocto

Network issue

Closed this issue · 5 comments

Hi Robin Sebastian,

Your Project is a really good idea and before you psted it, I also used Django in SoCKit to control my FPGA. Anyway !

I have a problem with the configuration of Ethernet interface. I am in université and they use nameserver to acces at internet. When I try to change the resolv.conf and reboot after, the resolv.conf is not changed. Can you tell how can I do please ?
May be disable the dynamic dhcp ...

I never test the change of the DNS-Server with the “resolv.conf“. I think for it are additional components required. For instance, I waived the support for the NETBIOS Name, since packages are really huge to install. However, maybe I can add this required feature to later releases.
I think you can try to use static IPv4 by changing the “etc/network/interfaces” network configuration file as shown here: https://github.com/robseb/rsyocto/blob/rsYocto-1.03/doc/guides/6_newFPGAconf.md
This should work with my built script and during runtime, as well.
I hope I could help you.

With the Release 1.032 I added the Linux DNS network tool "resolvconf". No works the DNS/nameserver connection as descripted in Guide 6.

Oh great, when I will update the project, I will answer if it's work,
thanks

Thank you.