07-03-2012 02:19 PM - edited 03-04-2019 04:52 PM
Hello all!
I've just recently upgraded a Cisco 877 to 887W router.
I basically copied most of the config across to the router with no problem.
ppp chap hostname and password all ok. ATM and Dialer1 interface comes up.
The problem I'm having is when I open Internet Explorer up, default homepage is Google. Google loads up fine, type a search is fine but when you click on the link or type URL, for example BBC News or Sky Sports, it takes a long time to load or times out (Page cannot be displayed)
DNS servers configured on Cisco router are:
8.8.8.8 and Virgin's DNS servers.
NSLOOKUP in cmd prompt it returns IP add no problem. however in web browser it fails except for Google.
However, with the same config on a 877 everything works perfectly... any ideas guys?
Cisco 877 running 12.4
Cisco 887 running 15.0
Thanks in advance
Solved! Go to Solution.
07-04-2012 01:58 AM
Hi,
have you got ip tcp mss-adjust 1452 and ip mtu 1492 configured on dialer interface ?
Regards.
Alain.
Don't forget to rate helpful posts.
07-03-2012 11:22 PM
No one =(
07-04-2012 01:58 AM
Hi,
have you got ip tcp mss-adjust 1452 and ip mtu 1492 configured on dialer interface ?
Regards.
Alain.
Don't forget to rate helpful posts.
11-20-2012 02:39 AM
slow reply but yeah it was MTU issue, adjusted MTU size on VLAN 1 to 1412 and dialer & ATM to 1452, bingo everything started working, cheers
11-19-2013 05:23 AM
Got a question for you, just for myself to understand the config - why do you have:
!
!
ip dns server
ip nat inside source list 1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1 interface Dialer0
!
!
ip dns server
ip nat inside source list 1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
these commands in two places (top and bottom) or was that just a typo?
And you have the "ip route" command as different in both?
07-04-2012 03:09 AM
Hi Alain,
yes both configs confirgured on dialer interface.
interface ATM0
ip virtual-reassembly in
ip tcp adjust-mss 1452
no atm ilmi-keepalive
hold-queue 224 in
!
interface ATM0.1 point-to-point
ip flow ingress
pvc 0/38
pppoe-client dial-pool-number 1
!
!
ip dns server
ip nat inside source list 1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1 interface Dialer0
!
interface Dialer1
ip address negotiated
ip access-group 102 in
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
ppp authentication chap callin
ppp chap hostname abc@abc.com
ppp chap password 7 xxxx
no cdp enable
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
ip dns server
ip nat inside source list 1 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
it's wierd only www.google.com works fine and making a search but click on the link it fails or takes an age to load.
if I type show host on the router I can see the hostname resolving
07-04-2012 03:22 AM
hi,
could you temporarily remove these lines and see if performance gets any better?
no ip nbar protocol-discovery
no ip inspect CO_Firewall in
no ip inspect CO_Firewall out
07-04-2012 03:47 AM
1. removed :
no ip nbar protocol-discovery
no ip inspect CO_Firewall in
no ip inspect CO_Firewall out
Google does not load
2.
no ip nbar protocol-discovery
no ip inspect CO_Firewall in
ip inspect CO_Firewall out
Google takes a long time to load but other webpages still take a long time or times out
3.
no ip nbar protocol-discovery
no ip inspect CO_Firewall in
ip inspect CO_Firewall out
Google loads up instantly but other webpages still take a long time or times out
07-04-2012 03:53 AM
thanks for the update! could you post your running-config and remove any sensitive info?
07-04-2012 03:55 AM
Hi,
could you post the entire running-config.
Regards.
Alain.
Don't forget to rate helpful posts.
07-04-2012 11:54 PM
Any thoughts Alain/ John?
07-05-2012 07:19 AM
Hi,
Remove this line under your ATM interface and try again. Are you doing web surfing from a wired or wireless LAN connection?
int atm0
no hold-queue 224 in
Sent from Cisco Technical Support iPhone App
07-05-2012 08:34 AM
same John, I am using wired connection.
I have looked into the ip inspect part. I can get a established connection for google.
But only Half open session for any other webpages. I can see the IP Address so DNS is working? nslookup brings up the correct web name.
So I'm guessing IP inspect is the problem?
I've removed all the inspect only leaving UDP and TCP - still the same.
If I remove TCP everything fails
AHH headache
07-06-2012 02:31 AM
Hi,
Retain the ip inspect command in VLAN 1 interface and remove these lines:
int d1
no ip inspect CO_Firewall in
no ip inspect CO_Firewall out
int atm0
no hold-queue 224 in
Sent from Cisco Technical Support iPhone App
07-06-2012 06:56 AM
Hi,
Try to lower MTU and adjust TCP mss to a value lower than 1450
conf t
int di 1
ip mtu 1480
ip tcp adjust-mss 1420 (or you migh need to have it lower than that, i usually adjust it to 1380)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide