LinuxMCE Forums

General => Installation issues => Topic started by: darkwizard864 on February 19, 2018, 04:22:03 pm

Title: lmce firewall not working correctly?
Post by: darkwizard864 on February 19, 2018, 04:22:03 pm
how can i get 192.168.80.163 port 32400 to be open on outside ..i tried everything from disabling firewall to forwarding nothing works. is lmce firewall not working correctly?
Title: Re: lmce firewall not working correctly?
Post by: G.I.R. on February 20, 2018, 11:53:21 am
Hello,

i had also problems to configure the firewall.
so i wrote a config file (iptables.ipt) with entries like:
Code: [Select]
iptables -A INPUT -i eth0 -m state --state NEW -p tcp --dport 32400 -j ACCEPT
and then i have put the line
Code: [Select]
/where/the/file_is/iptables.ipt
into my /etc/rc.local

it is not really lmce style, sorry and you probably already know this but otherwise i didn`t know how to get it working.
Title: Re: lmce firewall not working correctly?
Post by: maverick0815 on February 23, 2018, 03:53:28 pm
If I remember correctly there is a bug listed in github concering the webfrontend for the Firewall. So far I can't tell when this will be fixed...it's been very quiet in the Forums here. I guess this is due of the actual developer Team being very small and very busy.