使用 CentOS 作業系統的使用者要注意啦!近期因為 Red hat dhclient 的問題導致 VM 在更新套件後會失去 default gateway。以下提供了暫時的解決方法:
- 1. 先將網路不通的 VM 進行快照備份
- 2. 在 start-up script 加入以下指令
-
!/bin/bash route add default gw [default_gateway_ip] eth0
(default_gateway_ip:asia-east-1 10.140.0.1)
default_gateway_ip 為該 instance 所在的 subnet 的 default gateway IP
- 3. 此動作將確保 VM 重開機時會有 default route
- 5. 加完後重開 VM 網路就會恢復正常