porteus firewall

Talk here about security in general. Posting illegals software is prohibited. All stuffs in this forum must be considered as for "Educational purpose only".
esmiwuals
White ninja
White ninja
Posts: 4
Joined: 26 Jun 2023, 14:33
Distribution: 15

porteus firewall

Post#1 by esmiwuals » 28 Jun 2023, 19:26

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?

User avatar
Rava
Contributor
Contributor
Posts: 5416
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

porteus firewall

Post#2 by Rava » 10 Jul 2023, 20:00

By firewall, do you mean this

Code: Select all

/etc/rc.d/rc.FireWall
Cheers!
Yours Rava

Kulle
Warlord
Warlord
Posts: 603
Joined: 28 Jan 2017, 10:39
Distribution: v4.0 64bit Xfce
Location: Berlin

porteus firewall

Post#3 by Kulle » 11 Jul 2023, 18:11

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

User avatar
Rava
Contributor
Contributor
Posts: 5416
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

porteus firewall

Post#4 by Rava » 11 Jul 2023, 21:48

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?
Cheers!
Yours Rava

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3941
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

porteus firewall

Post#5 by ncmprhnsbl » 11 Jul 2023, 22:54

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.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Kulle
Warlord
Warlord
Posts: 603
Joined: 28 Jan 2017, 10:39
Distribution: v4.0 64bit Xfce
Location: Berlin

porteus firewall

Post#6 by Kulle » 12 Jul 2023, 08:44

chmod +x
I should have thought of that myself
Thanks ncmprhnsbl

spa_time
White ninja
White ninja
Posts: 20
Joined: 29 Jun 2022, 06:39
Distribution: Porteus 5.1

porteus firewall

Post#7 by spa_time » 25 Jul 2023, 09:26

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..

esmiwuals
White ninja
White ninja
Posts: 4
Joined: 26 Jun 2023, 14:33
Distribution: 15

porteus firewall

Post#8 by esmiwuals » 26 Jul 2023, 02:35

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. :fine:

Post Reply