<10일차>

[2번째!!]
#R1
config t
hostname HACKER
exit
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.1 255.255.255.252
no shutdown
exit
ip route 192.168.1.0 255.255.255.0 1.1.1.2

#R2
config t
hostname TARGET
exit
show interface stats
config t
interface FastEthernet0/0
ip address 192.168.1.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
--------------------------------------------
ip 192.168.0.1/24 192.168.0.254(왼쪽 넣기)
ip 192.168.1.1/24 192.168.1.254(오른쪽 넣기)

[3번째!!]
#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
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

#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
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
------------------------------------------------
192.168.168.10.1 255.255.255.0 192.168.10.254(왼쪽)
192.168.168.20.1 255.255.255.0 192.168.20.254(오른쪽)

(이더넷)
하드웨어주소 08:00:27:A4:16:60
속도 1000Mb/s
IPv4주소 10.0.2.15/24
IPv6주소 fd00::e0c1:8e5:d10a:8028/64
기본경로: 10.0.2.2
DNS: 10.0.2.3