Xin giúp cách để ubuntu 16.04 tìm thấy card mạng

lazyfrog884

New member
** Ubuntu 16.04 LTS: Cách khắc phục thông tin giao diện tìm nạp lỗi của Lỗi: Thiết bị không tìm thấy

**Vấn đề:**

Bạn đang sử dụng Ubuntu 16.04 LTS Desktop phiên bản 64bit được cài đặt trên máy ảo để chạy Snort.Bạn đã cài đặt 3 bộ điều hợp, ngoài NAT, bạn đã tạo thêm 2 bộ điều hợp, VMware11 Subnet IP 192.168.248.0 và VMware12 Subnet IP 192.168.232.0.Lúc đầu, bạn đã chạy cho NAT để chạy trực tuyến.Nhưng khi bạn tắt NAT, đã khởi động lại và gõ lệnh cấu hình IP cho thẻ ETH0 và ETH1 trên sudo nano/etc/mạng/giao diện và # cho net.ipv4.ip_forward = 1 trong sudo nano /etc/sysctl.conf,Hoàn thành khởi động lại, bạn đã gõ ifconfig nhưng nó không thể phát hành thẻ mạng.Bạn đã nhập ifconfig eth0 để xem nó, nó đã báo cáo ETH0: Thông tin về giao diện tìm nạp lỗi: Không tìm thấy thiết bị.

**Giải pháp:**

1. Mở thiết bị đầu cuối.
2. Nhập lệnh sau để vô hiệu hóa dịch vụ quản lý mạng:

`` `
SUDO Service Network-Manager Stop
`` `

3. Nhập lệnh sau để tạo giao diện mạng mới:

`` `
SUDO IP LIÊN KẾT THÊM TÊN TÊN ATH0 TYPE VETH Tên Peer Eth1
`` `

4. Nhập lệnh sau để đặt địa chỉ IP của giao diện ETH0:

`` `
Sudo IP Addr Thêm 192.168.248.1/24 Dev Eth0
`` `

5. Nhập lệnh sau để đặt địa chỉ IP của giao diện ETH1:

`` `
Sudo IP Addr Thêm 192.168.232.1/24 Dev eth1
`` `

6. Nhập lệnh sau để bật dịch vụ quản lý mạng:

`` `
SUDO Service Network-Manager Start
`` `

7. Nhập lệnh sau để xác minh rằng các giao diện mạng đang hoạt động và chạy:

`` `
ifconfig
`` `

Bạn sẽ thấy đầu ra tương tự như sau:

`` `
ETH0 Link Encap: Ethernet HWADDR 00: 00: 00: 00: 00: 00
Inet Addr: 192.168.248.1 Bcast: 192.168.248.255 Mặt nạ: 255.255.255.0
Phát sóng chạy MTU Multicast Mtu: 1500 Số liệu: 1
Gói Rx: 0 Lỗi: 0 bị rơi: 0 ghi đè: 0 Khung: 0
Gói TX: 0 Lỗi: 0 bị rơi: 0 ghi đè: 0 nhà cung cấp: 0
va chạm: 0 txqueuelen: 1000
Byte Rx: 0 (0,0 B) TX byte: 0 (0,0 B)

ETH1 Link Encap: Ethernet HWADDR 00: 00: 00: 00: 00: 00
INET Addr: 192.168.232.1 Bcast: 192.168.232.255 Mặt nạ: 255.255.255.0
Phát sóng chạy MTU Multicast Mtu: 1500 Số liệu: 1
Gói Rx: 0 Lỗi: 0 bị rơi: 0 ghi đè: 0 Khung: 0
Gói TX: 0 Lỗi: 0 bị rơi: 0 ghi đè: 0 nhà cung cấp: 0
va chạm: 0 txqueuelen: 1000
Byte Rx: 0 (0,0 B) TX byte: 0 (0,0 B)
`` `

**Người giới thiệu:**

* [Cách khắc phục thông tin về giao diện tìm nạp lỗi của Lỗi: Thiết bị không tìm thấy trên Ubuntu 16.04] (https://www.digitalocean.com/community/tutorials/how-tox-fix-error-fetching-interface-information-device-Không được phát hiện
=======================================
**Ubuntu 16.04 LTS: How to Fix “Error Fetching Interface Information: Device Not Found”**

**Problem:**

You are using Ubuntu 16.04 LTS Desktop version 64bit installed on the virtual machine to run Snort. You installed 3 adapters, in addition to NAT, you created 2 more adapters, VMware11 Subnet IP 192.168.248.0 and VMware12 Subnet IP 192.168.232.0. At first, you were running for NAT to run online. But when you turned off NAT, restarted and typed the ip configuration command for the ETH0 and ETH1 card on the Sudo Nano/etc/Network/Interfaces and # for Net.ipv4.IP_Forward = 1 in Sudo Nano /ETC/SYSCTL.ConF, finished restarting, you typed ifconfig but it cannot release network cards. You typed ifconfig eth0 to see it, it reported ETH0: Error Fetching Interface Information: Device Not Found.

**Solution:**

1. Open the terminal.
2. Type the following command to disable the network-manager service:

```
sudo service network-manager stop
```

3. Type the following command to create a new network interface:

```
sudo ip link add name eth0 type veth peer name eth1
```

4. Type the following command to set the IP address of the eth0 interface:

```
sudo ip addr add 192.168.248.1/24 dev eth0
```

5. Type the following command to set the IP address of the eth1 interface:

```
sudo ip addr add 192.168.232.1/24 dev eth1
```

6. Type the following command to enable the network-manager service:

```
sudo service network-manager start
```

7. Type the following command to verify that the network interfaces are up and running:

```
ifconfig
```

You should see output similar to the following:

```
eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.248.1 Bcast:192.168.248.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

eth1 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.232.1 Bcast:192.168.232.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
```

**References:**

* [How to Fix “Error Fetching Interface Information: Device Not Found” on Ubuntu 16.04](https://www.digitalocean.com/community/tutorials/how-to-fix-error-fetching-interface-information-device-not-found-on
 
Join Telegram ToolsKiemTrieuDoGroup
Multilogin Coupon 50%
gologin-free-tao-quan-ly-nhieu-tai-khoan-gmail-facebook-tiktok-khong-lo-bi-khoa
Proxy Free Forever

Latest posts

Proxy6 PERSONAL ANONYMOUS PROXY HTTPS/SOCKS5
Back
Top