Cisco Help!

Cash12

Member
Joined
Sep 10, 2013
Messages
16
Hi Guys, i have a cisco adsl router,

Can anybody help me with a config file? I am with mweb at the moment.

The config file i am using doesnt seem to be working that well, i seem to be dropping connection everyday at around 8 0 clock, have to reboot the router...also at random times dhcp just stops, so all exsisting pc's on the lan work, but if i go home and my phone wants to connect it doesnt, just says obtaining ip..aswell as if i do a release and renew on my pc it wont renew, have to reboot the router.

Any assistance would be of great help.

here is my config file:

service timestamps log datetime msec
no service password-encryption
!
hostname home
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
enable secret cisco

!
no aaa new-model
!
!
dot11 syslog
ip source-route
!
ip dhcp pool LAN
network 10.10.10.0 255.255.248.0
default-router 10.10.10.1
dns-server 196.28.80.139 196.28.80.140
!
!
ip cef
ip name-server 196.7.0.138
ip name-server 196.7.142.132
l2tp-class dsl
authentication
hello 5
password ****
!
!
!
vpdn enable
!
vpdn-group pppoe
! Default L2TP VPDN group
accept-dialin
protocol l2tp
!
!
!
!
!
!
archive
log config
hidekeys
!
!
pseudowire-class test-dsl
encapsulation l2tpv2
protocol l2tpv2 dsl
ip local interface Dialer1
!
!
!
!
interface ATM0
no shut
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
no ip mroute-cache
load-interval 30
atm ilmi-keepalive
pvc 8/35
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Virtual-PPP1
ip address negotiated
ip accounting output-packets
ip mtu 1452
ip flow ingress
ip policy route-map clear-df
no ip mroute-cache
no logging event link-status
no peer neighbor-route
no keepalive
no cdp enable
ppp chap hostname (isp username)
ppp chap password 0 (isp password)
ppp pap sent-username (isp username) password 0 (isp password)
pseudowire 196.30.121.42 10 pw-class test-dsl
!
interface Vlan1
ip address 10.10.10.1 255.255.248.0
ip nat inside
ip virtual-reassembly
!
interface Dialer1
ip address negotiated
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer idle-timeout 30
no cdp enable
ppp chap hostname (isp username)
ppp chap password 0 (isp password)
ppp pap sent-username (isp username) password 0 (isp password)
ppp ipcp dns request
ppp ipcp address accept
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 196.30.121.42 255.255.255.255 Dialer1
no ip http server
no ip http secure-server
!
ip nat inside source list 1 interface Dialer1 overload
!
access-list 1 permit any
!
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
password cisco
login
!
scheduler max-task-time 5000
end
 

Calebmo1

Active Member
Joined
Jun 21, 2011
Messages
35
Under your VirtualPPP interface please try removing this:
ip mtu 1452

and add this :

ip tcp adjust-mss 1452

Also please post the IOS version in use by using "sh version" command

Thanks

Caleb
 

Cash12

Member
Joined
Sep 10, 2013
Messages
16
Thanks for the reply, the version of ios is 12.4

I will try what you have suggested when i get home this evening.
 
Top