This is what my buddy wrote me. It worked on my BB xM which has an ever changing MAC address.
i was able to set the static IP look at the file /etc/network/interfaces and update the section like what i have below... *auto usb0* *iface usb0 inet static* * address 192.168.1.200* * netmask 255.255.255.0* * gateway 192.168.1.1* yours might be 10.0.0.200, 255.255.255.0, 10.0.0.1 On Wednesday, January 29, 2014 10:15:21 AM UTC-5, Andrea Pola wrote: > > Hi, i'm wondering how to change the default usb0 192.168.7.2 of BBB. > > I've found udhcpd config file in /etc and i've changed it to release one > address: 192.168.8.1, but BBB still having on usb0 192.168.7.2 address. > > Which script sets 192.168.7.2 on usb0? > Thanks > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
