Administrator Guide

Conguring the rewall settings
Use the rewall settings page to congure rewall settings.
Figure 69. Firewall settings
To congure the rewall settings on your thin client, do the following:
1 To enable rewall, click the ON/OFF button.
2 Type the rewall conguration 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