firewall setup missing KH 20.1 Build 1928
firewall setup missing KH 20.1 Build 1928
just a fresh install of KeyHelp and firewall setup is missing from the left panel, see screenshot:
http://prntscr.com/sphc1d
20.1 (Build 1928)
What did I wrong?
thank you
Zoltan
Re: firewall setup missing KH 20.1 Build 1928
If you are using Debian 10, than it is normal behavior, due to this feature is not yet present on a KeyHelp-Debian 10 system.
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: firewall setup missing KH 20.1 Build 1928
than how to manage firewall settings?
Anyway what is the most recommended OS for KeyHelp?
Re: firewall setup missing KH 20.1 Build 1928
Re: firewall setup missing KH 20.1 Build 1928
Re: firewall setup missing KH 20.1 Build 1928
The firewall is working.
Configurations must be done via cli.
Tobi
-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
-
- Posts: 10
- Joined: Tue 16. Jun 2020, 20:33
Re: firewall setup missing KH 20.1 Build 1928
Shouldn't there be a default config? That isn't applied either, it's a wide open system upon installation of KH.
Code: Select all
# iptables -nvL
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
322K 37M f2b-sshd tcp -- * * 0.0.0.0/0 0.0.0.0/0 multiport dports 22
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain f2b-sshd (1 references)
pkts bytes target prot opt in out source destination
316K 37M RETURN all -- * * 0.0.0.0/0 0.0.0.0/0
root@miami:~# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
Maybe posting on the main site that it's Debian 10 compatible should be reconsidered? A debian 10 system is really wide open. Not sure where it goes wrong but the rules are there in /home/keyhelp/www/keyhelp/install/templates/iptables. I'd say that's worrisome given the regular control panel user (generally not so versed in fw setup).