สำหรับ Ubuntu ไฟล์ hosts ข้างต้นจะอยู่ที่ /etc/hosts
วิธีการแก้ไขไฟล์ hosts มีขั้นตอนดังนี้
- รันคำสั่งดังนี้
sudo vim /etc/host
- แก้ไขข้อมูลในไฟล์ โดยมีรูปแบบดังนี้
ip_address host_name #comment
เช่น192.168.99.100 example.com
- บันทึกไฟล์
- เปิด terminal
- รันคำสั่งดังนี้
ping host_name
เช่นping example.com
- ตรวจสอบ IP address ที่แสดงบนหน้าจอว่า ตรงกับที่กำหนดไว้ในไฟล์ host
No comments:
Post a Comment