UFW blocks port 8443 when I explicitly allow itCreating UFW rule to allow application to use dynamic portsufw...

Why did it become so much more expensive to start a university?

Will replacing a fake visa with a different fake visa cause me problems when applying for a legal study permit?

How to save PDFs from web for offline reading on an iPad?

Exact Brexit date and consequences

If you have multiple situational racial save bonuses and are in a situation where they all apply do they stack?

How can I protect myself in case of a human attack like the murders of the hikers Jespersen and Ueland in Morocco?

Contract Employer Keeps Asking for Small Things Without Pay

Insert str into larger str in the most pythonic way

Can I use ratchet straps to lift a dolly into a truck bed?

Does a gnoll speak both Gnoll and Abyssal, or is Gnoll a dialect of Abyssal?

Kerning feedback on logo

Do ibuprofen or paracetamol cause hearing loss?

Relevance of the Resurrection

My employer wants me to do a work of 6 months in just 2 months

How can I maximize the impact of my charitable donations?

How to work with a technician hired with a grant who argues everything

How do you build a Dominant 7th chord?

Seized engine due to being run without oil

Renewed US passport, did not receive expired US passport

What is the standard practice in Constraint Programming modeling?

Can Boris Johnson request a Brexit extension to November 1st?

What is a realistic time needed to get a properly trained army?

Tracks in the snow

Is it appropriate for a professor to require students to sign a non-disclosure agreement before being taught?



UFW blocks port 8443 when I explicitly allow it


Creating UFW rule to allow application to use dynamic portsufw won't allow connections to port 5432ufw allow ssh - and then connection gets lostUFW rules to allow specific behaviourUnable to allow specific ip addresses in ufwAllow ufw rule to curl localhost for a specific portOpen Port443 on Linux Ubuntu 12.04UFW allow rules not working?ufw blocks wireguard






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







0















For whatever reason, whenever I turn on ufw, it blocks access to port 8443/tcp even though I have it explicitly allowed. For example:



[root:test:~/test]# ufw status numbered
Status: active

To Action From
-- ------ ----
[ 1] 8443 ALLOW IN Anywhere
[ 2] 8443 (v6) ALLOW IN Anywhere (v6)


Based on this rule, I should be able to access to port 8443/tcp. I'm listening on 8443/tcp on SSH:




[root:test:~/test]# netstat -antp | grep -i listen
tcp 0 0 127.0.0.1:27017 0.0.0.0:* LISTEN 763/mongod
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 19880/systemd-resol
tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 2456/sshd
tcp6 0 0 :::80 :::* LISTEN 1276/docker-proxy
tcp6 0 0 :::8443 :::* LISTEN 2456/sshd


So with this being said, every time I enable ufw, my SSH connection drops. The only way I can get back on it is by accessing the UI console from within Digital Ocean and disabling ufw.



Any idea why this could be happening? This is extremely mind puzzling.










share|improve this question































    0















    For whatever reason, whenever I turn on ufw, it blocks access to port 8443/tcp even though I have it explicitly allowed. For example:



    [root:test:~/test]# ufw status numbered
    Status: active

    To Action From
    -- ------ ----
    [ 1] 8443 ALLOW IN Anywhere
    [ 2] 8443 (v6) ALLOW IN Anywhere (v6)


    Based on this rule, I should be able to access to port 8443/tcp. I'm listening on 8443/tcp on SSH:




    [root:test:~/test]# netstat -antp | grep -i listen
    tcp 0 0 127.0.0.1:27017 0.0.0.0:* LISTEN 763/mongod
    tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 19880/systemd-resol
    tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 2456/sshd
    tcp6 0 0 :::80 :::* LISTEN 1276/docker-proxy
    tcp6 0 0 :::8443 :::* LISTEN 2456/sshd


    So with this being said, every time I enable ufw, my SSH connection drops. The only way I can get back on it is by accessing the UI console from within Digital Ocean and disabling ufw.



    Any idea why this could be happening? This is extremely mind puzzling.










    share|improve this question



























      0












      0








      0








      For whatever reason, whenever I turn on ufw, it blocks access to port 8443/tcp even though I have it explicitly allowed. For example:



      [root:test:~/test]# ufw status numbered
      Status: active

      To Action From
      -- ------ ----
      [ 1] 8443 ALLOW IN Anywhere
      [ 2] 8443 (v6) ALLOW IN Anywhere (v6)


      Based on this rule, I should be able to access to port 8443/tcp. I'm listening on 8443/tcp on SSH:




      [root:test:~/test]# netstat -antp | grep -i listen
      tcp 0 0 127.0.0.1:27017 0.0.0.0:* LISTEN 763/mongod
      tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 19880/systemd-resol
      tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 2456/sshd
      tcp6 0 0 :::80 :::* LISTEN 1276/docker-proxy
      tcp6 0 0 :::8443 :::* LISTEN 2456/sshd


      So with this being said, every time I enable ufw, my SSH connection drops. The only way I can get back on it is by accessing the UI console from within Digital Ocean and disabling ufw.



      Any idea why this could be happening? This is extremely mind puzzling.










      share|improve this question














      For whatever reason, whenever I turn on ufw, it blocks access to port 8443/tcp even though I have it explicitly allowed. For example:



      [root:test:~/test]# ufw status numbered
      Status: active

      To Action From
      -- ------ ----
      [ 1] 8443 ALLOW IN Anywhere
      [ 2] 8443 (v6) ALLOW IN Anywhere (v6)


      Based on this rule, I should be able to access to port 8443/tcp. I'm listening on 8443/tcp on SSH:




      [root:test:~/test]# netstat -antp | grep -i listen
      tcp 0 0 127.0.0.1:27017 0.0.0.0:* LISTEN 763/mongod
      tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 19880/systemd-resol
      tcp 0 0 0.0.0.0:8443 0.0.0.0:* LISTEN 2456/sshd
      tcp6 0 0 :::80 :::* LISTEN 1276/docker-proxy
      tcp6 0 0 :::8443 :::* LISTEN 2456/sshd


      So with this being said, every time I enable ufw, my SSH connection drops. The only way I can get back on it is by accessing the UI console from within Digital Ocean and disabling ufw.



      Any idea why this could be happening? This is extremely mind puzzling.







      firewall ufw






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 4 hours ago









      user3447014user3447014

      1055 bronze badges




      1055 bronze badges

























          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/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%2funix.stackexchange.com%2fquestions%2f540082%2fufw-blocks-port-8443-when-i-explicitly-allow-it%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 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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f540082%2fufw-blocks-port-8443-when-i-explicitly-allow-it%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

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...