
It sounds like you're nearly there and your commands look mostly correct. A few suggestions and example commands <snip>
Ok I tried the suggestions; I have setup the Windows machine on deb1 and chanel 6 that part is fine. Linux commands ifdown eth1 iwconfig eth1 mode Ad-Hoc essid "deb1" channel 6 ifconfig eth1 192.168.0.5 netmask 255.255.255.0 broadcast 192.168.0.255 link established ping 192.168.0.1 PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
From 192.168.0.5 icmp_seq=1 Destination Host Unreachable From 192.168.0.5 icmp_seq=2 Destination Host Unreachable
iwconfig eth1 eth1 IEEE 802.11b/g ESSID:"deb1" Nickname:"mordor" Mode:Ad-Hoc Channel:6 Cell: 9E:05:A8:9E:54:CF Bit Rate:11Mb/s Tx-Power=31 dBm Sensitivity=20/200 Retry min limit:8 RTS thr:2347 B Fragment thr:2346 B Encryption key:off Link Quality:196/0 Signal level:-55 dBm Noise level:-245 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.0.0.3 0.0.0.0 255.255.255.255 UH 1 0 0 sl0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 0.0.0.0 0.0.0.0 0.0.0.0 U 1 0 0 sl0 ifconfig eth1 eth1 Link encap:Ethernet HWaddr 00:09:5B:C2:C7:1A inet addr:192.168.0.5 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:48 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:5316 (5.1 Kb) Interrupt:10 Also Ethereal is looking for 192.168.0.1 using UDP and ARP If I remove WLAN and insert LAN I get ping 192.168.0.1 PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data. 64 bytes from 192.168.0.1: icmp_seq=1 ttl=64 time=0.549 ms 64 bytes from 192.168.0.1: icmp_seq=2 ttl=64 time=0.328 ms 64 bytes from 192.168.0.1: icmp_seq=3 ttl=64 time=0.322 ms So this is a big step in the right direction! Just the last step to go! Thanks Bill _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com

Bill, You do have an Access point, right? If you have an AP, you are setting up a wireless network in "managed" (or "infrastructure") mode. The output from iwconfig below says you are still in Ad-Hoc mode. try iwconfig eth1 mode managed to put your wireless interface into managed mode.
iwconfig eth1 eth1 IEEE 802.11b/g ESSID:"deb1" Nickname:"mordor" Mode:Ad-Hoc Channel:6 Cell: 9E:05:A8:9E:54:CF Bit Rate:11Mb/s Tx-Power=31 dBm Sensitivity=20/200 Retry min limit:8 RTS thr:2347 B Fragment thr:2346 B Encryption key:off Link Quality:196/0 Signal level:-55 dBm Noise level:-245 dBm Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Daniel

Hi Bill, On Thu, 2004-09-16 at 16:42, Bill Rosoman wrote:
ping 192.168.0.1 PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
From 192.168.0.5 icmp_seq=1 Destination Host Unreachable From 192.168.0.5 icmp_seq=2 Destination Host Unreachable
This would indicate that there is a problem at the link layer, such as ARPs not being responded to or something like that. Just to confirm your setup, you are connecting from a Laptop running Mandrake to a Windows PC? At this point it looks as if the problem with your configuration is with the Windows PC. The linux end certainly appears to be setup correctly. The only thing I notice is that the card in your laptop is an 802.11b/g card, is the card in the windows PC also 802.11b/g (i know b and g are meant to be compatible but it could be the source of your problems). Failing that the only other suggestion I can make is that you try a connection between two linux machines so that we can debug both ends of it. Regards -- Matt Brown Email: matt(a)mattb.net.nz GSM: +64 21 611 544
participants (3)
-
Bill Rosoman
-
Daniel Lawson
-
Matt Brown