Hi Robert,
withThis worked for me:

/etc/dnsmasq.conf
#disable DNS by setting port to 0
port=0

interface=usb0
dhcp-range=192.168.7.1,192.168.7.1
#one address range


/etc/network/interfaces

auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp

allow-hotplug usb0
iface usb0 inet static
address 192.168.7.2
netmask 255.255.255.0
network 192.168.7.0
gateway 192.168.7.1



I'm using your 2014/11/11 jessie image and after I did an apt-get
update/upgrade I lost the ability to connect with ssh. removing udhcpd and
adding the above configuration for dnsmasq restored my ability to connect
via ssh on both interfaces.




On Thu, Nov 13, 2014 at 4:06 PM, Robert Nelson <robertcnel...@gmail.com>
wrote:

> > Sure, as long as we can configure dnsmasq to do the work of udhcpd,
> > i'm all for it.. ;)
>
> https://wiki.debian.org/HowTo/dnsmasq
>
> /etc/dnsmasq.conf
>
> dhcp-range=usb0,192.168.7.1,192.168.7.3,12h
>
> look sane?
>
> Regards,
>
> --
> Robert Nelson
> http://www.rcn-ee.com/
>
> --
> 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 beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to