20250402/수 9일차

GNS3설치
설치는 긍정적이게

virtualbox설치
rocky linux 최소 기능 ISO 설치

포트를 열긴 열되 막을 건 막아야 한다.
서버에 포트를 다 열어야 한다.

하나의 라우터에서도 공간이 나뉘어져있다.
게이트웨이는 스위치와 라우터사이의 연결점이다.

#은 관리자 모드
>은 일반 사용자 모드
config t
hostname HACKER
exit(config 빠져나옴)
show interface stats
config t
interface FastEthernet0/0
ip address 192.168.0.254 255.255.255.0
no shutdown
exit
config t
interface Serial1/0
ip address 1.1.1.2 255.255.255.252
no shutdown
exit
ip route 192.168.0.0 255.255.255.0 1.1.1.1