9일차
pc1 switch2 R1 R2 switch2 pc2
R1앞 게이트웨이
R
#은 관리자 모드
>은 일반 사용자 모드
R1
hostname HACKER
exit
show interface stats
exit
config t
interface FastEthernet0/0
ip address 192.168.0.1 254 255.255.255.0
no shutdown
exit
config t
interface Serial1/0
ip address 192.168.0.1 254 255.255.255.0
no shutdown
exit
config t
interface Serial1/0
ip address
no shutdown
exit
ip route 192.168.0.1 255.255.255.0 192.168.0
R2
hostname HACKER
exit
show interface stats
exit
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 192.168.0.254 255.255.255.0
no shutdown
exit
config t
interface Serial1/0
ip address 1.1.1.2 255.255.25.252
no shutdown
exit
ip route 192.168.1.1 255.255.255.0 1.1.1.1