PavelKolodin n00b

Joined: 05 Mar 2007 Posts: 16
|
Posted: Thu Nov 22, 2007 11:40 pm Post subject: Trying to make AD-HOC with ipw3945. Linux + Windows. |
|
|
Sequence:
iwcondig eth1 essid pavel key off channel 9
ifconfig eth1 10.10.10.1 netmask 0xffffff00
route -n
Code: |
Destination Gateway Genmask Flags Metric Ref Use Iface
10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
|
Go to windows and do search. Found "pavel" network with no encryption. Connecting. OK. Signal level: "excellent". Manually set up 10.10.10.2 / 255.255.255.0. Ping 10.10.10.1... Silence...
Go to linux machine (IBM ThinkPad T60p), look at the green "WLAN" led...
ping 10.10.10.2
Code: |
PING 10.10.10.2 (10.10.10.2) 56(84) bytes of data.
From 10.10.10.1 icmp_seq=2 Destination Host Unreachable
From 10.10.10.1 icmp_seq=3 Destination Host Unreachable
From 10.10.10.1 icmp_seq=4 Destination Host Unreachable
|
iwconfig eth1
Code: |
eth1 IEEE 802.11g ESSID:"pavel"
Mode:Ad-Hoc Frequency:2.452 GHz Cell: 02:13:02:C1:E0:E7
Bit Rate:54 Mb/s Tx-Power:15 dBm
Retry limit:15 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:99 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:871 Missed beacon:0
|
ifconfig eth1
Code: |
eth1 Link encap:Ethernet HWaddr 00:15:52:5A:B6:22
inet addr:10.10.10.1 Bcast:10.10.10.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:518 dropped:357 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:73059 (71.3 Kb)
Interrupt:22 Base address:0xe000 Memory:edf00000-edf00fff
|
That's the way the cookie crumbles :) |
|