防火牆的一些基本用法
iptables -L -n
iptables -D INPUT 1
iptables -A INPUT -p all -s 192.168.1.203 -j DROP
iptables -A INPUT -p tcp -s 192.168.1.203 --dport 22 -j DROP
iptables-save > filename
iptables-restore < filename
您可能會對以下這些文章感興趣
2005
10
1月
- Posted by citypig at 12:30 am (775 views)
- Permalink for this entry
- Filed under: firewall, linux
- RSS comments feed of this entry
- TrackBack URI










沒有任何留言
發表您的評論