On Mon, 16 Jul 2001, Ihab A Awad (CBC) wrote:

- Hi there,
-
- I am trying to get my Dell laptop to work with a Lucent 802.11b PCMCIA
- card, and for the live of me can't get it running! Here's my setup --
-
-   Dell Inspiron 5000
-   RedHat Linux 7.1
-   Lucent Technologies PCMCIA 802.11b card --
-     Model PC24E-H-FC
-     S/N: 99UT12435199
-     T/N: 95101363
-     P/N: 012372A
-
-
- but, per the syslog, my DHCP requests failed.

Try using pump from the command line:

# pump --hostname=<hostname> --interface=eth0

- I then tried to configure the interface manually. I know that my base
- station is a Linksys BEFW11S4 router, and I know its IP address on the
- local network, so --
-
- [root@localhost ihab]# ifdown eth0
- [root@localhost ihab]# ifconfig eth0 up

You need to add an IP address here:

# ifconfig eth0 192.168.1.NNN netmask 255.255.255.0

- [root@localhost ihab]# route add -host 192.168.1.1 eth0
- [root@localhost ihab]# route add -net default gw 192.168.1.1 eth0
-
- giving me the following kernel routing table --
-
- [root@localhost ihab]# route
- Kernel IP routing table
- Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
- 192.168.1.1     *               255.255.255.255 UH    0      0        0 eth0
- 127.0.0.0       *               255.0.0.0       U     0      0        0 lo
- default         192.168.1.1     0.0.0.0         UG    0      0        0 eth0
-
- and then I try to ping --
-
- [root@localhost ihab]# ping 192.168.1.1
- PING 192.168.1.1 (192.168.1.1) from 0.0.0.0 : 56(84) bytes of data.

The router has no way to send an answer back to 0.0.0.0.  Add a fixed
IP address or try pump.  If you have tcpdump installed, start it in
another window to watch the progess of the transaction.

-- 
--Stephen Carville
http://www.heronforge.net/~stephen/gnupgkey.txt
==============================================================
Government is like burning witches:  After years of burning young women
failed to solve any of society's problems, the solution was to burn more
young women.
==============================================================



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to