Fiz as mesmas coisas com o desktop, aqui estão os resultados
molina@molina-desktop:~$ sudo lshw -C network
*-network
description: Ethernet interface
product: L2 100 Mbit Ethernet Adapter
vendor: Atheros Communications
physical id: 0
bus info: pci@0000:01:00.0
logical name: eth0
version: a0
serial: 00:25:11:db:ab:6d
capacity: 100MB/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vpd bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=atl2 driverversion=2.2.3 firmware=L2 latency=0 link=no multicast=yes port=twisted pair
resources: irq:25 memory:febc0000-febfffff memory:feba0000-febbffff(prefetchable)
*-network
description: Ethernet interface
physical id: 1
logical name: eth1
serial: 00:15:05:33:91:55
capabilities: ethernet physical
configuration: broadcast=yes driver=cdc_ether driverversion=22-Aug-2005 firmware=CDC Ethernet Device ip=192.168.0.3 link=yes multicast=yes
molina@molina-desktop:~$ ifconfig -a
eth0 Link encap:Ethernet Endereço de HW 00:25:11:db:ab:6d
endereço inet6: fe80::225:11ff:fedb:ab6d/64 Escopo:Link
UP BROADCAST MULTICAST MTU:1500 Métrica:1
pacotes RX:14337 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:11402 erros:0 descartados:0 excesso:0 portadora:3
colisões:0 txqueuelen:1000
RX bytes:18163090 (18.1 MB) TX bytes:1271639 (1.2 MB)
Memória:febc0000-fec00000
eth1 Link encap:Ethernet Endereço de HW 00:15:05:33:91:55
inet end.: 192.168.0.3 Bcast:192.168.0.255 Masc:255.255.255.0
endereço inet6: fe80::215:5ff:fe33:9155/64 Escopo:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Métrica:1
pacotes RX:80 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:64 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:1000
RX bytes:18795 (18.7 KB) TX bytes:7811 (7.8 KB)
lo Link encap:Loopback Local
inet end.: 127.0.0.1 Masc:255.0.0.0
endereço inet6: ::1/128 Escopo:Máquina
UP LOOPBACK RUNNING MTU:16436 Métrica:1
pacotes RX:468 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:468 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:0
RX bytes:39772 (39.7 KB) TX bytes:39772 (39.7 KB)
molina@molina-desktop:~$ nm-tool
NetworkManager Tool
State: connected
- Device: eth0 -----------------------------------------------------------------
Type: Wired
Driver: atl2
State: unavailable
Default: no
HW Address: 00:25:11:DB:AB:6D
Capabilities:
Carrier Detect: yes
Wired Properties
Carrier: off
- Device: eth1 [Auto eth1] ----------------------------------------------------
Type: Wired
Driver: cdc_ether
State: connected
Default: yes
HW Address: 00:15:05:33:91:55
Capabilities:
Carrier Detect: yes
Wired Properties
Carrier: on
IPv4 Settings:
Address: 192.168.0.3
Prefix: 24 (255.255.255.0)
Gateway: 192.168.0.1
DNS: 192.168.0.1
molina@molina-desktop:~$ ping
www.google.com ping: unknown host
www.google.com molina@molina-desktop:~$ ping 8.8.8.8
PING 8.8.8.8 (8.8.8.
56(84) bytes of data.
ping: sendmsg: Network is unreachable
ping: sendmsg: Network is unreachable
ping: sendmsg: Network is unreachable
ping: sendmsg: Network is unreachable
--- 8.8.8.8 ping statistics ---
716 packets transmitted, 0 received, 100% packet loss, time 715528ms
molina@molina-desktop:~$ gksudo gedit /etc/resolv.conf
o resultado foi esse
# Generated by NetworkManager
domain domain.actdsltmp
search domain.actdsltmp
nameserver 192.168.0.1
tentei mudar para nameserver 8.8.8.8 mas não funcionou