Docker 설치 후 연결 문제

Docker 설치 후 연결 문제

Docker를 정상적으로 설치했고 모든 것이 잘 작동하지만 재부팅 후 네트워크(PCIe 무선 어댑터, 유선 연결, 심지어 USB 테더링까지)가 끊어졌습니다. 내가 찾은많은비슷한 것 같지만 나에게는 아무 것도 작동하지 않습니다. 삭제까지 했는데도커 완성하지만 여전히 문제가 있습니다. Docker가 문제인지 지금은 알 수 없지만 큰 우연의 일치인 것 같습니다.

또한 Live USB에서는 아무런 문제가 없었습니다. 이전 커널 버전에서도효과가있다.

bipDocker를 제거하기 전에 다음 설정을 시도했습니다 /etc/docker/daemon.json.

{
  "bip": "172.31.0.1/16"
}

효과도 별로 좋지 않습니다.

잘 연결된 이전 커널로 부팅하고 새 커널을 다시 설치해 보았습니다.

sudo apt update
sudo apt install --reinstall linux-image-4.15.0-43-generic
sudo apt install --reinstall linux-modules-4.15.0-43-generic

두 컨트롤러 모두 -43 코어에서 UNCLAIMED를 표시합니다.

$ sudo lshw -C network

*-network UNCLAIMED       
       description: Network controller
       product: RTL8192EE PCIe Wireless Network Adapter
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:06:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress cap_list
       configuration: latency=0
  *-network UNCLAIMED
       description: Ethernet controller
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:07:00.0
       version: 15
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix bus_master cap_list
       configuration: latency=0
       

Wi-Fi 설정에서 "Wi-Fi 어댑터를 찾을 수 없습니다"라는 메시지가 나타납니다.

구성된 경우:

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 4450  bytes 319294 (319.2 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 4450  bytes 319294 (319.2 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

제가 말했듯이 재부팅할 때까지 제대로 작동했기 때문에 이것은 드라이버 문제처럼 보이지 않습니다.

나는 또한 다음을 시도했습니다.

sudo rfkill list
sudo rfkill unblock all

누구든지 나를 도와줄 수 있나요?

시스템 메시지:

운영 체제 이름:우분투 20.04.1 LTS

핵심:5.8.0-44-일반(5.8.0-43-일반에 유효)

운영 체제 유형:64비트

그놈 버전:3.36.8

유제

https://forums.docker.com/t/cant-access-internet-after-installing-docker-in-a-fresh-ubuntu-18-04-machine/53416

Docker를 설치한 후 재부팅 시 인터넷 연결이 끊어졌습니다! [우분투 16.04.2 LTS]

관련 정보