Thursday, May 22, 2008

How to configure IP Address from command line in Windows XP

การตั้งค่า IP Address จากคอมมานด์พรอมท์ใน Windows XP
การตั้งค่า IP Address ใน Windows XP จากคอมมานด์พรอมท์ (Command Prompt) นั้น สามารถทำได้โดยใช้คำสั่ง netsh ตามขั้นตอนดังนี้

รูปแบบคำสั่ง:
netsh interface ip set address [name=string][source=dhcp] [[source=static] [addr=IP address] [mask=IP subnet mask] [gateway=IP address or none] [gwmetric=integer]]

เมื่อ:
-name = ชื่ออินเทอร์เฟชที่ต้องการตั้งค่า โดยทั่วไปเป็น Local Area Connection สามารถดูชื่ออินเทอร์เฟชได้โดยใช้คำสั่ง netsh interface show interface
-IP address = หมายเลขไอพีแอดเดรสที่ต้องการกำหนดให้กับเครื่องคอมพิวเตอร์
-mask = ซับเน็ตมาก์สของคลาสของไอพีแอดเดรส
-gateway = หมายเลขไอพีแอดเดรสของดีฟอลท์เกตเวย์ (สามารถกำหนดเป็น none ได้)
-gwmetric = ค่าเมตริกซ์ของเกตเวย์ เป็นตัวเลขจำนวนเต็ม เช่น 1,2,3...โดย 0=Automatic metric

วิธีการตั้งค่า IP Address จากคอมมานด์พรอมท์
วิธีการตั้งค่า IP Address จากจากคอมมานด์พรอมท์ มีขั้นตอนดังนี้
1. ทำการเปิดคอมมานด์พรอมท์โดยคลิกที่ Start คลิก Run พิมพ์ cmd แล้วคลิก OK หรือกด Enter
2. ในหน้าต่างคอมมานด์พรอมท์ (C:>) ให้พิมพ์คำสั่งตามด้านล่าง เสร็จแล้วกด Enter

netsh interface ip set address "Local Area Connection" static 192.168.1.19 255.255.255.0 192.168.1.254 0

3. จากนั้นทำการตรวจสอบการตั้งค่าโดยรันคำสั่ง IPCONFIG /ALL ที่คอมมานด์พรอมท์ ซึ่งจะแสดงหมายเลข IP address ของเครื่องคอมพิวเตอร์ ตามตัวอย่างด้านล่าง (ตัดบางส่วนออก)

หมายเหตุ: หากต้องการกำหนดให้เครื่องคอมพิวเตอร์รับค่า IP Address จาก DHCP เซิร์ฟเวอร์ ให้รันคำสั่งดังนี้
netsh interface ip set address "Local Area Connection" source=dhcp

ตัวอย่างผลที่ได้จากการรันคำสั่ง IPCONFIG /ALL ที่คอมมานด์พรอมท์ (ตัดบางส่วนออก)
C:\Documents and Settings\twa>ipconfig /all
Ethernet adapter Local Area Connection:


Connection-specific DNS Suffix . : -deleted-
Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet
Physical Address. . . . . . . . . : 00-1E-0B-A9-08-E3
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.19
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.254
DNS Servers . . . . . . . . . . . : 192.168.1.10
NetBIOS over Tcpip. . . . . . . . : Disabled

ลิงค์ที่เกี่ยวข้อง
การตั้งค่า DNS Server จากคอมมานด์พรอมท์

บทความโดย: Thai Windows Administrator Blog

© 2008 Thai Windows Administrator, All Rights Reserved.

0 Comment: