Administrator Guide
Conguring the rewall settings
Use the rewall settings page to congure rewall settings.
Figure 69. Firewall settings
To congure the rewall settings on your thin client, do the following:
1 To enable rewall, click the ON/OFF button.
2 Type the rewall conguration script in the text box.
For example, the following iptables commands can be used to disable ping from the thin client or to the thin client:
/sbin/iptables -A OUTPUT -p icmp --icmp-type 8 -j DROP
/sbin/iptables -A INPUT -p icmp --icmp-type 8 -j DROP
3 Click Save.
4 When prompted, click Restart.
The changes are applied after the system reboot.
Security settings
99