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
Does Lawful Interception of 4G / the proposed 5G provide a back door for hackers as well?
Why was Thor doubtful about his worthiness to Mjolnir?
What is the best way for a skeleton to impersonate human without using magic?
How to connect words correctly
Why is it harder to turn a motor/generator with shorted terminals?
Can I say: "When was your train leaving?" if the train leaves in the future?
How do I interpret improvement in AUC ROC from the business perspective?
return tuple of uncopyable objects
Why do the lights go out when someone enters the dining room on this ship?
Replace all items that are not belong to characters and numbers by ' '
what does a native speaker say when he wanted to leave his work?
Is taking modulus on both sides of an equation valid?
Automatically anti-predictably assemble an alliterative aria
Conditional probability - sum of dice is even given that at least one is a five
Wireless headphones integer with Wi-Fi signal on laptop
Would an 8% reduction in drag outweigh the weight addition from this custom CFD-tested winglet?
Tikz draw contour without some edges, and fill
How exactly does artificial gravity work?
Is there any good reason to write "it is easy to see"?
Can't find the release for this wiring harness connector
Was this character’s old age look CGI or make-up?
Why did the metro bus stop at each railway crossing, despite no warning indicating a train was coming?
CPLD based Pierce oscillator
Loading Latex packages into Mathematica
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;
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
add a comment |
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
add a comment |
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
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
snap firewall ubuntu-core ufw
asked May 8 at 15:14
F1LinuxF1Linux
1688
1688
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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

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-
add a comment |
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
);
);
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%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
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

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-
add a comment |
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

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-
add a comment |
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

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

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-
answered May 8 at 15:14
F1LinuxF1Linux
1688
1688
add a comment |
add a comment |
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.
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%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
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