|
Posted by on August 29, 2006, 1:46 am
If you were Registered and logged in, you could reply and use other advanced thread options
I have cisco router 2600 with below configuration but still i cant
access the server wiht http port 172.20.1.9 & 172.20.1.8 if please any
one can help me.
cs-router#sh run
Building configuration...
Current configuration : 2611 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname cs-router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$C8AO$YRdD6HCwVB2ZcPQu.O1EH.
enable password Rtzgo@Awcc
!
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip cef
!
!
ip name-server 172.20.1.1
ip dhcp excluded-address 192.168.100.1 192.168.100.10
ip dhcp excluded-address 192.168.100.101 192.168.100.150
!
ip dhcp pool cs
network 192.168.100.0 255.255.255.0
default-router 192.168.100.1
domain-name afghan-wireless.com
dns-server 172.20.1.1
lease 8
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 172.20.1.53 255.255.0.0
speed auto
full-duplex
no cdp enable
!
interface FastEthernet0/1
ip address 192.168.100.1 255.255.255.0
ip access-group 101 out
speed auto
full-duplex
no cdp enable
!
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 172.20.1.61
!
!
logging trap errors
logging source-interface FastEthernet0/0
logging 172.20.1.11
access-list 101 permit ip host 172.20.1.8 any
access-list 101 permit tcp host 172.20.1.8 eq www any
access-list 101 permit ip host 172.20.1.19 any
access-list 101 permit tcp host 172.20.1.19 eq www any
access-list 101 permit ip host 172.20.1.1 any
access-list 101 permit tcp host 172.20.1.1 eq domain any
access-list 101 permit tcp host 172.20.1.1 eq 139 any
access-list 101 permit tcp host 172.20.1.1 eq 888 any
access-list 101 permit ip host 172.20.1.6 any
access-list 101 permit tcp host 172.20.1.6 eq pop3 any
access-list 101 permit tcp host 172.20.1.6 eq smtp any
access-list 101 permit tcp host 172.20.1.1 eq 750 any
access-list 101 permit tcp host 172.20.1.1 eq 2053 any
access-list 101 permit tcp host 172.20.1.1 eq 2105 any
access-list 101 permit tcp host 172.20.1.1 eq 137 any
access-list 101 permit tcp host 172.20.1.1 eq 135 any
access-list 101 permit ip any host 192.168.100.9
access-list 101 permit tcp any host 192.168.100.9
access-list 101 permit ip any host 192.168.100.8
access-list 101 permit tcp any eq www host 192.168.100.8
access-list 101 permit ip any host 192.168.100.101
access-list 101 permit tcp any host 192.168.100.101
access-list 101 permit ip any host 192.168.100.102
access-list 101 permit tcp any host 192.168.100.102
access-list 101 permit tcp any host 192.168.100.103
access-list 101 permit ip any host 192.168.100.103
dialer-list 1 protocol ip permit
no cdp run
!
snmp-server community it-awcc RW
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
password RTzgo@Awcc
login
!
!
!
|