Packet Tracer 실습_(2)
by 현생사는갓생지망생조건에 맞게 설계하여 통신해보기
1. IP Address는 네트워크 대역의 앞쪽을 순차적으로 사용
2. Default Gateway 값은 해당 네트워크 대역의 가장 끝 IP 사용
3. DNS 값은 S1의 IP Address를 이용
1.1.166.8/23
1. 라우터 모듈 설정
2. 전원을 먼저 끄고 WIC-2T로 확장 후 다시 전원 키기
3. router 끼리는 serial 연결
4. IP 설정
IP : 1.1.166.8 / SM : 255.255.254.0
> 1.1.166.0 ~ 1.1.167.255
> 총 IP 개수 : 2 X 256 = 512개
네트워크 대역 총 5개 필요
1.1.166.0 ~ 1.1.166.255
1.1.167.0 ~ 1.1.167.127
1.1.167.128 ~ 1.1.167.191
1.1.167.192 ~ 1.1.167.223
1.1.167.224 ~ 1.1.167.255
(2개로 Subnetting 4번)
5. Server & PC 에 IP 입력
6. Router 설정
- enable
- configure terminal
- hostname ~
- enable secret ~
- service password-encryption
- no ip domain-lookup
- line con 0
- password ~
- login
- exec-timeout 0 0
- logging synchronous
- do write
>> (Router 기본설정)
7. 인터페이스 설정
ex. Daejeon_R2 >
configure terminal
> int f0/0
> ip add 1.1.167.126 255.255.255.128
> no shutdown (꼭!!!)
> int s0/0
> ip add 1.1.167.194 255.255.255.224
> no sh
> int s0/1
> ip add 1.1.167.225 255.255.255.224
> no sh
> clock rate 4000000
> do wr
8. Routing table
'IT 기초 공부기록 > Network' 카테고리의 다른 글
VPN (Virtual Private Network) 설정을 통한 터널링 (0) | 2018.10.30 |
---|---|
STP (Spanning Tree Protocol) 동작 과정 (0) | 2018.10.25 |
Server & Client (서버와 클라이언트) (0) | 2018.09.12 |
Packet Tracer 실습_(3) (0) | 2018.09.09 |
Packet Tracer 실습 (0) | 2018.09.08 |
블로그의 정보
현생이네
현생사는갓생지망생