Enable Mattermost to be accessible from outside of the LAN The 2019 Stack Overflow Developer Survey Results Are InOpening a port to an application accessible outside of localhost?MySQL server not accessible from remote machineHow to change Port 27000 from filtered to open statusApache (and other services) work on localhost, but not IP addressCannot SSH from outside LAN despite port forwarding seems fineAllow ip address / machine name accessible from remote connecitonPort can not be accessed from outside but shows listeningWeb Server Accessible From Outside LAN But Not From Within LANOpening a port to an application accessible outside of localhost?SSH into raspberry with outside networkUnable to open port
Carnot-Caratheodory metric
Extreme, unacceptable situation and I can't attend work tomorrow morning
What is the steepest angle that a canal can be traversable without locks?
What are my rights when I have a Sparpreis ticket but can't board an overcrowded train?
What can other administrators access on my machine?
Why don't Unix/Linux systems traverse through directories until they find the required version of a linked library?
Realistic Alternatives to Dust: What Else Could Feed a Plankton Bloom?
Where to refill my bottle in India?
What do hard-Brexiteers want with respect to the Irish border?
How to create dashed lines/arrows in Illustrator
If the Wish spell is used to duplicate the effect of Simulacrum, are existing duplicates destroyed?
Why do UK politicians seemingly ignore opinion polls on Brexit?
Is domain driven design an anti-SQL pattern?
What is the meaning of Triage in Cybersec world?
Lethal sonic weapons
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?
How come people say “Would of”?
Access elements in std::string where positon of string is greater than its size
I see my dog run
Understanding the implication of what "well-defined" means for the operation in quotient group
Inflated grade on resume at previous job, might former employer tell new employer?
Could JWST stay at L2 "forever"?
What is the use of option -o in the useradd command?
Is bread bad for ducks?
Enable Mattermost to be accessible from outside of the LAN
The 2019 Stack Overflow Developer Survey Results Are InOpening a port to an application accessible outside of localhost?MySQL server not accessible from remote machineHow to change Port 27000 from filtered to open statusApache (and other services) work on localhost, but not IP addressCannot SSH from outside LAN despite port forwarding seems fineAllow ip address / machine name accessible from remote connecitonPort can not be accessed from outside but shows listeningWeb Server Accessible From Outside LAN But Not From Within LANOpening a port to an application accessible outside of localhost?SSH into raspberry with outside networkUnable to open port
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I installed Mattermost on Ubuntu 16. I configured it to work on port 8066.
When I test it locally via curl "localhost:8066" - it works, but from "global_ip:8066" it does not work.
What's wrong?
16.04 networking firewall
add a comment |
I installed Mattermost on Ubuntu 16. I configured it to work on port 8066.
When I test it locally via curl "localhost:8066" - it works, but from "global_ip:8066" it does not work.
What's wrong?
16.04 networking firewall
Have you enabled port forwarding on your router?
– Anonymous Platypus
Apr 3 at 7:45
You need to enable the port on the firewall (if any) and forward the port on your router (if using NAT, which is very probable).
– Pablo Bianchi
2 hours ago
add a comment |
I installed Mattermost on Ubuntu 16. I configured it to work on port 8066.
When I test it locally via curl "localhost:8066" - it works, but from "global_ip:8066" it does not work.
What's wrong?
16.04 networking firewall
I installed Mattermost on Ubuntu 16. I configured it to work on port 8066.
When I test it locally via curl "localhost:8066" - it works, but from "global_ip:8066" it does not work.
What's wrong?
16.04 networking firewall
16.04 networking firewall
edited 2 hours ago
Pablo Bianchi
3,11521636
3,11521636
asked Apr 3 at 1:40
ArteeArtee
1012
1012
Have you enabled port forwarding on your router?
– Anonymous Platypus
Apr 3 at 7:45
You need to enable the port on the firewall (if any) and forward the port on your router (if using NAT, which is very probable).
– Pablo Bianchi
2 hours ago
add a comment |
Have you enabled port forwarding on your router?
– Anonymous Platypus
Apr 3 at 7:45
You need to enable the port on the firewall (if any) and forward the port on your router (if using NAT, which is very probable).
– Pablo Bianchi
2 hours ago
Have you enabled port forwarding on your router?
– Anonymous Platypus
Apr 3 at 7:45
Have you enabled port forwarding on your router?
– Anonymous Platypus
Apr 3 at 7:45
You need to enable the port on the firewall (if any) and forward the port on your router (if using NAT, which is very probable).
– Pablo Bianchi
2 hours ago
You need to enable the port on the firewall (if any) and forward the port on your router (if using NAT, which is very probable).
– Pablo Bianchi
2 hours ago
add a comment |
1 Answer
1
active
oldest
votes
I simply enable port in iptables:
sudo iptables -I INPUT -p tcp -m tcp --dport 8066 -j ACCEPT
Did you solve the problem, or is this intended as a reply to the comment?
– Zanna
Apr 5 at 3:08
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%2f1130771%2fenable-mattermost-to-be-accessible-from-outside-of-the-lan%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
I simply enable port in iptables:
sudo iptables -I INPUT -p tcp -m tcp --dport 8066 -j ACCEPT
Did you solve the problem, or is this intended as a reply to the comment?
– Zanna
Apr 5 at 3:08
add a comment |
I simply enable port in iptables:
sudo iptables -I INPUT -p tcp -m tcp --dport 8066 -j ACCEPT
Did you solve the problem, or is this intended as a reply to the comment?
– Zanna
Apr 5 at 3:08
add a comment |
I simply enable port in iptables:
sudo iptables -I INPUT -p tcp -m tcp --dport 8066 -j ACCEPT
I simply enable port in iptables:
sudo iptables -I INPUT -p tcp -m tcp --dport 8066 -j ACCEPT
answered Apr 3 at 1:45
ArteeArtee
1012
1012
Did you solve the problem, or is this intended as a reply to the comment?
– Zanna
Apr 5 at 3:08
add a comment |
Did you solve the problem, or is this intended as a reply to the comment?
– Zanna
Apr 5 at 3:08
Did you solve the problem, or is this intended as a reply to the comment?
– Zanna
Apr 5 at 3:08
Did you solve the problem, or is this intended as a reply to the comment?
– Zanna
Apr 5 at 3:08
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%2f1130771%2fenable-mattermost-to-be-accessible-from-outside-of-the-lan%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
Have you enabled port forwarding on your router?
– Anonymous Platypus
Apr 3 at 7:45
You need to enable the port on the firewall (if any) and forward the port on your router (if using NAT, which is very probable).
– Pablo Bianchi
2 hours ago