Author Topic: lmce firewall not working correctly?  (Read 5530 times)

darkwizard864

  • Veteran
  • ***
  • Posts: 131
    • View Profile
lmce firewall not working correctly?
« 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?

G.I.R.

  • Veteran
  • ***
  • Posts: 58
    • View Profile
Re: lmce firewall not working correctly?
« Reply #1 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.

maverick0815

  • Administrator
  • wants to work for LinuxMCE
  • *****
  • Posts: 858
    • View Profile
Re: lmce firewall not working correctly?
« Reply #2 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.