The scan showed network traffic but pings to the router didn't go over
the interface, just 'network unreachable'. Its like the redhat box is
a fly on the wall watching the net but invisible to it. As I said,
the scan was for packets with source 192.168.0.1, so 'from whom' is
the router.
(E-Mail Removed) (P.T. Breuer) wrote in message news:<(E-Mail Removed)>...
> Steven Schmidt <(E-Mail Removed)> wrote:
> > I have experienced all the frustration I have seen others post and not
> > found an answer. By reading the existing stuff, the card doesnt seem
> > to be the issue, since many seem to have the same problems. My case
> > is this: Everything looks good under ifconfig and iwconfig, but I
> > can't talk to the network. Default route is good, ESSID is good,
> > configuration recognizes the router's MAC. There are plenty of TX and
> > RX packets. I gave eth0 a static ip.
>
> If there are plenty of Tx and Rx packets, then you are on the network.
>
> > I ran ethereal with a filter of "src 192.168.0.1" (the router/access
> > point) and noticed only UDP and ARP. UDP packets were RIPv1. Why
>
> FROM WHOM?
>
> If you see *other* machines packets, then you are on the network. Full
> stop.
>
> > won't the router have a reasonable conversation with my interface?
>
> Routers don't converse. Are you saying that you see the router asking
> via arp for you? Or other machines asking via arp for you? (such as
> would occur if they tried to ping you).
>
> If you see then asking for you via arp, and you don't reply, then you
> have a problem. You should reply to arp. You can force arp for yourself
> anyway (via arp or rarp even :-).
>
> Let us know the particulars of your problem, and you will get a
> particular answer.
>
> Peter