Question, I have a 1600 and have it almost working with sympatico. Problem
is,
some sites are accessable and others are not. The news server times out.
Spoke
to a neighbor using a linksys router and he has no problem. Any suggestions.
config included. This was a config from a buddies 2621.

Thanks
    Steve

!
version 12.2
no parser cache
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 1600a
!
logging rate-limit console 10 except errors
enable secret
enable password
!
ip subnet-zero
!
ip cef
no ip dhcp-client network-discovery
vpdn enable
!
vpdn-group 1
 request-dialin
  protocol pppoe
!
vpdn-group pppoe
!
!
!
!
interface Ethernet0
 no ip address
 pppoe enable
 pppoe-client dial-pool-number 1
 no cdp enable
!
interface Ethernet1
 ip address 10.1.1.1 255.255.255.0
 ip nat inside
 no cdp enable
 hold-queue 32 in
!
interface Dialer1
 ip address negotiated
 ip mtu 1492
 ip nat outside
 encapsulation ppp
 dialer pool 1
 dialer vpdn
 dialer-group 1
 ppp authentication pap callin
 ppp pap sent-username  password
!
ip nat inside source list 100 interface Dialer1 overload
ip nat inside source static tcp 10.0.0.2 8080 interface Dialer1 8080
ip nat inside source static tcp 10.0.0.4 113 interface Dialer1 113
ip nat inside source static tcp 10.0.0.2 21 interface Dialer1 21
ip nat inside source static tcp 10.0.0.2 20 interface Dialer1 20
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
!
access-list 100 permit ip 10.0.0.0 0.0.0.255 any
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
!
snmp-server community 001001 RO 4
!
line con 0
 exec-timeout 120 0
 stopbits 1
line vty 0 4
 exec-timeout 0 0
 password moler1
 login
!
scheduler max-task-time 5000
ntp clock-period 17168797
ntp source Dialer1
end




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=41687&t=41687
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to