有線接続時にpingは可能ですが、検索はできません。 (Wi-Fiは正常です。)

有線接続時にpingは可能ですが、検索はできません。 (Wi-Fiは正常です。)

Pop!_OSがあります。今朝、私のラップトップ(イーサネットを使用)をInseego M3000セルラーホットスポットに有線で接続しましたが、ナビゲートできないことがわかりました。問題なくウェブサイト(google.com)に名前を付けることができます。修正しようとしました。pingは可能ですが、閲覧できません (Ask Ubuntuから)以下のような役に立ちません。

イーサネットを取り外してWi-Fi経由で接続すると、すべてがうまく機能します。

私は試した:

  1. システムを指します/etc/resolv.conf

    sudo rm -f /etc/resolv.conf
    sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
    
  2. この行をnet.ipv4.tcp_timestamps=0次に追加します/etc/sysctl.conf

    sysctl -w net.ipv4.tcp_timestamps=0
    sysctl -p
    
  3. 1.1.1.1Inseego DNSを次のように設定しました。8.8.8.8

    ip route show to default
    
    default via 192.168.1.1 dev wlp0s20f3 proto dhcp metric 600 
    

    現在の内容は次のとおり/etc/resolv.confです。

    nameserver 192.168.1.1
    search .
    

これらすべての場合に有線で接続するとナビゲートできません。 Wi-Fiに戻ったとき、すべてが大丈夫でした。

出力は次のとおりですlshw

 *-network                 
       description: Wireless interface
       product: Tiger Lake PCH CNVi WiFi
       vendor: Intel Corporation
       physical id: 14.3
       bus info: pci@0000:00:14.3
       logical name: wlp0s20f3
       version: 11
       serial: [REMOVED]
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=iwlwifi driverversion=6.8.0-76060800daily20240311-gen firmware=77.ad46c98b.0 QuZ-a0-hr-b0-77.u ip=[REMOVED] latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: iomemory:620-61f irq:16 memory:622e1bc000-622e1bffff
  *-network
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:5c:00.0
       logical name: enp92s0
       version: 15
       serial: [REMOVED]
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=6.8.0-76060800daily20240311-gen firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:18 ioport:3000(size=256) memory:6c204000-6c204fff memory:6c200000-6c203fff

ベストアンサー1

これはタッチタイピングですがDNSInseego M3000 cellular hot spot

そこで設定を見つけて、DNSまたはDNSに設定します1.1.1.18.8.8.8

次に、デフォルトゲートウェイであるローカルシステムのPop!_OSアドレスを入力します。/etc/resolve.confnameserverInseego M3000 cellular hot spot

デフォルトゲートウェイを見つけるip route show to defaultには、に接続されたときにコマンドを実行します。Pop!_OSInseego...

最終的には再起動する必要がありますNetworkManagerPop! OS

sudo systemctl restart NetworkManager

おすすめ記事