I ran on the computer what you asked for and this is its result: ==========================================================
r...@fmtest:/home/hezo# nm-tool NetworkManager Tool State: disconnected - Device: eth0 ----------------------------------------------------------------- Type: Wired Driver: tg3 State: unmanaged Default: no HW Address: 00:11:85:AF:32:82 Capabilities: Carrier Detect: yes Speed: 100 Mb/s Wired Properties Carrier: on - Device: wlan0 ---------------------------------------------------------------- Type: 802.11 WiFi Driver: ar9170usb State: disconnected Default: no HW Address: 94:0C:6D:E2:3C:E5 Capabilities: Wireless Properties WEP Encryption: yes WPA Encryption: yes WPA2 Encryption: yes Wireless Access Points pami: Infra, 00:26:ED:80:CC:6B, Freq 2437 MHz, Rate 54 Mb/s, Strength 50 WPA2 ========================================================== r...@fmtest:/home/hezo# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth0 ========================================================== /etc/network/interfaces: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp Greetings hz