CentOS gán IP tỉnh sau khi restart thì không vào được mạng ?

## Centos được chỉ định tỉnh IP sau khi khởi động lại không thể truy cập mạng?

** #centos #IP #Network #Restart #linux **

**Vấn đề:**

Sau khi khởi động lại centos, địa chỉ IP được chỉ định bị mất và mạng không thể được truy cập.

**Giải pháp:**

1. Kiểm tra xem giao diện mạng có được bật không.

`` `
# ifconfig
`` `

Nếu giao diện mạng không được bật, hãy bật nó bằng cách chạy lệnh sau:

`` `
# ifconfig ENP0S3 UP
`` `

2. Kiểm tra xem giao diện mạng có địa chỉ IP hợp lệ không.

`` `
# IP addr show enp0s3
`` `

Nếu giao diện mạng không có địa chỉ IP hợp lệ, hãy gán địa chỉ IP bằng cách chạy lệnh sau:

`` `
# addr Thêm 192.168.1.10/24 Dev ENP0S3
`` `

3. Khởi động lại dịch vụ mạng.

`` `
# SystemCTL RESTART Network
`` `

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

* [Cách kiểm tra xem giao diện mạng có được bật trong centos] không (https://www.tecmint.com/check-if-network-interface-is-enables-in-centos/)
* [Cách gán địa chỉ IP cho giao diện mạng trong centos] (https://www.tecmint.com/assign-ip-address-to-network-interface-in-centos/)
* [Cách khởi động lại dịch vụ mạng trong centos] (https://www.tecmint.com/restart-network-service-in-centos/)
=======================================
## CentOS assigned IP province after Restart cannot access the network?

**#CentOS #IP #Network #Restart #linux**

**Problem:**

After restarting CentOS, the assigned IP address is lost and the network cannot be accessed.

**Solution:**

1. Check if the network interface is enabled.

```
# ifconfig
```

If the network interface is not enabled, enable it by running the following command:

```
# ifconfig enp0s3 up
```

2. Check if the network interface has a valid IP address.

```
# ip addr show enp0s3
```

If the network interface does not have a valid IP address, assign it an IP address by running the following command:

```
# ip addr add 192.168.1.10/24 dev enp0s3
```

3. Restart the network service.

```
# systemctl restart network
```

**References:**

* [How to Check if a Network Interface is Enabled in CentOS](https://www.tecmint.com/check-if-network-interface-is-enabled-in-centos/)
* [How to Assign an IP Address to a Network Interface in CentOS](https://www.tecmint.com/assign-ip-address-to-network-interface-in-centos/)
* [How to Restart the Network Service in CentOS](https://www.tecmint.com/restart-network-service-in-centos/)
 
Join ToolsKiemTrieuDoGroup
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock