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;








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?










share|improve this question
























  • 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

















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?










share|improve this question
























  • 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













0












0








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?










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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

















  • 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










1 Answer
1






active

oldest

votes


















0














I simply enable port in iptables:



sudo iptables -I INPUT -p tcp -m tcp --dport 8066 -j ACCEPT





share|improve this answer























  • Did you solve the problem, or is this intended as a reply to the comment?

    – Zanna
    Apr 5 at 3:08











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









0














I simply enable port in iptables:



sudo iptables -I INPUT -p tcp -m tcp --dport 8066 -j ACCEPT





share|improve this answer























  • Did you solve the problem, or is this intended as a reply to the comment?

    – Zanna
    Apr 5 at 3:08















0














I simply enable port in iptables:



sudo iptables -I INPUT -p tcp -m tcp --dport 8066 -j ACCEPT





share|improve this answer























  • Did you solve the problem, or is this intended as a reply to the comment?

    – Zanna
    Apr 5 at 3:08













0












0








0







I simply enable port in iptables:



sudo iptables -I INPUT -p tcp -m tcp --dport 8066 -j ACCEPT





share|improve this answer













I simply enable port in iptables:



sudo iptables -I INPUT -p tcp -m tcp --dport 8066 -j ACCEPT






share|improve this answer












share|improve this answer



share|improve this answer










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

















  • 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

















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%2f1130771%2fenable-mattermost-to-be-accessible-from-outside-of-the-lan%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

Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

Is compression “encryption” under FCC regs?Signing of messages transmitted over ham radioWhy do Amateur Radio organizations in the United States oppose the relaxation of encryption prohibitions?How far from earth do FCC regulations apply?How can I know whether a radio is FCC approved?FCC tracking of unlicensed FRS/GMRS transmissionsWhy does the FCC put restrictions on symbol rates?legal - Do FCC regulations only apply in U.S.A?What are FCC/Industry Canada certification requirements for amateur radio related products?How to get professional or official clarification of FCC Part 97 rules for specific complicated situations?Is there any point to keep the CSCE after the FCC registers the upgrade?Do FCC regulations limit digital data rate?

What to do with chalk when deepwater soloing? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Photo Competition: April - At Home in The Great OutdoorsIs it ok for my climbing shoes/chalk bag to get wet?What hand and finger exercises help with climbing?Chalk: pure, plus drying agent, liquid?What can I do with a retired rope and harness?What to do with the lap coiled rope if the belayer wishes to lead consecutive pitches?How do to a safety knot when abseiling with 2 ropes?What are the advantages of being short when climbing?When should you start to train with Campus Boards, Hang Boards and Peg Boards?Climbing: fear/panic on boulder wallWith what specific techniques are various bouldering grades associated?What are the most important numerical features to look for when comparing climbing ropes?