cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
701
Views
0
Helpful
2
Replies

point to point connectivity problem

Dear friends,

I am using Cisco 1841 router for point to point connectivity  between 3 locations.

Site A: 192.168.1.0/24

Site  B: 192.168.50.0/24

Site c: 192.168.100.0/24

Site A includes a server (windows 2008 server 64 bit). We share a software from this server to all sites. This server use foxpro platform. I can access the server from A  site properly but it is creating a problem within other two sites like slow connectivity and slow printing issues. The page takes 30 min to open .

Site A cisco 1841 configuation are as follows:

Bopodi_Router>en              

Password:        

Bopodi_Router#sh tun                  

% Incomplete command.                    

Bopodi_Router#sh run                  

Building configuration...                        

Current configuration : 3463 bytes                                

!

version 12.4          

service timestamps debug datetime msec                                    

service timestamps log datetime msec                                  

no service password-encryption                           

!

hostname Bopodi_Router                    

!

boot-start-marker                

boot-end-marker              

!

logging buffered 51200 warning                          

enable secret 5 $1$UwDx$iDrXjPyaa91w5EfMDUNbD.                                           

!

no aaa new-model              

ip cef    

!

!

!

!

ip domain name yourdomain.com                            

ip address-pool local                    

multilink bundle-name authenticated                                  

!

!

username cisco password 0 cisco                              

archive      

log config          

hidekeys        

!

!

!

!

!

interface FastEthernet0/0                        

description ****site B****                                      

ip address 10.0.0.1 255.255.255.0                                

duplex auto          

speed auto          

!

interface FastEthernet0/1                        

description ****Site A                                        

ip address 11.0.0.1 255.255.255.0                                

duplex auto          

speed auto          

!

interface FastEthernet0/1                      

description ***Site A****                            

!

interface FastEthernet0/1/1                          

!

interface FastEthernet0/1/2                          

!

interface FastEthernet0/1/3                          

!

interface Vlan1              

ip address 192.168.1.1 255.255.255.0                                    

!

ip forward-protocol nd                    

ip route 0.0.0.0 0.0.0.0 FastEthernet0/1                                      

ip route 192.168.1.0 255.255.255.0 192.168.50.0                                              

ip route 192.168.1.0 255.255.255.0 192.168.100.0                                              

ip route 192.168.1.0 255.255.255.0 192.168.2.0                                            

ip route 192.168.50.0 255.255.255.0 FastEthernet0/0                                                  

ip route 192.168.100.0 255.255.255.0 FastEthernet0/1                                                  

!

!

ip http server            

ip http access-class 23                      

ip http authentication local                          

ip http timeout-policy idle 60 life 86400 requests 10000                                                      

!

access-list 23 permit 10.10.10.0 0.0.0.7                                     

!

!

control-plane            

thanks in advance..........

2 Replies 2

cadet alain
VIP Alumni
VIP Alumni

Hi,

1) never point a static route towards a multiaccess interface but instead towards next hop

2) the the 3  static routes to 192.168.1.0 can be deleted because this subnet is directly connected via Vlan1 interface.

Regards.

Alain.

Don't forget to rate helpful posts.

Also: have you tried setting the ip mtu setting lower on interface towards location A on location B and C? Perhaps also try adjusting the tcp mss size?

Sent from Cisco Technical Support iPad App

Review Cisco Networking for a $25 gift card