Linode VPS 添加多IP/設置靜態IP(Kloxo no_ip_address解決方法)
Linode VPS默認情況下是通過DHCP自動獲取IP的,所以在安裝Kloxo完成設置Kloxo的時候會出現no_ip_address的提示,這個時候就需要手動設置上IP,這樣才能添加域名。
如果你設置Kloxo的時候出現no_ip_address的提示你可以按照下面步驟修改:
使用編輯器編輯(如果不會用編輯器,可以使用winscp):/etc/sysconfig/network-scripts/ifcfg-eth0
# Configuration for eth0
DEVICE=eth0
BOOTPROTO=none
# This line ensures that the interface will be brought up during boot.
ONBOOT=yes
# eth0 - This is the main IP address.
# The address, netmask and gateway are all necessary.
IPADDR=12.34.56.78?? #你的IP地址
NETMASK=255.255.255.0? #子網掩碼
GATEWAY=12.34.56.1 #網關
一般這樣設置好,再執行命令:service network restart 重啟網絡就好了,如果還是不通,重啟試一下。
查看全文 »










