로딩
티스토리 데이터 처리 중입니다.

CISCO 내부 방화벽 설정시

 CISCO 내부 방화벽 설정시

* 내부 방화벽 설정시 비공인 IP블럭을 사용 Router#sh run version 11.2 ! interface Ethernet0 ip address 192.168.0.253 255.255.255.252 !

interface Serial0 description ## Hansol i Globe## ip address 10.10.10.2 255.255.255.252 bandwidth 2048 ! ip classless ip route 0.0.0.0 0.0.0.0 10.10.10.1 ip route 100.1.1.0 255.255.255.0 192.168.0.254!

line con 0 line aux 0 line vty 0 4 password router login ! end...