Page 1 of 1
porteus firewall
Posted: 28 Jun 2023, 19:26
by esmiwuals
the firewall app is great , how would it apply for ipv6? all my ipv6 connections seem to drop or i might be doing something wrong?
porteus firewall
Posted: 10 Jul 2023, 20:00
by Rava
By firewall, do you mean this
porteus firewall
Posted: 11 Jul 2023, 18:11
by Kulle
Hi Rava
Code: Select all
root@porteux:/etc/rc.d# ./rc.FireWall start
bash: ./rc.FireWall: Keine Berechtigung
root and "
Keine Berechtigung" ?? !!
I am using PorteuX Xfce 4.16
porteus firewall
Posted: 11 Jul 2023, 21:48
by Rava
Kulle wrote: ↑11 Jul 2023, 18:11
root and "Keine Berechtigung" ?? !!
Possible, when the file mode bits are messed up.
Code: Select all
root@porteus:~# cd /etc/rc.d
root@porteus:/etc/rc.d# ls -l rc.FireWall
-rwxr-xr-x 1 root root 2931 2020-12-11 07:29 rc.FireWall
How are your rc.FireWall file mode bits?
porteus firewall
Posted: 11 Jul 2023, 22:54
by ncmprhnsbl
Rava wrote: ↑10 Jul 2023, 20:00
By firewall, do you mean this
presumably that and /opt/porteus-scripts/gtk-firewall, usually accessed via porteus settings centre.
as far as ipv6 goes, only a token effort to configure it for that was made, so it's quite likely the deficiency lies with me.
tinkering with rc.FireWall , in the sections regarding ipv6, would be the way to fix it.
Kulle wrote: ↑11 Jul 2023, 18:11
root@porteux:/etc/rc.d# ./rc.FireWall start
bash: ./rc.FireWall: Keine Berechtigung
if you use
./rc.FireWall start (and it fails), you need to first do:
chmod +x /etc/rc.d/rc.FireWall , ie make it executable.
otherwise, just use
sh /etc/rc.d/rc.FireWall start since `sh foo` does not require "executability" of foo, but `./foo` does.
porteus firewall
Posted: 12 Jul 2023, 08:44
by Kulle
chmod +x
I should have thought of that myself
Thanks ncmprhnsbl
porteus firewall
Posted: 25 Jul 2023, 09:26
by spa_time
Just opened cncjs-appimage...after start the app oppened a remote adress...
( currports is the program to see port acces and remote adress )
It is possible to control the internet access for some applications from firewall ?
( like simplewall or no root firewall - where every application can be controled for net access )
Thanks in advance..
porteus firewall
Posted: 26 Jul 2023, 02:35
by esmiwuals
porteus settings centre gives us the option to turn on firewall and what i get is the default settings for ipv6 has not been done, but is a great start. What i did is just leave it off for now.
