* [Buildroot] DNS and static ip @ 2012-03-30 14:15 Charles Krinke 2012-03-30 14:19 ` Thomas Petazzoni 0 siblings, 1 reply; 3+ messages in thread From: Charles Krinke @ 2012-03-30 14:15 UTC (permalink / raw) To: buildroot I am searching for a little knowledge on DNS with staticIP addresses in busybox. Is there a setting, like "nameserver = 8.8.8.8" that can be added to /etc/network/interfaces when one uses static ip addresses in busybox or said differently "What is the proper way to deal with DNS in busybox with static ip addresses?" -- Charles Krinke ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] DNS and static ip 2012-03-30 14:15 [Buildroot] DNS and static ip Charles Krinke @ 2012-03-30 14:19 ` Thomas Petazzoni 2012-03-30 15:05 ` Charles Krinke 0 siblings, 1 reply; 3+ messages in thread From: Thomas Petazzoni @ 2012-03-30 14:19 UTC (permalink / raw) To: buildroot Le Fri, 30 Mar 2012 07:15:22 -0700, Charles Krinke <charles.krinke@gmail.com> a ?crit : > I am searching for a little knowledge on DNS with staticIP addresses > in busybox. > > Is there a setting, like "nameserver = 8.8.8.8" that can be added to > /etc/network/interfaces when one uses static ip addresses in busybox > or said differently "What is the proper way to deal with DNS in > busybox with static ip addresses?" nameserver 8.8.8.8 in /etc/resolv.conf. It is not different than using dynamic addressing with DHCP, except that in the DHCP case, the DHCP client automatically fills this file for you. Or maybe I did not understand your question properly? Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] DNS and static ip 2012-03-30 14:19 ` Thomas Petazzoni @ 2012-03-30 15:05 ` Charles Krinke 0 siblings, 0 replies; 3+ messages in thread From: Charles Krinke @ 2012-03-30 15:05 UTC (permalink / raw) To: buildroot Ah, here is the problem, Thomas. In the build I am working with resolv.conf is not in the skeleton, but after booting it is a softlink resolv.conf -> ../tmp/resolv.conf So, perhaps the problem is my understanding how this softlink was created. I dont see it in device_table.txt and dont know where to look next. Charles Krinke In the system I am looking at, /etc/resolv.conf is a On Fri, Mar 30, 2012 at 7:19 AM, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote: > Le Fri, 30 Mar 2012 07:15:22 -0700, > Charles Krinke <charles.krinke@gmail.com> a ?crit : > >> I am searching for a little knowledge on DNS with staticIP addresses >> in busybox. >> >> Is there a setting, like "nameserver = 8.8.8.8" that can be added to >> /etc/network/interfaces when one uses static ip addresses in busybox >> or said differently "What is the proper way to deal with DNS in >> busybox with static ip addresses?" > > nameserver 8.8.8.8 > > in /etc/resolv.conf. It is not different than using dynamic addressing > with DHCP, except that in the DHCP case, the DHCP client automatically > fills this file for you. > > Or maybe I did not understand your question properly? > > Thomas > -- > Thomas Petazzoni, Free Electrons > Kernel, drivers, real-time and embedded Linux > development, consulting, training and support. > http://free-electrons.com > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot -- Charles Krinke ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-30 15:05 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-03-30 14:15 [Buildroot] DNS and static ip Charles Krinke 2012-03-30 14:19 ` Thomas Petazzoni 2012-03-30 15:05 ` Charles Krinke
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox