93. 다음은 DHCP 서버에서 특정 호스트에게 고정된 IP 주소를 할당하기 위한 설정이다. ( 괄호 )안에 들어갈 내용으로 알맞은 것은?
host jalin {
next-server joon.posein.org;
hardware ethernet 12:34:56:78:AB:CD;
( ) 192.168.12.22;
}
- 1ip-address

- 2host-address

- 3mac-address

- 4fixed-address
