Why is my download over the internet instead of my local network significantly slower than normal?Network...
How did early x86 BIOS programmers manage to program full blown TUIs given very few bytes of ROM/EPROM?
Preserving culinary oils
Draw a checker pattern with a black X in the center
What does uniform continuity mean exactly?
A Mathematical Discussion: Fill in the Blank
How to capture more stars?
Restoring order in a deck of playing cards
Question about exercise 11.5 in TeXbook
Is my router's IP address really public?
Would an object launched by the Catapult spell do full damage against a Scarecrow?
Were pen cap holes designed to prevent death by suffocation if swallowed?
What F1 in name of seeds/varieties means?
Is it possible to change original filename of an exe?
Plot exactly N bounce of a ball
Why did this prime-sequence puzzle not work?
I think I may have violated academic integrity last year - what should I do?
Could I be denied entry into Ireland due to medical and police situations during a previous UK visit?
What does the term “mohel” mean in Hilchot Melicha (salting)?
NL - iterating all edges of a graph in log space
Can't use numexpr in horizontal mode
In what episode of TOS did a character on the bridge make a comment about raising one to some power?
Is there an explanation for Austria's Freedom Party virtually retaining its vote share despite recent scandal?
How to properly maintain eye contact with people that have distinct facial features?
Black-and-white film where monster/alien gets fried
Why is my download over the internet instead of my local network significantly slower than normal?
Network file sharing between Linux and OS XConnect to LAN resource via ssh tunnelRedirect all example.com/paths that don't start with example.com/wiki to example.com/wiki - NginX ProxyOpenVPN server on Raspberry Pi 2 model B limited to 5MB/s Down/UpHow to share local network over tinc?Iptables NAT / Kernel IP forwarding limited to ~10MbitWhy Windows download under VirtualBox is 20x faster than in native Linux?Policy Based Routing with multiple outbound gateways based on source MACLocal network rsync slower than internet downloadRedirecting incoming tcp traffic back to the sender
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Problem
I tried downloading a file I host from my webserver three different ways.
- Over the internet: https://my-domain.com/cdn/file
- Locally from my network: https://192.168.X.X/cdn/file
- Over the internet from the original source: https://original-server.com/file
My internal network has 1Gb/s network speeds. My internet download speed is 400Mb/s, however after running an internet speed test, it was reporting 223Mb/s.
curl
reported that the internal download ran at 322.4 Mb/s, while the external download from my domain ran at a sluggish 12.6Mb/s. The indicator that something is wrong, is that the download from the original source ran at 196.8Mb/s.
Downloading from my own server over the internet is 15.6 times slower than the original source
So if downloading from my internal server produces expected speeds, what could be slowing down the external request?
Config
Server: Nginx version 1.12.2
Location settings:
location /cdn {
autoindex on;
alias /var/www/cdn;
autoindex_exact_size off;
}
It's a real basic CDN configuration for storing large static assets.
networking curl nginx download
add a comment |
Problem
I tried downloading a file I host from my webserver three different ways.
- Over the internet: https://my-domain.com/cdn/file
- Locally from my network: https://192.168.X.X/cdn/file
- Over the internet from the original source: https://original-server.com/file
My internal network has 1Gb/s network speeds. My internet download speed is 400Mb/s, however after running an internet speed test, it was reporting 223Mb/s.
curl
reported that the internal download ran at 322.4 Mb/s, while the external download from my domain ran at a sluggish 12.6Mb/s. The indicator that something is wrong, is that the download from the original source ran at 196.8Mb/s.
Downloading from my own server over the internet is 15.6 times slower than the original source
So if downloading from my internal server produces expected speeds, what could be slowing down the external request?
Config
Server: Nginx version 1.12.2
Location settings:
location /cdn {
autoindex on;
alias /var/www/cdn;
autoindex_exact_size off;
}
It's a real basic CDN configuration for storing large static assets.
networking curl nginx download
add a comment |
Problem
I tried downloading a file I host from my webserver three different ways.
- Over the internet: https://my-domain.com/cdn/file
- Locally from my network: https://192.168.X.X/cdn/file
- Over the internet from the original source: https://original-server.com/file
My internal network has 1Gb/s network speeds. My internet download speed is 400Mb/s, however after running an internet speed test, it was reporting 223Mb/s.
curl
reported that the internal download ran at 322.4 Mb/s, while the external download from my domain ran at a sluggish 12.6Mb/s. The indicator that something is wrong, is that the download from the original source ran at 196.8Mb/s.
Downloading from my own server over the internet is 15.6 times slower than the original source
So if downloading from my internal server produces expected speeds, what could be slowing down the external request?
Config
Server: Nginx version 1.12.2
Location settings:
location /cdn {
autoindex on;
alias /var/www/cdn;
autoindex_exact_size off;
}
It's a real basic CDN configuration for storing large static assets.
networking curl nginx download
Problem
I tried downloading a file I host from my webserver three different ways.
- Over the internet: https://my-domain.com/cdn/file
- Locally from my network: https://192.168.X.X/cdn/file
- Over the internet from the original source: https://original-server.com/file
My internal network has 1Gb/s network speeds. My internet download speed is 400Mb/s, however after running an internet speed test, it was reporting 223Mb/s.
curl
reported that the internal download ran at 322.4 Mb/s, while the external download from my domain ran at a sluggish 12.6Mb/s. The indicator that something is wrong, is that the download from the original source ran at 196.8Mb/s.
Downloading from my own server over the internet is 15.6 times slower than the original source
So if downloading from my internal server produces expected speeds, what could be slowing down the external request?
Config
Server: Nginx version 1.12.2
Location settings:
location /cdn {
autoindex on;
alias /var/www/cdn;
autoindex_exact_size off;
}
It's a real basic CDN configuration for storing large static assets.
networking curl nginx download
networking curl nginx download
edited 14 mins ago
Luke Pafford
asked 20 mins ago
Luke PaffordLuke Pafford
1087
1087
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f521425%2fwhy-is-my-download-over-the-internet-instead-of-my-local-network-significantly-s%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f521425%2fwhy-is-my-download-over-the-internet-instead-of-my-local-network-significantly-s%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown