Hi, this is a 2 part question. I am doing some work trying to deploy NTP on the kiosk and am having some issues and want to confirm this is not a firewall problem....
Are there any logs in the kiosk related to the firewall where I can see if any traffic is being blocked?
How can I turn the firewall off for testing purposes without having to download an ISO from the Wizzard? I just want to modify my current iso, turn off the firewall to do a test and turn it back on when done.
Thanks
[Solved]Firewall logs?
-
- Black ninja
- Posts: 51
- Joined: 21 Mar 2014, 14:02
- Distribution: porteus 3.7 kiosk
- Location: Chattanooga
[Solved]Firewall logs?
Last edited by rh102801 on 21 May 2014, 19:13, edited 1 time in total.
Re: Firewall logs?
Hi,
I've been looking into customising the kiosk and hitting problems.. I came across this in a PDF about turning off the firewall.
http://files.porteus.org/PorteusKioskEd ... ble-v5.pdf
c. You can completely disable the PKE firewall in:
/tmp/customkiosk/porteus/base/squashfsroot/etc/rc.d/rc.M
by placing a # in front of the following line:
[ x
/etc/rc.d/rc.FireWall ] && sh /etc/rc.d/rc.FireWall &
Hope this helps, sorry don't know anything about logs.
Regards
Rance
I've been looking into customising the kiosk and hitting problems.. I came across this in a PDF about turning off the firewall.
http://files.porteus.org/PorteusKioskEd ... ble-v5.pdf
c. You can completely disable the PKE firewall in:
/tmp/customkiosk/porteus/base/squashfsroot/etc/rc.d/rc.M
by placing a # in front of the following line:
[ x
/etc/rc.d/rc.FireWall ] && sh /etc/rc.d/rc.FireWall &
Hope this helps, sorry don't know anything about logs.
Regards
Rance
- fanthom
- Moderator Team
- Posts: 5588
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Firewall logs?
yes - please disable firewall in rc.M.
logging is not possible in kiosk as everything sits in RAM and it can't be filled fully.
logging is not possible in kiosk as everything sits in RAM and it can't be filled fully.
Please add [Solved] to your thread title if the solution was found.
-
- Black ninja
- Posts: 51
- Joined: 21 Mar 2014, 14:02
- Distribution: porteus 3.7 kiosk
- Location: Chattanooga
Re: Firewall logs?
Thanks this worked great and I was able to verify that the firewall is truly disabled by doing some ping tests which were failing earlier.
Thanks again
Thanks again