/etc/network/interfaces declarations

David Henderson dhenderson at digital-pipe.com
Thu Mar 24 15:42:12 UTC 2016


And I just wanted to make sure that I could use something like:

ifup -i /etc/network/interfaces eth0

will process that file as is defined (like the example provided
below).  There isn't anythink like this with just ifconfig correct?

Thanks,
Dave


On 3/24/16, David Henderson <dhenderson at digital-pipe.com> wrote:
> Good morning all!  I am working with the /etc/network/interfaces file
> and was curious what declarations are available to busybox.  So far
> I'm interested in using the following:
>
> address 192.168.0.10
> netmask 255.255.255.0
> gateway 192.168.0.1
> dns-nameservers 1.1.1.1 1.1.1.2 1.1.1.3
> dns-search newdomain.local olddomain.local outside.com
> wpa-conf /etc/wpa_supplicant.conf
>
> A list of available, working declarations would be greatly appreciated!
>
> Thanks,
> Dave
>


More information about the busybox mailing list