Hi
I am trying to setup a Cisco router to provide access for local network to the internet, and the internet access to local servers.
Thus far I have got the router to connect. I can browse "some" sites like google.co.za but mostly other sites just time-out.
When trying to connect from remote site to my site for owa access i can get in by using the IP address, if I use the domain address it just times out.
Can someone please point me in the right direction.
my config atm:
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname adsl-r1
!
boot-start-marker
boot-end-marker
!
enable secret 5 <pass>.
!
no aaa new-model
!
!
dot11 syslog
ip cef
!
!
ip name-server 208.67.220.220
ip name-server 8.8.8.8
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
description DSL interface
no ip address
ip mask-reply
ip directed-broadcast
ip route-cache flow
no atm ilmi-keepalive
pvc 8/35
pppoe-client dial-pool-number 1
!
dsl operating-mode auto
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
description internal interface
ip address 172.21.138.65 255.255.0.0
ip nat inside
ip virtual-reassembly
!
interface Dialer1
bandwidth 4096
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname [email protected]
ppp chap password 0 <pass>
ppp pap sent-username [email protected] password 0 <pass>
!
ip forward-protocol nd
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
no ip http server
no ip http secure-server
ip nat inside source list DSL_ACCESSLIST interface Dialer1 overload
ip nat inside source static tcp 172.21.128.10 21 interface Dialer1 21
ip nat inside source static tcp 172.21.128.10 25 interface Dialer1 25
ip nat inside source static tcp 172.21.128.10 80 interface Dialer1 80
ip nat inside source static tcp 172.21.128.10 119 interface Dialer1 119
ip nat inside source static tcp 172.21.128.10 389 interface Dialer1 389
ip nat inside source static tcp 172.21.128.10 443 interface Dialer1 443
ip nat inside source static tcp 172.21.128.19 1723 interface Dialer1 1723
!
ip access-list extended DSL_ACCESSLIST
permit ip 172.21.128.0 0.0.0.255 any
permit ip 172.21.138.0 0.0.0.255 any
permit tcp any host 172.21.128.10 eq smtp
permit tcp any host 172.21.128.10 eq ftp
permit tcp any host 172.21.128.10 eq 80
permit tcp any host 172.21.128.10 eq pop3
permit tcp any host 172.21.128.10 eq nntp
permit tcp any host 172.21.128.10 eq 389
permit tcp any host 172.21.128.10 eq 443
permit tcp any host 172.21.128.19 eq 1723
!
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
password <pass>
login
!
scheduler max-task-time 5000
end
Thanks!
I am trying to setup a Cisco router to provide access for local network to the internet, and the internet access to local servers.
Thus far I have got the router to connect. I can browse "some" sites like google.co.za but mostly other sites just time-out.
When trying to connect from remote site to my site for owa access i can get in by using the IP address, if I use the domain address it just times out.
Can someone please point me in the right direction.
my config atm:
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname adsl-r1
!
boot-start-marker
boot-end-marker
!
enable secret 5 <pass>.
!
no aaa new-model
!
!
dot11 syslog
ip cef
!
!
ip name-server 208.67.220.220
ip name-server 8.8.8.8
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
description DSL interface
no ip address
ip mask-reply
ip directed-broadcast
ip route-cache flow
no atm ilmi-keepalive
pvc 8/35
pppoe-client dial-pool-number 1
!
dsl operating-mode auto
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
description internal interface
ip address 172.21.138.65 255.255.0.0
ip nat inside
ip virtual-reassembly
!
interface Dialer1
bandwidth 4096
ip address negotiated
ip mtu 1492
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname [email protected]
ppp chap password 0 <pass>
ppp pap sent-username [email protected] password 0 <pass>
!
ip forward-protocol nd
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
no ip http server
no ip http secure-server
ip nat inside source list DSL_ACCESSLIST interface Dialer1 overload
ip nat inside source static tcp 172.21.128.10 21 interface Dialer1 21
ip nat inside source static tcp 172.21.128.10 25 interface Dialer1 25
ip nat inside source static tcp 172.21.128.10 80 interface Dialer1 80
ip nat inside source static tcp 172.21.128.10 119 interface Dialer1 119
ip nat inside source static tcp 172.21.128.10 389 interface Dialer1 389
ip nat inside source static tcp 172.21.128.10 443 interface Dialer1 443
ip nat inside source static tcp 172.21.128.19 1723 interface Dialer1 1723
!
ip access-list extended DSL_ACCESSLIST
permit ip 172.21.128.0 0.0.0.255 any
permit ip 172.21.138.0 0.0.0.255 any
permit tcp any host 172.21.128.10 eq smtp
permit tcp any host 172.21.128.10 eq ftp
permit tcp any host 172.21.128.10 eq 80
permit tcp any host 172.21.128.10 eq pop3
permit tcp any host 172.21.128.10 eq nntp
permit tcp any host 172.21.128.10 eq 389
permit tcp any host 172.21.128.10 eq 443
permit tcp any host 172.21.128.19 eq 1723
!
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
password <pass>
login
!
scheduler max-task-time 5000
end
Thanks!