I need to know the iptables command that would
restrict all access to my server except for my computer's Dreamweaver program
and ccbill's access to my password file. I know it would be some variation
of:
iptables -A INPUT -i ppp0 -p tcp --syn -j
DROP
|