IPSect Site to Site (Slow Upload) - (Fast Download) issue
-
Hello Guys,
I need help troubleshooting this problem.
- Site to Site is established
- IPSec Firewall rules are set to "Any to Any" on both ends
- Both links have 100Mbps Up/Down speed
- Both hardware has plenty of resources
SiteA
Pfsense 2.4.5 Dev
Subnet 192.168.20.0/24SiteB
Pfsense 2.4.4 Stable
Subnet 192.168.45.0/24
Site A to Site B uploading to Qnap via Samba/CIFS the upload can only max out at 2.5mbits/secTest Scenarios:
-
Site A to Site B download from Qnap via Samba/CIFS the download runs betweent 70-90Mbit/sec
-
Site A to Site B remote desktop protocol to a computer in Site B file transfer via RDP is 70-90mbits/sec
-
Site B to Site A remote desktop protocol to a computer in Site A files transfers via RDP is 70-90mbits/sec
The only problem I am encountering is any computer from SiteB uploading data to Qnap Device in Site A by Samba/CIFS is very slow. Other than that everything is working normal.
I have scoured both end's pfsense for any traffic shapers, there is none. I have not configured any shapers since the deployments. I have been looking at this for over 48 hrs already and couldn't figure out whats wrong.
-
Why do you suspect pfSense and not the Qnap?
-
Because Qnap works just fine on SiteA.
Do you have anything in mind where else to look at? -
@amd_infinium05 said in IPSect Site to Site (Slow Upload) - (Fast Download) issue:
The only problem I am encountering is any computer from SiteB uploading data to Qnap Device in Site A by Samba/CIFS is very slow. Other than that everything is working normal.
How are you testing?
What is the latency between the sites?
SMB is probably the slowest, chattiest, crappiest protocol you can use for WAN transfers.
-
@derelict said in IPSect Site to Site (Slow Upload) - (Fast Download) issue:
SMB is probably the slowest, chattiest, crappiest protocol you can use for WAN transfers.
The advantage with CIFS/SMB is that it's very convenient and user friendly on Windows and it's the recommended protocol on MacOS. I've been running it over an IPsec VPN to different NASes for many years now. I just tried copying a 1 TB file to and from a very (8 year) old Qnap over a symmetric 100 Mb/s connection. When writing to the NAS it had one very short drop down to 9.89 MB/s but was otherwise steadily above 10 MB/s. When reading from the Qnap it's rock steady at 10.6 MB/s with extremely small variations. In my opinion that's not a terrible protocol overhead.
I see no reason to use anything else regularly but for troubleshooting this issue it may be interesting to try something else but let's hear the answer to your questions first.
-
Not much in the firewall could cause what he's seeing. if SMB works fine in one direction it should work as well in the other.
-
It is not just SMB, even Https/Http browsing from SiteB to Site seems slow.
I have also tested with iPerf 3.1.3Site B to Site A - speed maxes out at 2-3Mbits/sec
Site A to Sibe B - speed maxes out the links which is 75-95Mbits/secCommands used:
server: iperf.exe --server
client: iperf.exe --c <serverIP> -t 60 -
@derelict
Hello!The latency between sites in the tunnel is 3-6ms.
-
Hey
- if you test iperf with udp - will the speed change ?
- what network cards are used ?
-
@konstanti I still have to test.
all nodes uses Intel based NIC cards, workstations, pfsense boxes.
Afaik all Intel Gbe. -
@amd_infinium05 said in IPSect Site to Site (Slow Upload) - (Fast Download) issue:
It is not just SMB, even Https/Http browsing from SiteB to Site seems slow.
I have also tested with iPerf 3.1.3Site B to Site A - speed maxes out at 2-3Mbits/sec
Site A to Sibe B - speed maxes out the links which is 75-95Mbits/secCommands used:
server: iperf.exe --server
client: iperf.exe --c <serverIP> -t 60That conflicts with what you said here:
Site A to Site B remote desktop protocol to a computer in Site B file transfer via RDP is 70-90mbits/sec
If it is just sending to the Q-NAP that is problematic then that points to something in the Q-NAP.
Perhaps a limiter on transfers in from non-local subnets?
There really isn't anything in the firewall that would cause this unless a limiter/shaper was deliberately placed.
I assume both sites can run traditional speed tests to internet test sites at or near 100/100.
-
@derelict I am having the same issue with iperf when Im initiating the connection from site B to any windows server on site A through the tunnel.
Im pretty sure QNAP has no problem as the workstations/servers on site A (same subnet as with qnap) can send data to qnap reaching 1gbps.
-
@amd_infinium05 Right. Often connections from other subnets are trated differently.
I really cannot think of anything in the firewall that would cause what you are seeing unless you deliberately set a limiter. There is no checkbox to enable the issue you are seeing.
Packet capture an iperf session and see if there are retransmissions or something.
Set MSS Clamping in the advanced IPsec settings down to, say, 1300 and try again.
Try UDP iperf.
-
@derelict thank you.
I will try udp on iperf when I get my hands on it.
I have observed that any traffic that is initiated from site a to site b gets full speed up and down through the tunnel regardless of what type of task I throw at it (rdp/samba/iperf).
Connections initiated from site B (iperf and file transfer via cifs/smb to qnap it is slow). This is really weird from my point of view.
Also I have observed that if the connection is initiated from site B, it is actually hitting the ipsec firewall rule on site A. If the connection is initiated from site A it is hitting the ipsec firewall rule in Site B. --- this is normal yes?
-
Yes. The firewall rules on IPsec are the same as any other interface. They govern connections coming INTO that firewall on that interface.
-
So here are my iperf tests
Site B to Site A (left window is Site B, right window is Site A)
Site B to Site A
-
Still doesn't point at anything on the firewalls themselves.
(You have to specify a -b bandwidth flag when using UDP or it tries to send 1Mbit/sec as you saw)
-
How do you know its not the ISP? I swear I've seen Comcast Residential throttle all kinds of things.
-
@bbrendon I dont know sir. I do not know where else to look at.
-
Here are my speedtest using UDP from SiteB to SiteA
They are showing two different information.
Left: Site B (client)
Right: Site A (Server)