On Sat, Nov 15, 2014 at 1:11 AM, Jason Lange <[email protected]> wrote:
> 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.

Thanks Jason!

I've now merged this change too..

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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to