|
Configuration
|
Previous Top Next |
| · | Incoming connections to port 80 (http)
|
| · | Incoming connections to port 22 (ssh)
|
| · | Incoming connections to port 21/20 (ftp)
|
| · | Any outgoing connection
|
| · | ICMP will be allowed
|
| $IPTABLES -A INPUT -p TCP --dport 137:139 -j ACCEPT
|
| $IPTABLES -A INPUT -p UDP --dport 137:139 -j ACCEPT
|
|
|
|
The current version of this script always reports OK when one starts or stops the script. If the script should fail however IPTABLES would display error messages. A future version might fix" this problem it is very unlikely for this script to fail once it has been tested however.
|