Change IP Address [dhcp > static]

1. ไปที่ไฟล์ interfaces
#sudo nano /etc/network/interfaces

เดิม
auto eth0
iface eth0 inet dhcp

แก้เป็น
auto eth0
#iface eth0 inet dhcp
iface eth0 inet static
address 10.10.10.251
netmask 255.255.255.0
broadcast 10.10.10.255
gateway 10.10.10.1

2. Restart Network โดย
#sudo /etc/init.d/networking restart

Comments

Popular posts from this blog

การตั้งเวลาระหว่าง Server และ Client

วิธีตั้งค่า NTP บน Primary Domain Controller

Installation and Run Node.JS on IIS