본문 바로가기
Network

CISCO 내부 방화벽 설정시

by 레이루이 2008. 5. 6.
반응형
 
* 내부 방화벽 설정시 비공인 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
반응형