10일차

도메인 내부에서 확인할때는 DNS 192.168.0.99로 설정

라우터는 네트워크에서 중요함
라우터는 다른 네트워크를 연결해줌
네트워크 관리사 자격증 시험에서 많이 나옴


# R1 config t hostname HACKER exit show interface stats config t interface FastEthernet0/0 ip address 192.168.10.254 255.255.255.0 no shutdown exit 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
# R2 config t hostname TARGET exit show interface stats config t interface FastEthernet0/0 ip address 192.168.20.254 255.255.255.0 no shutdown exit 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
각각의 pc에 IP를 입력한뒤 연결된 라우터에 위에있는 코드를 입력한뒤 ping을 통해 연결여부를 확인한다

VirtualBox RL91
아이디, 비밀번호, Root를 설정한뒤 설치