mirror of https://github.com/CrimsonTome/tldr.git
12 lines
191 B
Markdown
12 lines
191 B
Markdown
|
# dhclient
|
||
|
|
||
|
> DHCP 클라이언트.
|
||
|
|
||
|
- 'eht0' 인터페이스의 IP 주소 얻기:
|
||
|
|
||
|
`sudo dhclient {{eth0}}`
|
||
|
|
||
|
- 'eth0' 인터페이스의 IP 주소 해제하기:
|
||
|
|
||
|
`sudo dhclient -r {{eth0}}`
|