Friday, August 29, 2008

การเปลี่ยนค่า MAC Address ใน Linux

How to changing MAC Address in linux.

# บน windows มีโปรแกรมใช้เปลี่ยนเยอะไปหมดแต่ลินุกซ์มันง่ายกว่าอีกแค่คำสั่งนิดเดียว

# ifconfig <NIC> down hw ether <00:00:00:00:00:01>

Sample

# ifconfig eth0 down hw ether 00:00:00:00:00:01

# ifconfig eth0 up

# เมื่อเรารีบูตเครื่องขึ้นมาใหม่ mac ที่เราได้ทำการเปลี่ยนนั้นจะกลับมาเป็นตัวจริง

# แต่ถ้าอยากให้ไม่ต้องคอนฟิกใหม่ต้องเขียนสคริปไว้ตอนบูต

Another way

# ใน ubuntu มี macchanger

# ติดตั้ง และ วิธีการใช้งานก็

$ sudo apt-get install macchanger

$ sudo /etc/init.d/networking stop

$ macchanger --mac=01:23:45:67:89:AB eth0

$ sudo /etc/init.d/networking start

# อย่าลืม restart network card หลังปรับแต่งค่า

No comments:

Post a Comment

Popular Posts