This is what it gave me, any good ?
Code: Select all
root@antix:/home/k7# firehol helpme
interface ath0 interface1 src"192.168.1.0/24" dst 192.168.1.139
# The default policy is DROP. You can be more polite with REJECT.
# Prefer to be polite on your own clients to prevent timeouts.
policy drop
# If you don't trust the clients behind ath0 (net"192.168.1.0/24"),
# add something like this.
> protection strong
# Here are the services listening on ath0.
# TODO: Normally, you will have to remove those not needed.
client dhcp accept
server cups accept
server ICMP accept
server ssh accept
client all accept
interface ath0 interface2 src not"${UNROUTABLE_IPS} 192.168.1.0/24" dst 192.168.1.139
# The default policy is DROP. You can be more polite with REJECT.
# Prefer to be polite on your own clients to prevent timeouts.
policy drop
# If you don't trust the clients behind ath0 (net not"${UNROUTABLE_IPS} 192.168.1.0/24"),
# add something like this.
> protection strong
# Here are the services listening on ath0.
# TODO: Normally, you will have to remove those not needed.
client dhcp accept
server cups accept
server ICMP accept
server ssh accept
client all accept