anonymous
2008-08-04 18:11:29 UTC
Current configuration : 1925 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname router
!
enable secret 5 $1$vs5B$X2jkx7XOYY2WJkTUoJWjn1
!
username xxx privilege 15 secret 5 $1$7cFT$xziJmE4PpXXmM7VfCMEQm.
username CRWS_Kannan privilege 15 password 7 125D5453255A0A256E24752700103212564
2545803010904055F
ip subnet-zero
ip name-server 151.196.0.38
ip name-server 151.199.0.39
!
ip audit notify log
ip audit po max-events 100
!
crypto isakmp policy 1
hash md5
authentication pre-share
group 2
crypto isakmp key key1 address x.x.x.x
!
!
crypto ipsec transform-set vpn esp-des esp-md5-hmac
!
crypto map vpn 1 ipsec-isakmp
set peer 66.15.176.225
set security-association lifetime seconds 190
set transform-set vpn
match address 110
!
!
!
!
interface Ethernet0
ip address 10.1.1.1 255.255.255.0
ip nat inside
ip tcp adjust-mss 1300
no ip mroute-cache
no cdp enable
hold-queue 32 in
hold-queue 100 out
!
interface Ethernet1
ip address x.x.x.x 255.255.255.0
ip nat outside
no ip mroute-cache
no cdp enable
crypto map vpn
!
ip nat inside source list 120 interface Ethernet1 overload
ip nat inside source static tcp 10.1.1.4 5954 x.x.x.x 5954 extendable
ip nat inside source static tcp 10.1.1.4 5631 x.x.x.x 5631 extendable
ip nat inside source static udp 10.1.1.4 5632 x.x.x.x 5632 extendable
ip nat inside source static tcp 10.1.1.4 3389 x.x.x.x 3389 extendable
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet1 x.x.x.x
ip http server
!
!
access-list 110 permit ip 10.1.1.0 0.0.0.255 10.2.1.0 0.0.0.255
access-list 120 deny ip 10.1.1.0 0.0.0.255 10.2.1.0 0.0.0.255
access-list 120 permit ip 10.1.1.0 0.0.0.255 any
no cdp run
!
line con 0
exec-timeout 120 0
no modem enable
stopbits 1
line aux 0
stopbits 1
line vty 0 4
exec-timeout 120 0
login local
length 0
!
scheduler max-task-time 5000
end