nm-tool
Code:
:~$ sudo nm-tool
[sudo] password for jerry:
NetworkManager Tool
State: connected (global)
- Device: eth0 -----------------------------------------------------------------
Type: Wired
Driver: atl1c
State: unavailable
Default: no
HW Address: 38:60:77:78:40:C8
Capabilities:
Carrier Detect: yes
Wired Properties
Carrier: off
- Device: wlan0 [GreyGeek] ----------------------------------------------------
Type: 802.11 WiFi
Driver: rtl8192ce
State: connected
Default: yes
HW Address: 74:DE:2B:36:E4:35
Capabilities:
Speed: 72 Mb/s
Wireless Properties
WEP Encryption: yes
WPA Encryption: yes
WPA2 Encryption: yes
Wireless Access Points (* = current AP)
WIN_f0a6: Infra, 2C:E4:12:46:F0:A5, Freq 2412 MHz, Rate 54 Mb/s, Strength 80 WPA WPA2
BettyBoop: Infra, C0:C1:C0:24:95:3C, Freq 2412 MHz, Rate 54 Mb/s, Strength 80 WPA2
linksys: Infra, 00:13:10:89:75:0D, Freq 2437 MHz, Rate 11 Mb/s, Strength 100
5dfe: Infra, 20:4E:7F:7A:09:02, Freq 2412 MHz, Rate 54 Mb/s, Strength 100 WPA WPA2
belkin.fec: Infra, 08:86:3B:29:8F:EC, Freq 2462 MHz, Rate 54 Mb/s, Strength 69 WPA WPA2
*GreyGeek: Infra, 20:AA:4B:3A:85:E3, Freq 2462 MHz, Rate 54 Mb/s, Strength 67 WPA2
GarberNetgear: Infra, 2C:B0:5D:81:97:BE, Freq 2422 MHz, Rate 54 Mb/s, Strength 79 WPA2
WIN_A9E8: Infra, 4C:17:EB:20:A9:E7, Freq 2412 MHz, Rate 54 Mb/s, Strength 85 WPA WPA2
The Alois Family:Infra, 00:1E:58:32:BB:35, Freq 2412 MHz, Rate 54 Mb/s, Strength 79 WPA
IPv4 Settings:
Address: 192.168.1.100
Prefix: 24 (255.255.255.0)
Gateway: 192.168.1.1
DNS: 207.69.188.186
DNS: 207.69.188.187
DNS: 192.168.1.1
:~$
routel
Code:
:~$ routel
target gateway source proto scope dev tbl
default 192.168.1.1 static wlan0
169.254.0.0/ 16 link wlan0
192.168.1.0/ 24 192.168.1.100 kernel link wlan0
127.0.0.0 broadcast 127.0.0.1 kernel link lo local
127.0.0.0/ 8 local 127.0.0.1 kernel host lo local
127.0.0.1 local 127.0.0.1 kernel host lo local
127.255.255.255 broadcast 127.0.0.1 kernel link lo local
192.168.1.0 broadcast 192.168.1.100 kernel link wlan0 local
192.168.1.100 local 192.168.1.100 kernel host wlan0 local
192.168.1.255 broadcast 192.168.1.100 kernel link wlan0 local
2001:4978:f:580::/ 64 kernel sixxs
fe80::/ 64 kernel sixxs
fe80::/ 64 kernel wlan0
default 2001:4978:f:580::1 sixxs
default unreachable kernel lo unspec
::1 :: none lo local
2001:4978:f:580::2 :: none lo local
fe80::4878:f:580:2 :: none lo local
fe80::76de:2bff:fe36:e435 :: none lo local
ff00::/ 8 sixxs local
ff00::/ 8 wlan0 local
default unreachable kernel lo unspec
jerry@jerry-Aspire-7739:~$
and, not a new tool, but some interesting output:
ip r s t all
Code:
:~$ ip r s t all default via 192.168.1.1 dev wlan0 proto static 169.254.0.0/16 dev wlan0 scope link metric 1000 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.100 metric 2 broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1 local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1 local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1 broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1 broadcast 192.168.1.0 dev wlan0 table local proto kernel scope link src 192.168.1.100 local 192.168.1.100 dev wlan0 table local proto kernel scope host src 192.168.1.100 broadcast 192.168.1.255 dev wlan0 table local proto kernel scope link src 192.168.1.100 2001:4978:f:580::/64 dev sixxs proto kernel metric 256 fe80::/64 dev sixxs proto kernel metric 256 fe80::/64 dev wlan0 proto kernel metric 256 default via 2001:4978:f:580::1 dev sixxs metric 1024 unreachable default dev lo table unspec proto kernel metric -1 error -101 hoplimit 255 local ::1 via :: dev lo table local proto none metric 0 local 2001:4978:f:580::2 via :: dev lo table local proto none metric 0 local fe80::4878:f:580:2 via :: dev lo table local proto none metric 0 local fe80::76de:2bff:fe36:e435 via :: dev lo table local proto none metric 0 ff00::/8 dev sixxs table local metric 256 ff00::/8 dev wlan0 table local metric 256 unreachable default dev lo table unspec proto kernel metric -1 error -101 hoplimit 255 jerry@jerry-Aspire-7739:~$
You'll notice that in the "nm-tool" listing are the other "AP"'s local to me, and among them, mine has the lowest signal strength at 67%, and I am only 10' from my wireless router! This is the same problem that my other wireless, the WR1043ND, gave me. I am beginning to suspect that it is a problem with the cable modem from TimeWarner.

Leave a comment: