열번째 수업


네트워크는 연결이다 !
tmi) 학원 10일차
저번시간에 했던 것과 마찬가지로 GNS3 세팅부터 함.(기본적으로 아이피 세팅 후 ping으로 연결된 것을 확인해야한다.)
라우팅 넣는 게 제일 중요하다. 라우터가 제일 중요하다.
라우터는 다른 대역대로 연결해준다.


#PC1
ip 192.168.10.1/24 192.168.10.254
Checking for duplicate address...
PC1 : 192.168.10.1 255.255.255.0 gateway 192.168.10.254

#R1
hostname HACKER
exit
show interface stats
config t
interface FastEthernet0/0
ip address 192.168.10.254 255.255.255.0
no shutdown
exit
config t
interface Serial1/0
ip address 2.2.2.1 255.255.255.252
no shutdown
exit
ip route 192.168.20.0 255.255.255.0 2.2.2.2

#PC2
PC2> ip 192.168.20.1/24 192.168.20.254
Checking for duplicate address...
PC1 : 192.168.20.1 255.255.255.0 gateway 192.168.20.254

#R2
hostname TARGET
exit
show interface stats
config t
interface FastEthernet0/0
ip address 192.168.20.254 255.255.255.0
no shutdown
exit
config t
interface Serial1/0
ip address 2.2.2.2 255.255.255.252
no shutdown
exit
ip route 192.168.10.0 255.255.255.0 2.2.2.1

PC1> ping 192.168.20.1

로키리눅스를 배포해주는 곳은 레드햇(Red Hat)이다.
로키리눅스를 여러번 설치할 예정이기에 우선 이름을 RL91로 뒀다.(만 실수로 날려버림 이슈로 RL91-1로 둠.)
root / 123456
master / 123456 (새로 생성해줌)

하드웨어 주소 08:00:27:64:95:EB
IPv4 주소 10.0.2.15/24
IPv6 주소 fd00::5cb7:7d14:72f3:dbc9/64
- 설치 완 -