2020. 5. 20. 21:55ㆍ네트워크/라우터
클라우드를 통하여 다른 PC와 연결
그리고 C-7은 Win2012에서 DHCP를 할당받고 있다.
나의 C-7에서 다른 PC의 Win2012로 ping이 되는 것 확인
[R1]
conf t
service dhcp
interface f 0/0
ip add 192.168.19.1 255.255.255.0
interface f 1/0
ip add 192.168.110.254 255.255.255.0
ip helper 192.168.112.30
interface serial 2/0
ip add 192.168.115.1 255.255.255.0
no shutdown
interface serial 2/1
ip add 192.168.113.1 255.255.255.0
no shutdown
router rip
version 2
no auto-summary
network 192.168.110.0
network 192.168.115.0
network 192.168.113.0
network 192.168.19.0
[R2]
conf t
service dhcp
interface f 0/0
ip add 192.168.111.254 255.255.255.0
ip helper 192.168.112.30
no shutdown
interface serial 2/1
ip add 192.168.113.2 255.255.255.0
no shutdown
interface serial 2/2
ip add 192.168.114.2 255.255.255.0
no shutdown
router rip
version 2
no auto-summary
network 192.168.111.0
network 192.168.114.0
network 192.168.113.0
[R3]
conf t
interface f 0/0
ip add 192.168.112.254 255.255.255.0
no shutdown
interface serial 2/0
ip add 192.168.115.3 255.255.255.0
no shutdown
interface serial 2/2
ip add 192.168.114.3 255.255.255.0
no shutdown
router rip
version 2
no auto-summary
network 192.168.112.0
network 192.168.115.0
network 192.168.114.0
'네트워크 > 라우터' 카테고리의 다른 글
클라우드를 통하여 다른 PC와 연결하기 위한 기초 작업 (0) | 2020.05.20 |
---|---|
GNS3에서 클라우드와 라우터를 연결하면 뜨는 오류 (0) | 2020.05.20 |
EIGRP rip 연결 (0) | 2020.05.17 |
클라우드-02 (0) | 2020.05.17 |
RIP-STATIC 재분배-02 (0) | 2020.05.17 |