Problem accessing services through the private IP on multihomed serverUnable to ping et1 - routing issueHow do I link my eth1 network card to my DNS?How to get VPN internal traffic and external internet traffic to work simultaneouslyCan't access any remote network routes using OpenVPN clientUsing SSH when behind VPNRouting problem in Ubuntu server 17.10Need to connect to the internet from private Virtual Machine on the cloud through a local server with internet accessHow I can configure my Intranet-connecting VPN connention not to be used for connecting into anything outside of it?

Suppose I capture encrypted data that I want to decrypt. Could I use a server farm to decrypt?

Miniseries in post-rapture US with good/evil conflict

Does my workplace lack guidance or is it my lack of skills?

Bought a book that is in the public domain ... but the T&A of company says I can't redistribute it

Threatening to discontinue a service for a client

Does USB version speed matter for input devices?

Exactly what color was the text on monochrome terminals with green-on-black and amber-on-black screens?

Who is Gail Gasram?

What can I do if one employer used offer letter from first company against me?

Why, in the US, are politicians tried by other politicians?

Can Teflon thread tape be reused?

Can a Rogue exploit a tiny familiar for automatic Sneak Attack in melee?

What world is this where 6 + 6 = 10?

How to equalize the chance of throwing the highest dice? (Riddle)

Contacted by head of school regarding an issue - should I be worried?

What does "Massage with salt" mean in a recipe?

Do gray aliens exist in Star Trek?

What will happen to a ball kept on a frictionless inclined plane?

Dollar cost averaging vs buy low/sell high

How can medieval knights protects themselves against modern guns?

What is the meaning of the Latin names of grammatical cases (in general, not in Latin)?

Horizontal alignment of matrix in an array by using llap and phantom

C - wrapping globals in a struct?

What's the -nym for describing a time of day or a period of time?



Problem accessing services through the private IP on multihomed server


Unable to ping et1 - routing issueHow do I link my eth1 network card to my DNS?How to get VPN internal traffic and external internet traffic to work simultaneouslyCan't access any remote network routes using OpenVPN clientUsing SSH when behind VPNRouting problem in Ubuntu server 17.10Need to connect to the internet from private Virtual Machine on the cloud through a local server with internet accessHow I can configure my Intranet-connecting VPN connention not to be used for connecting into anything outside of it?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0


















I've got such an strange behaviour in a Ubuntu 18.04.3 LTS with latest updates:



Introduction:



It's a multihomed server with a public IP for public services and a private IP on a second adapter for comunications like SSH. I've set up an IPSec tunnel (pfSense) that is working fine, so that I can SSH to all my servers on that private LAN.



The facts:



Periodically, after several days working fine it happens that:



  • 1) I can't connect to any service from my VPN IP to the private IP address


  • 2) If I restart the VPN client or the VPN service it doesn't solve


  • 3) If I restart the SSH service it doesn't solve. It also happens with nginx, for example. Service restarts don't solve it.


  • 4) I neither can connect to new services on new ports from the previously told IPs source/destination


  • 5) When the problem is happening other servers in that private LAN are not affected and you can connect from those servers to the SSH service of this affected server without problems. For example: my monitoring software is not showing any alert because it can connect to the services on its private IP without any problem.


  • 6) If I capture network traffic (tcpdump) I see that the first "SYN" packet is really reaching the server, but he server is not replying with the SYN/ACK packet as expected. So, the communication is never stablished.


  • 7) I can't find any error message anywhere


  • 8) the static network route for VPN Network isn't lost, 'netstat -rn' shows the same routes


  • 9) the server is idle


  • 10) It's not using any local firewall like iptables


  • 11) To solve it I just have to put the network interface down and up (ifconfig eth1 down; ifconfig eth1 up), or reboot the server.


My assumptions



  • it can't be a IPSec problem because of facts #5 and #6

  • it can't be related to the software of the service (SSH) because of fact #3

  • it can't be related to network routes because of facts #6 and #8

  • it's not a performance probem, because of fact #9

It looks like a TCP/IP network stack problem but it would happen to more people and it should be solved in patches.



Can any body help me, please?
Thanks in advance!










share|improve this question































    0


















    I've got such an strange behaviour in a Ubuntu 18.04.3 LTS with latest updates:



    Introduction:



    It's a multihomed server with a public IP for public services and a private IP on a second adapter for comunications like SSH. I've set up an IPSec tunnel (pfSense) that is working fine, so that I can SSH to all my servers on that private LAN.



    The facts:



    Periodically, after several days working fine it happens that:



    • 1) I can't connect to any service from my VPN IP to the private IP address


    • 2) If I restart the VPN client or the VPN service it doesn't solve


    • 3) If I restart the SSH service it doesn't solve. It also happens with nginx, for example. Service restarts don't solve it.


    • 4) I neither can connect to new services on new ports from the previously told IPs source/destination


    • 5) When the problem is happening other servers in that private LAN are not affected and you can connect from those servers to the SSH service of this affected server without problems. For example: my monitoring software is not showing any alert because it can connect to the services on its private IP without any problem.


    • 6) If I capture network traffic (tcpdump) I see that the first "SYN" packet is really reaching the server, but he server is not replying with the SYN/ACK packet as expected. So, the communication is never stablished.


    • 7) I can't find any error message anywhere


    • 8) the static network route for VPN Network isn't lost, 'netstat -rn' shows the same routes


    • 9) the server is idle


    • 10) It's not using any local firewall like iptables


    • 11) To solve it I just have to put the network interface down and up (ifconfig eth1 down; ifconfig eth1 up), or reboot the server.


    My assumptions



    • it can't be a IPSec problem because of facts #5 and #6

    • it can't be related to the software of the service (SSH) because of fact #3

    • it can't be related to network routes because of facts #6 and #8

    • it's not a performance probem, because of fact #9

    It looks like a TCP/IP network stack problem but it would happen to more people and it should be solved in patches.



    Can any body help me, please?
    Thanks in advance!










    share|improve this question



























      0













      0









      0








      I've got such an strange behaviour in a Ubuntu 18.04.3 LTS with latest updates:



      Introduction:



      It's a multihomed server with a public IP for public services and a private IP on a second adapter for comunications like SSH. I've set up an IPSec tunnel (pfSense) that is working fine, so that I can SSH to all my servers on that private LAN.



      The facts:



      Periodically, after several days working fine it happens that:



      • 1) I can't connect to any service from my VPN IP to the private IP address


      • 2) If I restart the VPN client or the VPN service it doesn't solve


      • 3) If I restart the SSH service it doesn't solve. It also happens with nginx, for example. Service restarts don't solve it.


      • 4) I neither can connect to new services on new ports from the previously told IPs source/destination


      • 5) When the problem is happening other servers in that private LAN are not affected and you can connect from those servers to the SSH service of this affected server without problems. For example: my monitoring software is not showing any alert because it can connect to the services on its private IP without any problem.


      • 6) If I capture network traffic (tcpdump) I see that the first "SYN" packet is really reaching the server, but he server is not replying with the SYN/ACK packet as expected. So, the communication is never stablished.


      • 7) I can't find any error message anywhere


      • 8) the static network route for VPN Network isn't lost, 'netstat -rn' shows the same routes


      • 9) the server is idle


      • 10) It's not using any local firewall like iptables


      • 11) To solve it I just have to put the network interface down and up (ifconfig eth1 down; ifconfig eth1 up), or reboot the server.


      My assumptions



      • it can't be a IPSec problem because of facts #5 and #6

      • it can't be related to the software of the service (SSH) because of fact #3

      • it can't be related to network routes because of facts #6 and #8

      • it's not a performance probem, because of fact #9

      It looks like a TCP/IP network stack problem but it would happen to more people and it should be solved in patches.



      Can any body help me, please?
      Thanks in advance!










      share|improve this question














      I've got such an strange behaviour in a Ubuntu 18.04.3 LTS with latest updates:



      Introduction:



      It's a multihomed server with a public IP for public services and a private IP on a second adapter for comunications like SSH. I've set up an IPSec tunnel (pfSense) that is working fine, so that I can SSH to all my servers on that private LAN.



      The facts:



      Periodically, after several days working fine it happens that:



      • 1) I can't connect to any service from my VPN IP to the private IP address


      • 2) If I restart the VPN client or the VPN service it doesn't solve


      • 3) If I restart the SSH service it doesn't solve. It also happens with nginx, for example. Service restarts don't solve it.


      • 4) I neither can connect to new services on new ports from the previously told IPs source/destination


      • 5) When the problem is happening other servers in that private LAN are not affected and you can connect from those servers to the SSH service of this affected server without problems. For example: my monitoring software is not showing any alert because it can connect to the services on its private IP without any problem.


      • 6) If I capture network traffic (tcpdump) I see that the first "SYN" packet is really reaching the server, but he server is not replying with the SYN/ACK packet as expected. So, the communication is never stablished.


      • 7) I can't find any error message anywhere


      • 8) the static network route for VPN Network isn't lost, 'netstat -rn' shows the same routes


      • 9) the server is idle


      • 10) It's not using any local firewall like iptables


      • 11) To solve it I just have to put the network interface down and up (ifconfig eth1 down; ifconfig eth1 up), or reboot the server.


      My assumptions



      • it can't be a IPSec problem because of facts #5 and #6

      • it can't be related to the software of the service (SSH) because of fact #3

      • it can't be related to network routes because of facts #6 and #8

      • it's not a performance probem, because of fact #9

      It looks like a TCP/IP network stack problem but it would happen to more people and it should be solved in patches.



      Can any body help me, please?
      Thanks in advance!







      networking






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 14 at 22:12









      AngelAngel

      1543 bronze badges




      1543 bronze badges























          0






          active

          oldest

          votes













          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          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/4.0/"u003ecc by-sa 4.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
          );



          );














          draft saved

          draft discarded
















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1174218%2fproblem-accessing-services-through-the-private-ip-on-multihomed-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
















          draft saved

          draft discarded















































          Thanks for contributing an answer to Ask Ubuntu!


          • 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%2faskubuntu.com%2fquestions%2f1174218%2fproblem-accessing-services-through-the-private-ip-on-multihomed-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

          Tamil (spriik) Luke uk diar | Nawigatjuun

          Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

          Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?