Todd wrote:
> On 03/28/2011 11:24 AM, Todd wrote:
>> On 03/28/2011 11:02 AM, Todd wrote:
>>> On 03/27/2011 11:27 PM, jack wrote:
>
>> Hi Jack,
>>
>> I have what I need. I love this tcpdump! Thank you so much.
>>
>> -T
>
> And, I fixed it. The devices did not have their default
> router configured. Rasberries!
>
> Bad: GATEIPAddress=0.0.0.0
> good: GATEIPAddress=192.168.255.10
>
> Yipee! It took me about 7 hours to figure this out,
> but I finally did. And, the default router was not in the
> vendors configuration directions!
>
> Thank you Jack. I could not have figured it out without you!
>
> Now, I will do my best to stop strutting. Maybe in an hour
> or so!
>
> -T
> P.s. Yipee!
Glad you sorted it out, unknown devices and finger-pointing can both be
a pain. tcpdump can be a great help to see what is happening on the
wire. What I often do is take a capture using tcpdump -s0 -w
/tmp/somefile.pcap, copy the pcap files to my own machine, and use
wireshark to go through the capture file.
-j
|