On Wed, 11 Jan 2017 15:23:31 -0600 Robert Nelson <[email protected]> wrote:
> On Wed, Jan 11, 2017 at 3:18 PM, Ross Morrison <[email protected]> > wrote: > > On Wed, 11 Jan 2017 13:15:37 -0800 > > Ross Morrison <[email protected]> wrote: > > > >> Hello all, > >> > >> Simple question, hope there is a simple answer. After some > >> googling, I've been unable to discover how and when the ipv4 > >> address for interface SoftAp0 is set. I would like to change the > >> address from 192.168.8.1 to some other private ipv4 address, ie > >> 192.168.200.1 or whatever, just something other than 8.1. Part two > >> of that question is what would break if the change is made? > > So, you can define this in: > > ip_prefix="192.168.8" > > /usr/bin/bb-wl18xx-tether > > https://github.com/rcn-ee/repos/blob/master/bb-wl18xx-firmware/suite/jessie/debian/bb-wl18xx-tether#L26 > > But i really should move this to: > > /etc/default/bb-wl18xx > > Careful around: > > https://github.com/rcn-ee/repos/blob/0161650aa1e1da854425144c9d50d2d774a6f6e6/bb-wl18xx-firmware/suite/jessie/debian/bb-wl18xx-tether#L286-L291 > > as i hard-coded that to 192.168.8.x > > I'll fix those both up right now.. > > Regards, > That works, thanks Robert.... Ross -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/20170111133210.3d1edbf7%40kubuntu-14-04. For more options, visit https://groups.google.com/d/optout.
