Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2001 22:44:08 -0700
From:      Harry Putnam <reader@newsguy.com>
To:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: Frustrating network problem - need diagnotic help
Message-ID:  <m1vgja5a6v.fsf@reader.newsguy.com>
In-Reply-To: <20010826130347.A81961@numachi.com> (Brian Reichert's message of "Sun, 26 Aug 2001 13:03:47 -0400")
References:  <m1snefa17h.fsf@reader.newsguy.com> <20010826014336.Y81961@numachi.com> <m1lmk79b8l.fsf@reader.newsguy.com> <20010826130347.A81961@numachi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Brian Reichert <reichert@numachi.com> writes:

> No solutions are discussed, but I go into great detail of the
> sypmtoms I was seeing in different environments.
>
> In my case, though, it came down to a buggy ed driver in FreeBSD
> 4.0-RELEASE, when 4.1 came out I uprgaded, and voila! I had a
> working NIC.

So, the cure for you.. `just happened'.  Good deal.

Now I've gotten a little more info from some diagnostic commands
suggested by someone off list.  I'm not sure what to make of the
output but it seems to indicate that `something' is getting through on
tht MAC.

Having done the things below:

/etc/rc.firewall is renamed to /etc/rc.firewallX and I have run
ipfw -F a  So no firewall rules should be in place at all

(With nothing having been sent [to 192.168.0.4] for some time)
ipfw -a list:
65535 446 64050  allow ip from any to any

========================================

Now start a continuos ping from another machine on the lan:

    ipfw -a list
    65535 452 64554  allow ip from any to any

A few seconds later:
    ipfw -a list
    65535 462 65394  allow ip from any to any
And again:
    ipfw -a list
    65535 468 66043  allow ip from any to any

========================================

What does that output really mean?  A few packets are being recieved?   

Now a different command:

    ipfw add 60000 count icmp from any to 192.168.0.4

Then 
    ipfw -a list
    6000 0  0 count icmp from any to 192.168.0.4 
    6000 0  0 count icmp from any to 192.168.0.4 
    65535 476 66973 allow ip from any to any

Start a continuous ping from another machine on the lan:

    ipfw -a list
    6000 7  588 count icmp from any to 192.168.0.4 
    6000 7  588 count icmp from any to 192.168.0.4 
    65535 483 67561 allow ip from any to any

    ipfw -a list
    6000 15  1260 count icmp from any to 192.168.0.4 
    6000 15  1260 count icmp from any to 192.168.0.4 
    65535 491 68233 allow ip from any to any

    ipfw -a list
    6000 22  1842 count icmp from any to 192.168.0.4 
    6000 22  1842 count icmp from any to 192.168.0.4 
    65535 498 68821 allow ip from any to any

Looks like if means something is happening but again, I haven't an
idea what it means.



 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m1vgja5a6v.fsf>