root@2[~]# iwlist scanning lo Interface doesn't support scanning. eth0 Interface doesn't support scanning. eth1 Interface doesn't support scanning. wlan0 Scan completed : Cell 01 - Address: 00:14:6C:1E:83:20 ESSID:"NETGEAR" Mode:Master Channel:11 Encryption key:off Quality:0/0 Signal level:8/255 Noise level:0/0 Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s 24 Mb/s; 36 Mb/s; 54 Mb/s Cell 02 - Address: 00:14:BF:F4:71:B2 ESSID:"linksys" Mode:Master Channel:6 Encryption key:off Quality:0 Signal level:0 Noise level:0 Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s 24 Mb/s; 36 Mb/s; 54 Mb/s root@2[~]# iwconfig wlan0 wlan0 IEEE 802.11-DS ESSID:"NETGEAR" Nickname:"NETGEAR" Mode:Managed Frequency:2.462 GHz Access Point: 00:14:6C:1E:83:20 Bit Rate:11 Mb/s Tx-Power=15 dBm Retry limit:8 RTS thr=1536 B Fragment thr=1536 B Encryption key:off Power Management:off Link Quality=0/0 Signal level=20/255 Noise level=0/0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 root@2[~]# netstat -i Kernel Interface table Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg eth0 1500 0 0 0 0 0 0 0 0 0 BMRU eth1 1500 0 0 0 0 0 0 0 0 0 BMU lo 16436 0 414 0 0 0 414 0 0 0 LRU wlan0 1500 0 158083 0 0 0 128162 0 0 0 BRU root@2[~]# netstat -r Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.1.0 * 255.255.255.0 U 0 0 0 wlan0 default 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0 root@2[~]# ping -c 2 192.168.1.1 PING 192.168.1.1 (192.168.1.1): 56 data bytes 64 bytes from 192.168.1.1: icmp_seq=0 ttl=64 time=3.2 ms 64 bytes from 192.168.1.1: icmp_seq=1 ttl=64 time=5.9 ms --- 192.168.1.1 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max = 3.2/4.5/5.9 ms root@2[~]# ping -c 2 192.168.1.5 PING 192.168.1.5 (192.168.1.5): 56 data bytes 64 bytes from 192.168.1.5: icmp_seq=0 ttl=64 time=0.4 ms 64 bytes from 192.168.1.5: icmp_seq=1 ttl=64 time=0.1 ms --- 192.168.1.5 ping statistics --- 2 packets transmitted, 2 packets received, 0% packet loss round-trip min/avg/max = 0.1/0.2/0.4 ms root@2[~]# ping -c 2 192.168.1.2 PING 192.168.1.2 (192.168.1.2): 56 data bytes --- 192.168.1.2 ping statistics --- 2 packets transmitted, 0 packets received, 100% packet loss root@2[~]# ping -c 2 192.168.1.3 PING 192.168.1.3 (192.168.1.3): 56 data bytes --- 192.168.1.3 ping statistics --- 2 packets transmitted, 0 packets received, 100% packet loss root@2[~]# ping -c 2 192.168.1.4 PING 192.168.1.4 (192.168.1.4): 56 data bytes --- 192.168.1.4 ping statistics --- 2 packets transmitted, 0 packets received, 100% packet loss root@2[~]# ping -c 2 192.168.1.6 PING 192.168.1.6 (192.168.1.6): 56 data bytes --- 192.168.1.6 ping statistics --- 2 packets transmitted, 0 packets received, 100% packet loss root@2[~]#