What Firewall Port is required for snap package management?Firewall Settings for Personal File Sharing“stop-timeout is not an integer” when generating snap package - why?installed package with snap - command not availablePort forwarding/bypass firewallUnidentified port evading firewallWhat is the correct way to set the execution command for a Snap?Install pycharm snap packageBuild a Snap for C Makefile projectUbuntu UFW firewall always block port first timeCreating a snap package for a programming language

Do Monks gain the 9th level Unarmored Movement benefit when wearing armor or using a shield?

Why is there a cap on 401k contributions?

How can I make parentheses stick to formula?

Company stopped paying my salary. What are my options?

What are my options legally if NYC company is not paying salary?

How to avoid making self and former employee look bad when reporting on fixing former employee's work?

Row vectors and column vectors (Mathematica vs Matlab)

How long can fsck take on a 30 TB volume?

Why use steam instead of just hot air?

What replaces x86 intrinsics for C when Apple ditches Intel CPUs for their own chips?

How likely are Coriolis-effect-based quirks to develop in starship crew members?

Is there an idiom that means "revealing a secret unintentionally"?

Was there a contingency plan in place if Little Boy failed to detonate?

How to start your Starcraft II games vs AI immediately?

What is the radius of the circle in this problem?

Examples where existence is harder than evaluation

Libertine font numbers have a different height than text

Does Thread.yield() do anything if we have enough processors to service all threads?

Was Mohammed the most popular first name for boys born in Berlin in 2018?

Add Columns to .csv from Multiple Files

Is it a Munchausen Number?

What's the difference between "ricochet" and "bounce"?

Why does the electron wavefunction not collapse within atoms at room temperature in gas, liquids or solids due to decoherence?

What's the "magic similar to the Knock spell" referenced in the Dungeon of the Mad Mage adventure?



What Firewall Port is required for snap package management?


Firewall Settings for Personal File Sharing“stop-timeout is not an integer” when generating snap package - why?installed package with snap - command not availablePort forwarding/bypass firewallUnidentified port evading firewallWhat is the correct way to set the execution command for a Snap?Install pycharm snap packageBuild a Snap for C Makefile projectUbuntu UFW firewall always block port first timeCreating a snap package for a programming language






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








2















I'm firewalling an Ubuntu Core 16.04 host: What port does snap package management require to be opened?



I spent ages Googling this: Snapcraft's docs don't detail the port nor did any other forums. Couldn't use tcpdump to derive the required port as snap find tcpdump gave no joy.



In the end, I had to packetsniff on the router. I'll provide the answer to hopefully save others firewalling Ubuntu Core hosts the same exercise in frustration...










share|improve this question




























    2















    I'm firewalling an Ubuntu Core 16.04 host: What port does snap package management require to be opened?



    I spent ages Googling this: Snapcraft's docs don't detail the port nor did any other forums. Couldn't use tcpdump to derive the required port as snap find tcpdump gave no joy.



    In the end, I had to packetsniff on the router. I'll provide the answer to hopefully save others firewalling Ubuntu Core hosts the same exercise in frustration...










    share|improve this question
























      2












      2








      2








      I'm firewalling an Ubuntu Core 16.04 host: What port does snap package management require to be opened?



      I spent ages Googling this: Snapcraft's docs don't detail the port nor did any other forums. Couldn't use tcpdump to derive the required port as snap find tcpdump gave no joy.



      In the end, I had to packetsniff on the router. I'll provide the answer to hopefully save others firewalling Ubuntu Core hosts the same exercise in frustration...










      share|improve this question














      I'm firewalling an Ubuntu Core 16.04 host: What port does snap package management require to be opened?



      I spent ages Googling this: Snapcraft's docs don't detail the port nor did any other forums. Couldn't use tcpdump to derive the required port as snap find tcpdump gave no joy.



      In the end, I had to packetsniff on the router. I'll provide the answer to hopefully save others firewalling Ubuntu Core hosts the same exercise in frustration...







      snap firewall ubuntu-core ufw






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 5 hours ago









      F1LinuxF1Linux

      1517




      1517




















          1 Answer
          1






          active

          oldest

          votes


















          4














          In addition to allowing DNS of course, Ubuntu Core requires TCP/443 connectivity for snap package management to check for updates & install packages. The Ubuntu Core host on 192.168.1.26 is using a port from the Dynamic/Private port range, TCP/35234



          Packet Sniff Capture



          Doing a host lookup of host 91.189.92.20 reports the remote IP as Snapcraft's:



          20.92.189.91.in-addr.arpa domain name pointer api.snapcraft.io.


          Anyhoo, hope this saves others some time-






          share|improve this answer























            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/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
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1141546%2fwhat-firewall-port-is-required-for-snap-package-management%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4














            In addition to allowing DNS of course, Ubuntu Core requires TCP/443 connectivity for snap package management to check for updates & install packages. The Ubuntu Core host on 192.168.1.26 is using a port from the Dynamic/Private port range, TCP/35234



            Packet Sniff Capture



            Doing a host lookup of host 91.189.92.20 reports the remote IP as Snapcraft's:



            20.92.189.91.in-addr.arpa domain name pointer api.snapcraft.io.


            Anyhoo, hope this saves others some time-






            share|improve this answer



























              4














              In addition to allowing DNS of course, Ubuntu Core requires TCP/443 connectivity for snap package management to check for updates & install packages. The Ubuntu Core host on 192.168.1.26 is using a port from the Dynamic/Private port range, TCP/35234



              Packet Sniff Capture



              Doing a host lookup of host 91.189.92.20 reports the remote IP as Snapcraft's:



              20.92.189.91.in-addr.arpa domain name pointer api.snapcraft.io.


              Anyhoo, hope this saves others some time-






              share|improve this answer

























                4












                4








                4







                In addition to allowing DNS of course, Ubuntu Core requires TCP/443 connectivity for snap package management to check for updates & install packages. The Ubuntu Core host on 192.168.1.26 is using a port from the Dynamic/Private port range, TCP/35234



                Packet Sniff Capture



                Doing a host lookup of host 91.189.92.20 reports the remote IP as Snapcraft's:



                20.92.189.91.in-addr.arpa domain name pointer api.snapcraft.io.


                Anyhoo, hope this saves others some time-






                share|improve this answer













                In addition to allowing DNS of course, Ubuntu Core requires TCP/443 connectivity for snap package management to check for updates & install packages. The Ubuntu Core host on 192.168.1.26 is using a port from the Dynamic/Private port range, TCP/35234



                Packet Sniff Capture



                Doing a host lookup of host 91.189.92.20 reports the remote IP as Snapcraft's:



                20.92.189.91.in-addr.arpa domain name pointer api.snapcraft.io.


                Anyhoo, hope this saves others some time-







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 5 hours ago









                F1LinuxF1Linux

                1517




                1517



























                    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%2f1141546%2fwhat-firewall-port-is-required-for-snap-package-management%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

                    Siegen Nawigatsjuun

                    Log på Navigationsmenu

                    Log på Navigationsmenu