Hi Robert,

just wanted to comment that I had an issue with the ping executable using 
the 2014/11/11 jessie image on a BBB A5C:

ping: icmp open socket: Operation not permitted


I've solved using

sudo chmod u+s `which ping`


I'm not sure this was only an issue for my installation,

Regards,

On Saturday, November 15, 2014 8:07:21 AM UTC-3, Jason Lange wrote:
>
> ...Here's another option I needed to add to dnsmasq.conf:
>
> dhcp-option=3
>
> this stops dnsmasq from handing out a default route and screwing up your 
> connection to the internet.
>
> On Fri, Nov 14, 2014 at 11:11 PM, Jason Lange <j.b....@gmail.com 
> <javascript:>> 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.
>>
>>
>>
>>
>> On Thu, Nov 13, 2014 at 4:06 PM, Robert Nelson <robert...@gmail.com 
>> <javascript:>> 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...@googlegroups.com <javascript:>.
>>> 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