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

Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»