La rete cablata mostra la connessione, ma Internet non funziona. Iam usando Ubuntu 17.04
sudo lshw -C network
mostra quanto segue nel terminale:
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0
version: 07
serial: fc:45:96:84:73:b8
size: 10Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:124 ioport:4000(size=256) memory:a3200000-a3200fff memory:a3000000-a3003fff
Ho anche provato disabilitando l'avvio sicuro, ma non funziona anche.
su ifconfig
esso mostra:
enp1s0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether fc:45:96:84:73:b8 txqueuelen 1000 (Ethernet)
RX packets 104 bytes 12418 (12.4 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 978 bytes 75957 (75.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 405 bytes 44664 (44.6 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 405 bytes 44664 (44.6 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.10 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::e187:9d1f:f675:9bea prefixlen 64 scopeid 0x20<link>
ether 98:54:1b:f3:33:ce txqueuelen 1000 (Ethernet)
RX packets 5568 bytes 3045587 (3.0 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 4345 bytes 938706 (938.7 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Nota :) Ho letto la maggior parte delle discussioni / domande simili qui prima di porre questa domanda. Nessuno di questi funziona per me
Aiutatemi a risolvere questo problema.
PS :) se pensi che sia un possibile duplicato, ti preghiamo di risolvere il mio problema prima di chiudere questa domanda (o) contrassegnare il duplicato
lshw
nell'output, né per enp1s0:
- es. I have ip=192.168... latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
, e inet addr:192.168...
(ifconfig). Sembra quindi un problema DHCP o nessun IP manuale assegnato.
www.google.com
. Se il primo funziona ma non il secondo hai un problema DNS, sostituisci qualunque server DNS con il 8.8.8.8 di Google.