Allow ICMP?
Allow ICMP?
Can someone tell me how I would go about allowing icmp requests to a porteus kiosk?
- fanthom
- Moderator Team
- Posts: 5591
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Allow ICMP?
hi trubble,
you could disable firewall completely to have ping to the kiosk working, if you want to allow just ICMP then you'll have to remaster the ISO and add relevant iptables rule to 003-settings.xzm/etc/rc.d/rc.FireWall.
make sure you read our Kiosk FAQ which will tell you how to perform this action.
you could disable firewall completely to have ping to the kiosk working, if you want to allow just ICMP then you'll have to remaster the ISO and add relevant iptables rule to 003-settings.xzm/etc/rc.d/rc.FireWall.
make sure you read our Kiosk FAQ which will tell you how to perform this action.
Please add [Solved] to your thread title if the solution was found.
Re: Allow ICMP?
Well, I tried that but I was still not able to ping the kiosk. Thinking perhaps I may have overlooked it, I went ahead and created another image just now with the firewall disabled and she's still not responding.fanthom wrote:hi trubble,
you could disable firewall completely to have ping to the kiosk working, if you want to allow just ICMP then you'll have to remaster the ISO and add relevant iptables rule to 003-settings.xzm/etc/rc.d/rc.FireWall.
make sure you read our Kiosk FAQ which will tell you how to perform this action.
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Allow ICMP?
If you have a kiosk with ssh access then you could ssh into the kiosk and confirm that /etc/rc.d/rc.FireWall does not have the executable bit set. Then run: /etc/rc.d/rc.FireWall stop
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- fanthom
- Moderator Team
- Posts: 5591
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Allow ICMP?
@trubble
works here so there must be something wrong with your setup (booting old ISO?)
@Jay
stop function is not implemented in kiosk. you have to flush rules manually and unload iptables modules.
works here so there must be something wrong with your setup (booting old ISO?)
Code: Select all
ping 192.168.1.4
PING 192.168.1.4 (192.168.1.4) 56(84) bytes of data.
64 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.459 ms
64 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.280 ms
64 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.294 ms
stop function is not implemented in kiosk. you have to flush rules manually and unload iptables modules.
Please add [Solved] to your thread title if the solution was found.