ดาวน์โหลดงานนำเสนอ
งานนำเสนอกำลังจะดาวน์โหลด โปรดรอ
1
รับค่าหมายเลขไอพีจาก DHCP /etc/network/interfaces
auto eth0 iface eth0 inet dhcp
2
คำสั่งในการปิด/เปิดการทำงานของการ์ดเน็ตเวิร์ค
ifconfig eth0 down ifconfig eth0 up dhclient eth0
3
การกำหนดค่าหมายเลขไอพีด้วยตนเอง /etc/network/interfaces
auto eth0 iface eth0 inet static address network netmask boardcast gateway
4
คำสั่งในการปิด/เปิดการทำงานของเน็ตเวิร์ค
/etc/init.d/networking stop /etc/init.d/networking start service networking restart
5
การกำหนดค่าไอพีแบบชั่วคราว
ifconfig eth netmask route add default gw
งานนำเสนอที่คล้ายกัน
© 2024 SlidePlayer.in.th Inc.
All rights reserved.