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

-- 
View this message in context: 
http://n2.nabble.com/resolvconf-problems-tp722515p741913.html
Sent from the Openmoko Support mailing list archive at Nabble.com.


_______________________________________________
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support

Reply via email to