cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3495
Views
31
Helpful
34
Replies

PIX 515E slow http from inside to dmz network

kvoelker2000
Level 1
Level 1

                  I have a PIX 515E V7.0.4 and I'm having trouble with http access between the inside interface and a DMZ zone I have.  I have a web server setup in the DMZ with an web interface to upload/download files.  I can connect to this interface from a workstation in the inside network but when I try to download a file it is incredibly slow.  If I upload a file there are no speed issues.  If I connect using an https connection then both upload and downloads are at speeds I would expect.

I have disabled http inspect but this didn't improve the speed connection.

Other http communications from inside to outside do not have any speed issues in either direction.

Any thoughts or suggestions appreciated.

Thanks,

Karl

34 Replies 34

Julio Carvajal
VIP Alumni
VIP Alumni

Hello,

Run captures in order to determine if there is something weird with the TCP interaction between both devices ( client and server)

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC

Hi,

I ran wireshark on the client to see if I could determine the problem.  When comparing the trace between upload and download there was nothing that stood out in the download trace when compared to the upload.  Both looked very similar.

Thanks.

Hello,

What about retransmissions or out of order packets?

Regards,

Julio

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC

Hi Julio,

I did another packet trace of a file download that had about 10K packets.  Of those I saw about 5 of the following:

[TCP Retransmission ] Continuation or non-HTTP traffic (all from the server to the workstation)

The majority of the packets were:

Continuation or non-HTTP traffic (both directions)

I wanted to mention that I also have tried changing the port settings on both the server NIC and switch port it connects to.  Every possible combo (auto, full, half)

The PIX DMZ interface is set to 100 Full and also the switch port it connects to (3COM Superstack).  I don't seem to have any speed issues for other applications running on this server, FTP, File sharing.

Thanks,

Karl

Hello,

How many retransmission packets do you see on wireshark?

Please provide me the show interface of the ASA ( related to DMZ )

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC

Out of the trace of about 10000 packets I saw 5 or 6 retransmission packets.

Here is the sho int for my DMZ interface

Interface Ethernet2 "DMZ", is up, line protocol is up

  Hardware is i82559, BW 100 Mbps

        Full-Duplex(Full-duplex), 100 Mbps(100 Mbps)

        Description: DMZ Zone.

        MAC address 000d.8811.c32c, MTU 1500

        IP address xxx.xxx.xxx.xxx, subnet mask 255.255.255.0

        25467862676 packets input, 5078676771134 bytes, 0 no buffer

        Received 8304357 broadcasts, 0 runts, 0 giants

        13 input errors, 0 CRC, 0 frame, 13 overrun, 0 ignored, 0 abort

        0 L2 decode drops

        44197954355 packets output, 57486827220439 bytes, 42 underruns

        0 output errors, 0 collisions, 0 interface resets

         0 babbles, 0 late collisions, 0 deferred

        0 lost carrier, 0 no carrier

        input queue (curr/max blocks): hardware (128/128) software (0/191)

        output queue (curr/max blocks): hardware (0/128) software (0/45)

  Traffic Statistics for "Audiovault-DMZ":

        25473285608 packets input, 4606976126158 bytes

        44203213848 packets output, 56856313580879 bytes

        8197481 packets dropped

Hello,

42 underruns

13 overrun

13 input errors

Can you clear the counters and then attempt a connection and check the interface again and post the results.

I dont like those error counters.

Regards

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC

Hi,

Cleared the counters and downloaded a 100MB file

Interface Ethernet2 "Audiovault-DMZ", is up, line protocol is up

  Hardware is i82559, BW 100 Mbps

        Full-Duplex(Full-duplex), 100 Mbps(100 Mbps)

        Description: DMZ Zone.

        MAC address 000d.8811.c32c, MTU 1500

        IP address 192.168.2.1, subnet mask 255.255.255.0

        130716 packets input, 147258923 bytes, 0 no buffer

        Received 189 broadcasts, 0 runts, 0 giants

        0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort

        0 L2 decode drops

        73850 packets output, 12994065 bytes, 0 underruns

        0 output errors, 0 collisions, 0 interface resets

        0 babbles, 0 late collisions, 0 deferred

        0 lost carrier, 0 no carrier

        input queue (curr/max blocks): hardware (128/128) software (0/15)

        output queue (curr/max blocks): hardware (0/10) software (0/1)

  Traffic Statistics for "Audiovault-DMZ":

        129252 packets input, 145431089 bytes

        73850 packets output, 11362942 bytes

        183 packets dropped

Hello,

That looks way better,

Okay so you have removed the HTTP inspection.

Did you clear the local-host table afterwards?

     clear local-host

Then is there a way you could upload here a capture while you perform the file download

Ofcourse provide us the capture syntax you used on the PIX and the PIX setup

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC

Hi,

I didn't clear the local host table.  Would this affect any current traffic when I run this command?  Should I do this during a non-peak user time?

For the capture I've just been using wireshark on the local machine and nothing directly on the PIX.  Should I be running a capture directly on the PIX? 

Thanks.

I didn't clear the local host table.  Would this affect any current traffic when I run this command?

Yes, it will clear all the existing connections so they will need to be build again. So a dowtime of 1-2 seconds could happen.

Should I do this during a non-peak user time? If possible yes,

For the capture I've just been using wireshark on the local machine and nothing directly on the PIX.  Should I be running a capture directly on the PIX?

Yes, it' needs to be done on the PIX

http://www.cisco.com/en/US/products/ps6120/products_tech_note09186a0080a9edd6.shtml

https://supportforums.cisco.com/docs/DOC-1222

Remember to rate all of the helpful posts

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC

Hi,

I am going to try the clear-host tonight and will let you know.

If it still has the issue I will run a trace locally on the PIX and report back.

Thanks for your help.

Hi,

So I ran the clear local-host command and there was no difference in download speed.  I rebooted both my primary and failover firewalls just to clear everything and still the same slow download speeds. 

I did run a capture right on the PIX using the following command "capture test circular-buffer interface DMZ".  I'm not sure where I can upload a capture file here but the capture on the PIX looked almost identical to the capture form the local workstation.  Here is a screen capture of the PIX capture hopefully it is readable.  The IP address are 192.168.2.37 for the web server and 192.168.1.63 for the workstation downloading the file.  If I run the same download using https the speeds are completely fine.  Seems like the PIX must be doing something to the http connection but not sure what it is.

Hello,

Really interesting behavior

Do the following capture for me please

capture capin interface inside match tcp host 192.168.1.63 host 192.168.2.37 eq 80

cap capdmz interface dmz match tcp host 192.168.1.3 host 192.168.2.37 eq 80

Then attemtp to connect, afterwards download the captures to your computers and try to upload them here, if not possible send them to my email address ( on my profile you will have 2 email addresses)

I will analize that on my PC, Please send me the show running-config as well,

Regards,

Julio Carvajal
Senior Network Security and Core Specialist
CCIE #42930, 2xCCNP, JNCIP-SEC
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card