Fix availability server The 2019 Stack Overflow Developer Survey Results Are InWhy do I get “Permission denied (publickey)” when trying to SSH from local Ubuntu to a Amazon EC2 server?How to run a server on port 80 as a normal user on Linux?Web Server (Intranet) Availability Test Script/ProgramCan I access remote server without ssh?Availability monitoring service with low checking intervalHow to ssh to a linux server behind corporate firewall?Clusterssh alternative for managing multiple SSH serverHow to access a server from different LAN, through web and SSH via InternetHigh availability of http serviceopenvpn - who exactly is the second hop IP address

Can distinct morphisms between curves induce the same morphism on singular cohomology?

On the insanity of kings as an argument against monarchy

I looked up a future colleague on LinkedIn before I started a job. I told my colleague about it and he seemed surprised. Should I apologize?

A poker game description that does not feel gimmicky

Is it possible for the two major parties in the UK to form a coalition with each other instead of a much smaller party?

Why don't Unix/Linux systems traverse through directories until they find the required version of a linked library?

How to deal with fear of taking dependencies

How are circuits which use complex ICs normally simulated?

Springs with some finite mass

Realistic Alternatives to Dust: What Else Could Feed a Plankton Bloom?

What do the Banks children have against barley water?

Is flight data recorder erased after every flight?

Is domain driven design an anti-SQL pattern?

How was Skylab's orbit inclination chosen?

Does duplicating a spell with Wish count as casting that spell?

How to make payment on the internet without leaving a money trail?

Why is the maximum length of OpenWrt’s root password 8 characters?

What is the meaning of Triage in Cybersec world?

Deadlock Graph and Interpretation, solution to avoid

What is this 4-propeller plane?

Limit the amount of RAM Mathematica may access?

How to create dashed lines/arrows in Illustrator

JSON.serialize: is it possible to suppress null values of a map?

Why Did Howard Stark Use All The Vibranium They Had On A Prototype Shield?



Fix availability server



The 2019 Stack Overflow Developer Survey Results Are InWhy do I get “Permission denied (publickey)” when trying to SSH from local Ubuntu to a Amazon EC2 server?How to run a server on port 80 as a normal user on Linux?Web Server (Intranet) Availability Test Script/ProgramCan I access remote server without ssh?Availability monitoring service with low checking intervalHow to ssh to a linux server behind corporate firewall?Clusterssh alternative for managing multiple SSH serverHow to access a server from different LAN, through web and SSH via InternetHigh availability of http serviceopenvpn - who exactly is the second hop IP address



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I have a problem with my server at Digital Ocean:



I have a specific domain at registrar reg.ru. I've tuned record A to my server droplet IP. I've set up php + nginx there.



When I use my office network, the server is available through ssh and http. But, when I use another network, both are unavailable. SSH connection returns "Connection refused by peer". HTTP returns "Domain took too long to respond". When try to open domain through 3G anywhere, I also get Connection timed out.



When I do traceroute, I see something like this:



1 router.asus.com (192.168.1.1) 0.362 ms 0.272 ms 0.269 ms
2 95-161-212-213.obit.ru (95.161.212.213) 0.976 ms 1.072 ms 1.135 ms
3 vi-xx-0182.mxk7.spb.obit.ru (172.16.98.84) 0.757 ms 0.745 ms 0.812 ms
4 vi-xx-1732.sher3-k7.spb.obit.ru (172.16.100.235) 0.694 ms 0.675 ms 0.667 ms
5 vi-xx-0999.nat3-k7.spb.obit.ru (172.16.100.233) 0.741 ms 0.729 ms 0.706 ms
6 vi-xx-1733.kant7.0.112.spb.obit.ru (172.16.100.230) 0.825 ms 0.920 ms 0.831 ms
7 vi-xx-0151.brc1.spb.obit.ru (85.114.1.14) 1.075 ms 11.238 ms 11.283 ms
8 censor-02.obit.ru (85.114.3.53) 1.059 ms 1.047 ms 1.025 ms
9 vi-xx-1874.brc1.spb.obit.ru (85.114.3.56) 1.234 ms 1.216 ms 11.124 ms
10 ae1-144.RT.OV.SPB.RU.retn.net (87.245.250.65) 1.167 ms 1.177 ms 1.163 ms
11 ae3-8.RT.TC2.AMS.NL.retn.net (87.245.233.17) 33.058 ms 32.954 ms 32.995 ms
12 80.249.211.163 (80.249.211.163) 33.187 ms 33.010 ms 33.524 ms
13 138.197.244.86 (138.197.244.86) 43.204 ms 43.150 ms 43.151 ms
14 138.197.250.145 (138.197.250.145) 44.711 ms 138.197.250.147 (138.197.250.147) 41.575 ms 41.625 ms
15 159.89.15.244 (159.89.15.244) 42.198 ms 42.157 ms 42.032 ms


From home I see:



traceroute to foodledev.ru (159.89.15.244), 64 hops max, 52 byte packets
1 yotaaccessinterface (10.0.0.1) 9.726 ms 0.832 ms 0.798 ms
2 * * *
3 159.89.15.244 (159.89.15.244) 71.762 ms 31.503 ms 32.657 ms


I can't understand where is the problem. Support doesn't help. Could anybody help me?










share|improve this question







New contributor




Andrew Chul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Your server configuration would be helpful. A timeouts usually points toward a firewall issue though.

    – Gerald Schneider
    19 hours ago











  • What parts of configuration will be helpful?

    – Andrew Chul
    19 hours ago











  • I can reach your server just fine (ping, http, ssh). The problem seems to be on your local end.

    – Gerald Schneider
    19 hours ago











  • Is it possible that a cause of this problem is a local network provider or its firewall?

    – Andrew Chul
    18 hours ago











  • That's a possibility, yes.

    – Gerald Schneider
    18 hours ago

















0















I have a problem with my server at Digital Ocean:



I have a specific domain at registrar reg.ru. I've tuned record A to my server droplet IP. I've set up php + nginx there.



When I use my office network, the server is available through ssh and http. But, when I use another network, both are unavailable. SSH connection returns "Connection refused by peer". HTTP returns "Domain took too long to respond". When try to open domain through 3G anywhere, I also get Connection timed out.



When I do traceroute, I see something like this:



1 router.asus.com (192.168.1.1) 0.362 ms 0.272 ms 0.269 ms
2 95-161-212-213.obit.ru (95.161.212.213) 0.976 ms 1.072 ms 1.135 ms
3 vi-xx-0182.mxk7.spb.obit.ru (172.16.98.84) 0.757 ms 0.745 ms 0.812 ms
4 vi-xx-1732.sher3-k7.spb.obit.ru (172.16.100.235) 0.694 ms 0.675 ms 0.667 ms
5 vi-xx-0999.nat3-k7.spb.obit.ru (172.16.100.233) 0.741 ms 0.729 ms 0.706 ms
6 vi-xx-1733.kant7.0.112.spb.obit.ru (172.16.100.230) 0.825 ms 0.920 ms 0.831 ms
7 vi-xx-0151.brc1.spb.obit.ru (85.114.1.14) 1.075 ms 11.238 ms 11.283 ms
8 censor-02.obit.ru (85.114.3.53) 1.059 ms 1.047 ms 1.025 ms
9 vi-xx-1874.brc1.spb.obit.ru (85.114.3.56) 1.234 ms 1.216 ms 11.124 ms
10 ae1-144.RT.OV.SPB.RU.retn.net (87.245.250.65) 1.167 ms 1.177 ms 1.163 ms
11 ae3-8.RT.TC2.AMS.NL.retn.net (87.245.233.17) 33.058 ms 32.954 ms 32.995 ms
12 80.249.211.163 (80.249.211.163) 33.187 ms 33.010 ms 33.524 ms
13 138.197.244.86 (138.197.244.86) 43.204 ms 43.150 ms 43.151 ms
14 138.197.250.145 (138.197.250.145) 44.711 ms 138.197.250.147 (138.197.250.147) 41.575 ms 41.625 ms
15 159.89.15.244 (159.89.15.244) 42.198 ms 42.157 ms 42.032 ms


From home I see:



traceroute to foodledev.ru (159.89.15.244), 64 hops max, 52 byte packets
1 yotaaccessinterface (10.0.0.1) 9.726 ms 0.832 ms 0.798 ms
2 * * *
3 159.89.15.244 (159.89.15.244) 71.762 ms 31.503 ms 32.657 ms


I can't understand where is the problem. Support doesn't help. Could anybody help me?










share|improve this question







New contributor




Andrew Chul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Your server configuration would be helpful. A timeouts usually points toward a firewall issue though.

    – Gerald Schneider
    19 hours ago











  • What parts of configuration will be helpful?

    – Andrew Chul
    19 hours ago











  • I can reach your server just fine (ping, http, ssh). The problem seems to be on your local end.

    – Gerald Schneider
    19 hours ago











  • Is it possible that a cause of this problem is a local network provider or its firewall?

    – Andrew Chul
    18 hours ago











  • That's a possibility, yes.

    – Gerald Schneider
    18 hours ago













0












0








0








I have a problem with my server at Digital Ocean:



I have a specific domain at registrar reg.ru. I've tuned record A to my server droplet IP. I've set up php + nginx there.



When I use my office network, the server is available through ssh and http. But, when I use another network, both are unavailable. SSH connection returns "Connection refused by peer". HTTP returns "Domain took too long to respond". When try to open domain through 3G anywhere, I also get Connection timed out.



When I do traceroute, I see something like this:



1 router.asus.com (192.168.1.1) 0.362 ms 0.272 ms 0.269 ms
2 95-161-212-213.obit.ru (95.161.212.213) 0.976 ms 1.072 ms 1.135 ms
3 vi-xx-0182.mxk7.spb.obit.ru (172.16.98.84) 0.757 ms 0.745 ms 0.812 ms
4 vi-xx-1732.sher3-k7.spb.obit.ru (172.16.100.235) 0.694 ms 0.675 ms 0.667 ms
5 vi-xx-0999.nat3-k7.spb.obit.ru (172.16.100.233) 0.741 ms 0.729 ms 0.706 ms
6 vi-xx-1733.kant7.0.112.spb.obit.ru (172.16.100.230) 0.825 ms 0.920 ms 0.831 ms
7 vi-xx-0151.brc1.spb.obit.ru (85.114.1.14) 1.075 ms 11.238 ms 11.283 ms
8 censor-02.obit.ru (85.114.3.53) 1.059 ms 1.047 ms 1.025 ms
9 vi-xx-1874.brc1.spb.obit.ru (85.114.3.56) 1.234 ms 1.216 ms 11.124 ms
10 ae1-144.RT.OV.SPB.RU.retn.net (87.245.250.65) 1.167 ms 1.177 ms 1.163 ms
11 ae3-8.RT.TC2.AMS.NL.retn.net (87.245.233.17) 33.058 ms 32.954 ms 32.995 ms
12 80.249.211.163 (80.249.211.163) 33.187 ms 33.010 ms 33.524 ms
13 138.197.244.86 (138.197.244.86) 43.204 ms 43.150 ms 43.151 ms
14 138.197.250.145 (138.197.250.145) 44.711 ms 138.197.250.147 (138.197.250.147) 41.575 ms 41.625 ms
15 159.89.15.244 (159.89.15.244) 42.198 ms 42.157 ms 42.032 ms


From home I see:



traceroute to foodledev.ru (159.89.15.244), 64 hops max, 52 byte packets
1 yotaaccessinterface (10.0.0.1) 9.726 ms 0.832 ms 0.798 ms
2 * * *
3 159.89.15.244 (159.89.15.244) 71.762 ms 31.503 ms 32.657 ms


I can't understand where is the problem. Support doesn't help. Could anybody help me?










share|improve this question







New contributor




Andrew Chul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I have a problem with my server at Digital Ocean:



I have a specific domain at registrar reg.ru. I've tuned record A to my server droplet IP. I've set up php + nginx there.



When I use my office network, the server is available through ssh and http. But, when I use another network, both are unavailable. SSH connection returns "Connection refused by peer". HTTP returns "Domain took too long to respond". When try to open domain through 3G anywhere, I also get Connection timed out.



When I do traceroute, I see something like this:



1 router.asus.com (192.168.1.1) 0.362 ms 0.272 ms 0.269 ms
2 95-161-212-213.obit.ru (95.161.212.213) 0.976 ms 1.072 ms 1.135 ms
3 vi-xx-0182.mxk7.spb.obit.ru (172.16.98.84) 0.757 ms 0.745 ms 0.812 ms
4 vi-xx-1732.sher3-k7.spb.obit.ru (172.16.100.235) 0.694 ms 0.675 ms 0.667 ms
5 vi-xx-0999.nat3-k7.spb.obit.ru (172.16.100.233) 0.741 ms 0.729 ms 0.706 ms
6 vi-xx-1733.kant7.0.112.spb.obit.ru (172.16.100.230) 0.825 ms 0.920 ms 0.831 ms
7 vi-xx-0151.brc1.spb.obit.ru (85.114.1.14) 1.075 ms 11.238 ms 11.283 ms
8 censor-02.obit.ru (85.114.3.53) 1.059 ms 1.047 ms 1.025 ms
9 vi-xx-1874.brc1.spb.obit.ru (85.114.3.56) 1.234 ms 1.216 ms 11.124 ms
10 ae1-144.RT.OV.SPB.RU.retn.net (87.245.250.65) 1.167 ms 1.177 ms 1.163 ms
11 ae3-8.RT.TC2.AMS.NL.retn.net (87.245.233.17) 33.058 ms 32.954 ms 32.995 ms
12 80.249.211.163 (80.249.211.163) 33.187 ms 33.010 ms 33.524 ms
13 138.197.244.86 (138.197.244.86) 43.204 ms 43.150 ms 43.151 ms
14 138.197.250.145 (138.197.250.145) 44.711 ms 138.197.250.147 (138.197.250.147) 41.575 ms 41.625 ms
15 159.89.15.244 (159.89.15.244) 42.198 ms 42.157 ms 42.032 ms


From home I see:



traceroute to foodledev.ru (159.89.15.244), 64 hops max, 52 byte packets
1 yotaaccessinterface (10.0.0.1) 9.726 ms 0.832 ms 0.798 ms
2 * * *
3 159.89.15.244 (159.89.15.244) 71.762 ms 31.503 ms 32.657 ms


I can't understand where is the problem. Support doesn't help. Could anybody help me?







linux ssh linux-networking http remote-access






share|improve this question







New contributor




Andrew Chul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Andrew Chul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Andrew Chul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 19 hours ago









Andrew ChulAndrew Chul

11




11




New contributor




Andrew Chul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Andrew Chul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Andrew Chul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1





    Your server configuration would be helpful. A timeouts usually points toward a firewall issue though.

    – Gerald Schneider
    19 hours ago











  • What parts of configuration will be helpful?

    – Andrew Chul
    19 hours ago











  • I can reach your server just fine (ping, http, ssh). The problem seems to be on your local end.

    – Gerald Schneider
    19 hours ago











  • Is it possible that a cause of this problem is a local network provider or its firewall?

    – Andrew Chul
    18 hours ago











  • That's a possibility, yes.

    – Gerald Schneider
    18 hours ago












  • 1





    Your server configuration would be helpful. A timeouts usually points toward a firewall issue though.

    – Gerald Schneider
    19 hours ago











  • What parts of configuration will be helpful?

    – Andrew Chul
    19 hours ago











  • I can reach your server just fine (ping, http, ssh). The problem seems to be on your local end.

    – Gerald Schneider
    19 hours ago











  • Is it possible that a cause of this problem is a local network provider or its firewall?

    – Andrew Chul
    18 hours ago











  • That's a possibility, yes.

    – Gerald Schneider
    18 hours ago







1




1





Your server configuration would be helpful. A timeouts usually points toward a firewall issue though.

– Gerald Schneider
19 hours ago





Your server configuration would be helpful. A timeouts usually points toward a firewall issue though.

– Gerald Schneider
19 hours ago













What parts of configuration will be helpful?

– Andrew Chul
19 hours ago





What parts of configuration will be helpful?

– Andrew Chul
19 hours ago













I can reach your server just fine (ping, http, ssh). The problem seems to be on your local end.

– Gerald Schneider
19 hours ago





I can reach your server just fine (ping, http, ssh). The problem seems to be on your local end.

– Gerald Schneider
19 hours ago













Is it possible that a cause of this problem is a local network provider or its firewall?

– Andrew Chul
18 hours ago





Is it possible that a cause of this problem is a local network provider or its firewall?

– Andrew Chul
18 hours ago













That's a possibility, yes.

– Gerald Schneider
18 hours ago





That's a possibility, yes.

– Gerald Schneider
18 hours ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
);



);






Andrew Chul is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f962152%2ffix-availability-server%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








Andrew Chul is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Andrew Chul is a new contributor. Be nice, and check out our Code of Conduct.












Andrew Chul is a new contributor. Be nice, and check out our Code of Conduct.











Andrew Chul is a new contributor. Be nice, and check out our Code of Conduct.














Thanks for contributing an answer to Server Fault!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f962152%2ffix-availability-server%23new-answer', 'question_page');

);

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







Popular posts from this blog

How to make RAID controller rescan devices The 2019 Stack Overflow Developer Survey Results Are InLSI MegaRAID SAS 9261-8i: Disk isn't recognized after replacementHow to monitor the hard disk status behind Dell PERC H710 Raid Controller with CentOS 6?LSI MegaRAID - Recreate missing RAID 1 arrayext. 2-bay USB-Drive with RAID: btrfs RAID vs built-in RAIDInvalid SAS topologyDoes enabling JBOD mode on LSI based controllers affect existing logical disks/arrays?Why is there a shift between the WWN reported from the controller and the Linux system?Optimal RAID 6+0 Setup for 40+ 4TB DisksAccidental SAS cable removal

Куамањотепек (Чилапа де Алварез) Садржај Становништво Види још Референце Спољашње везе Мени за навигацију17°19′47″N 99°1′51″W / 17.32972° СГШ; 99.03083° ЗГД / 17.32972; -99.0308317°19′47″N 99°1′51″W / 17.32972° СГШ; 99.03083° ЗГД / 17.32972; -99.030838877656„Instituto Nacional de Estadística y Geografía”„The GeoNames geographical database”Мексичка насељапроширитиуу

Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time? The 2019 Stack Overflow Developer Survey Results Are InHow is the altitude of a satellite defined, given that the Earth is not spherical?Why do satellites appear to move faster when overhead and slower closer to the horizon?For the mathematical relationship between J2 (km^5/s^2) and dimensionless J2 - which one is derived from the other?Why is Nodal precession affected by the rotational period of the planet?Why is it so difficult to predict the exact reentry location and time of a very low earth orbit object?Why are low earth orbit satellites not visible from the same place all the time?Perifocal coordinates and the orbit equationHow feasible is the Moonspike mission?What was the typical perigee after a shuttle de-orbit burn?I am having trouble calculating my classic orbital elements and am at a loss on where to lookAm I supposed to modify the gravitational constant with scale and why do fps & time scale changes cause my orbit to break?How Local time of a sun synchronous orbit is related to Right ascension of ascending node?What is wrong with my orbit sim equations? How can I fix them?How to obtain the initial positions and velocities of an inclined orbit?