Results 1 to 1 of 1
Hello Linux world !
Could someone tell me how to ping between my 2 computers using wireless adapters ?
I thought all was setup correctly as the iwconfig tell me ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-01-2005 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 1
Ping between 2 ad-hoc wifi computers
Hello Linux world !
Could someone tell me how to ping between my 2 computers using wireless adapters ?
I thought all was setup correctly as the iwconfig tell me that the two
machines are associated to the same cell :
-------------------------------------- desktopPC -------------------------------------------------------
[root@portal root]# iwconfig
wlan0 IEEE 802.11g ESSID:"bengoFM" Nickname:"portal"
Mode:Ad-Hoc Frequency:2.462 GHz Cell: 02:0E:35:B5:77:27
Bit Rate=54 Mb/s Tx-Power:14 dBm
RTS thr=2347 B Fragment thr=2346 B
Encryption key:off
Power Management:off
Link Quality:100/100 Signal level:-30 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:113196 Missed beacon:0
--------------------------------------- laptopPC ------------------------------------------------------
[root@poortable root]# iwconfig
eth1 IEEE 802.11g ESSID:"bengoFM" Nickname:"poortable"
Mode:Ad-Hoc Channel:11 Cell: 02:0E:35:B5:77:27
Bit Rate=54Mb/s Tx-Power=20 dBm
RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:41/100 Signal level:-42 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:4 Missed beacon:0
Here are my configurations:
The two computer uses Fedora core 2.
1) My desktopPC has got a
Linksys WMP54G rev. 03 ( BroadCom BCM94306 chipset )
working with the ndiswrapper 0.10 driver
2) My laptopPC has got an integrated
Intel PRO/Wireless 2200BG rev.05
working with the ipw2200 driver
-----------------------------------------------------------------------------------------------------------------
I typed on each respectively:
ifup eth1 ( on the laptopPC )
ifup wlan0 ( on the desktopPC )
It gave each a static IP, as stated by ifconfig:
-------------------------------------- desktopPC -------------------------------------------------------
[root@portal root]# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:0F:66:1B:96:5E
inet addr:192.168.0.1 Bcast:192.175.255.255 Mask:255.248.0.0
inet6 addr: fe80::20f:66ff:fe1b:965e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:47 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:2478 (2.4 Kb)
Interrupt:10 Memory:d8000000-d8001fff
--------------------------------------- laptopPC ------------------------------------------------------
[root@poortable root]# ifconfig eth1
eth1 Link encap:Ethernet HWaddr 00:0E:35:0B
9:2D
inet addr:192.168.0.10 Bcast:192.175.255.255 Mask:255.248.0.0
inet6 addr: fe80::20e:35ff:fe0b:d92d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7 errors:0 dropped:4 overruns:0 frame:0
TX packets:418 errors:0 dropped:0 overruns:0 carrier:5
collisions:0 txqueuelen:1000
RX bytes:378 (378.0 B) TX bytes:15720 (15.3 Kb)
Interrupt:7 Base address:0x1000 Memory:d8000000-d8001fff
-----------------------------------------------------------------------------------------------------------
But I can't even ping:
[root@portal root]# ping 192.168.0.10
PING 192.168.0.10 (192.168.0.10) 56(84) bytes of data.
From 192.168.0.1 icmp_seq=0 Destination Host Unreachable
From 192.168.0.1 icmp_seq=1 Destination Host Unreachable
From 192.168.0.1 icmp_seq=2 Destination Host Unreachable
--- 192.168.0.10 ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3999ms, pipe 4
Pleeeeeeease Help


Reply With Quote
