DHCP 설정
- 호스트 쉽게 부여
- ip address 절약
excluded-address //배제
Router(config)#ip dhcp excluded-address 192.168.10.1
// 192.168.10.1 배제
pool //풀장 생성
Router(config)#ip dhcp pool test
//test 라는 공간 생성
Router(dhcp-config)#default-router 192.168.10.1
//게이트웨이 설정
Router(dhcp-config)#network 192.168.10.0 255.255.255.0
//c클래스부여 ,할당한 대역
Router(dhcp-config)#dns-server 168.126.63.1
//dns 서버 부여
아래 사진과 같이 부여됨.
DHCP 서버를 이용한 방법
1. 서버 설정
Default Gateway //라우터 게이트웨이
설정을 다한 후, Save
2.라우터포트 서버와 연결된 포트가 아닌, 네트워크와 연결된 포트로 접속
Router(config-if)#ip helper-address 192.168.20.100
//서버 ip주소
서버를 이용한 DHCP 구성도
'Network Security' 카테고리의 다른 글
PPP인증 (0) | 2019.01.24 |
---|---|
NAT (0) | 2019.01.23 |
서버를 이용한 인증 (0) | 2019.01.22 |
스위치 루핑 구조 (0) | 2019.01.22 |
VTP (0) | 2019.01.22 |