On Friday, November 7, 2014 3:52:16 PM UTC-5, Milton Mobley wrote: > > I found the place, it is set in /etc/udev/rules.d/udhcpd.rules > > But to clarify the problem, what I wanted was to have each of several > distros I test have a different IP address so that they > would appear to my desktop SSH system to be different machines, in the > hope it would stop complaining about the remote > key having changed after I switch. >
The usb0 configuration is set up in /opt/scripts/boot/am335x_evm.sh, which is called from the initd generic-boot-script.sh. The udhcpd server is started and reads configuration from /etc/udhcpd.conf. Change the netmask in udhcpd.conf and restart udhcpd. Then manually set the usb0 ip (for example): sudo ifconfig usb0 192.168.7.11 netmask 255.255.255.192 to select the IP from a larger range. Or you can just hack am335x_evm.sh each time and reboot.... -- 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/d/optout.
