Bubbalouie
Technical User
In the interests of full disclosure, I am what passes for a IT Dude where I work, but I ain't a router guy...
I have a PIX 506e that has 10 site-to-site vpn's on it. The far end of each vpn is a cisco 1750/1751 series router. At the site where the PIX is, I'll call it Site1 (192.168.1.0 255.255.255.0) from here on, I have a couple of application servers and I'll just call them Server1 and Server2. Both servers are plugged into the same Cisco 3548XL switch. There is a Cisco 1750 Router at Site1 that does routing (I 'inherited' the network so I think that's what it does...).
At one of the remote sites, I'll call it Site9 (192.168.9.0 255.255.255.0), I am having trouble with speed/performance issues accessing Server2 which houses a web application. The other sites have the same trouble it seems, but only Site9 actually needs to access the server. Site9's need for this app is recent whereas Site1 has used it on the LAN for a couple of years.
On Server1 I can ping workstations at Site9. On Server2 I cannot ping workstations at Site9. The reverse holds true in that, when I am at Site9 I can jump on a workstation and ping Server1 and I can't ping Server2. When at Site9 I can actually pull up the web app hosted on Server2, but the performance is very sluggish and makes the app virtually unusable.
When I do successfully ping from Site1 to Site9 or Site9 to Site1 I get some 'no response' messages, around 5%.
I cannot understand why the two servers would behave differently as far as the pinging goes. Outside of different fixed IP addresses, they are identical. I can ping one but not the other and they are right next to each other and plugged into the same switch.
Should I be looking at this as a routing issue, a config issue or should I be looking at MTU's, they seem different for each machine (Server1 is about 1416 for no df message though to get a response I have to take it down to about 1272. Server2 is no df message at 1472 but I never get a response regardless of packet size).
Also, in case it's a dumb config issue, this is new 2xT1 service at Site9, these are my interfaces on the 1751 router at that Site9
---Site9 Router---
interface Ethernet0/0
description WAN Interface to ATT 2801 router
ip address xx.xx.xx.xx 255.255.255.248
ip access-group FromOutside in
ip nat outside
no ip mroute-cache
half-duplex
no keepalive
no cdp enable
crypto map towash
!
interface FastEthernet0/0
description LAN Interface connected to 2924XL switch
ip address 192.168.9.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip tcp adjust-mss 1400
no ip mroute-cache
speed auto
no cdp enable
This is the interface on the 2924XL switch that the fe0/0 interface on the router is connected to.
---Site9 Switch---
interface FastEthernet0/24
!
Should I have the speed and duplex hard coded on both those interfaces as speed 100 - duplex full.
The Site9 Router's Ethernet0/0 interface is connected the ATT router's FastEthernet0/0 interface. Should I be calling ATT and asking them how that interface is set up? If I'm connecting an ethernet interface to their fastethernet interface how should I config that interface?
And lastly, is there a way I can tell how much bandwidth on the PIX and on the 1751 are devoted to the vpn?
Whew! That's enough questions from me for the moment!
If anyone can just point me in the right direction as far as troubleshooting this issue I'd be most appreciative!
I have a PIX 506e that has 10 site-to-site vpn's on it. The far end of each vpn is a cisco 1750/1751 series router. At the site where the PIX is, I'll call it Site1 (192.168.1.0 255.255.255.0) from here on, I have a couple of application servers and I'll just call them Server1 and Server2. Both servers are plugged into the same Cisco 3548XL switch. There is a Cisco 1750 Router at Site1 that does routing (I 'inherited' the network so I think that's what it does...).
At one of the remote sites, I'll call it Site9 (192.168.9.0 255.255.255.0), I am having trouble with speed/performance issues accessing Server2 which houses a web application. The other sites have the same trouble it seems, but only Site9 actually needs to access the server. Site9's need for this app is recent whereas Site1 has used it on the LAN for a couple of years.
On Server1 I can ping workstations at Site9. On Server2 I cannot ping workstations at Site9. The reverse holds true in that, when I am at Site9 I can jump on a workstation and ping Server1 and I can't ping Server2. When at Site9 I can actually pull up the web app hosted on Server2, but the performance is very sluggish and makes the app virtually unusable.
When I do successfully ping from Site1 to Site9 or Site9 to Site1 I get some 'no response' messages, around 5%.
I cannot understand why the two servers would behave differently as far as the pinging goes. Outside of different fixed IP addresses, they are identical. I can ping one but not the other and they are right next to each other and plugged into the same switch.
Should I be looking at this as a routing issue, a config issue or should I be looking at MTU's, they seem different for each machine (Server1 is about 1416 for no df message though to get a response I have to take it down to about 1272. Server2 is no df message at 1472 but I never get a response regardless of packet size).
Also, in case it's a dumb config issue, this is new 2xT1 service at Site9, these are my interfaces on the 1751 router at that Site9
---Site9 Router---
interface Ethernet0/0
description WAN Interface to ATT 2801 router
ip address xx.xx.xx.xx 255.255.255.248
ip access-group FromOutside in
ip nat outside
no ip mroute-cache
half-duplex
no keepalive
no cdp enable
crypto map towash
!
interface FastEthernet0/0
description LAN Interface connected to 2924XL switch
ip address 192.168.9.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip tcp adjust-mss 1400
no ip mroute-cache
speed auto
no cdp enable
This is the interface on the 2924XL switch that the fe0/0 interface on the router is connected to.
---Site9 Switch---
interface FastEthernet0/24
!
Should I have the speed and duplex hard coded on both those interfaces as speed 100 - duplex full.
The Site9 Router's Ethernet0/0 interface is connected the ATT router's FastEthernet0/0 interface. Should I be calling ATT and asking them how that interface is set up? If I'm connecting an ethernet interface to their fastethernet interface how should I config that interface?
And lastly, is there a way I can tell how much bandwidth on the PIX and on the 1751 are devoted to the vpn?
Whew! That's enough questions from me for the moment!
If anyone can just point me in the right direction as far as troubleshooting this issue I'd be most appreciative!