resolvconf problems

Matt Joyce matt.joyce at gmail.com
Fri Aug 22 05:17:42 CEST 2008


On Fri, Aug 22, 2008 at 12:14 PM, abatrour <abatrour at gmail.com> wrote:
>
> I've always edited the usb portion of my "/etc/network/interfaces" to this
> and its always worked.
> As you can see it writes the IP to the resolv.conf automatically every time
> at bootup.
>
>
> # Ethernet/RNDIS gadget (g_ether)
> # ... or on host side, usbnet and random hwaddr
> auto usb0
> iface usb0 inet static
>        address 192.168.0.202
>        netmask 255.255.255.0
>        network 192.168.0.0
>        gateway 192.168.0.1
>        up echo nameserver 208.67.222.222 >/etc/resolv.conf
>        up echo nameserver 208.67.220.220 >/etc/resolv.conf
>        #up echo nameserver 192.168.0.200 >/etc/resolv.conf
>
> --

Yes, that's true but is doesn't explain why resolvconf does not work
as expected.
It's been included in the build, and would appear to be the better
solution, yet it does not appear to work.

Matt



More information about the support mailing list