1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages.ko/common/dhclient.md
2021-04-19 23:05:51 +01:00

243 B

dhclient

DHCP 클라이언트. 더 많은 정보: https://manned.org/dhclient.

  • 'eht0' 인터페이스의 IP 주소 얻기:

sudo dhclient {{eth0}}

  • 'eth0' 인터페이스의 IP 주소 해제하기:

sudo dhclient -r {{eth0}}