728x90 반응형 DHCP relay1 Router DHCP 설정 ###DHCP 서버 설정#### 1. DHCP 서버용 IP 지정 Router(config)# ip dhcp-server [서버용 IP] 2. DHCP pool 생성 Router(config)# ip dhcp pool [pool이름] Router(config)# -> network(할당 범위) : 네트워크 단위로만 설정 가능 -> default-router(기본 경로) : Gateway 설정 -> dns-server(DNS 서버 주소) : DNS Server의 IP 주소 Router(config)# ip dhcp excluded-address [초기][끝] : 네트워크 할당 대상 제외 ip dhcp excluded-address 명령어로 게이트웨이 주소와 브로드캐스트 주소를 할당 제외 시킴(IP충돌남)} .. 2021. 11. 1. 이전 1 다음 반응형