Re: 請問一下rc.firewall的deny icmp? - BBS

Eartha avatar
By Eartha
at 2007-07-07T09:00

Table of Contents

※ 引述《[email protected] (工程酥)》之銘言:
: /etc/rc.firewall:
: #!/bin/sh
: /sbin/ipfw -f flush
: /sbin/ipfw add deny icmp from any to myip
: /sbin/ipfw add pass all from any to any
: 設了之後人家就ping不到我了, 我也ping不出去 @@"
: 可以幫幫忙嗎?? tk's!!


icmp 有很多 type

以下供參考

$IPFW add allow icmp from me to any icmptypes 8 out via $EXTIF # echo request
$IPFW add allow icmp from any to me icmptypes 0 in via $EXTIF # echo reply
$IPFW add deny icmp from any to any




--
Tags: BBS

All Comments

請問一下關於ports

Harry avatar
By Harry
at 2007-07-06T13:18
※ 引述《TerryLiaw.bbsatDeer.twbbs.org (terry)》之銘言: : ※ 引述《netneto.bbsatptt.cc (再痛苦也只剩兩個月吧..)》之銘言: : andgt; 我用ports裝東西時,他會去下載我要的東西,那請問他要從那個SERVER下載 : andgt; 要從 ...

ssh登入時斷線

Caitlin avatar
By Caitlin
at 2007-07-04T09:19
參考一下 http://blog.pixnet.net/bojack/post/3158807 - ...

刪檔案後可用空間卻愈來愈少?

Audriana avatar
By Audriana
at 2007-07-04T08:50
自問自答,爬了一下這個板,原來先前就有這問題了 解決方式如下 首先先 du -sh /var 確認我用了多少空間 ( 4.4 MB only ) 再下 fsck -f -y /dev/ad0s1e ( 視個人機器有所異 ) 再給它 sync 最後 reboot ~ Finish ! - ...

刪檔案後可用空間卻愈來愈少?

Annie avatar
By Annie
at 2007-07-04T08:28
今天處理這台電腦情況很怪,說 /var 已經被填滿了 但是檢查並沒有很大的檔案啊,最大的也只有 maillog 把它備份後再 true andgt; maillog 後,使用空間反而愈來愈大 ? 我又再試了一次,再 true andgt; smbftpd.log 一次 ( 可以說是次大的檔案了 ) 結果還是一 ...

ssh登入時斷線

Susan avatar
By Susan
at 2007-07-04T01:51
請問若在ssh遠端登入時斷線的話 那未完成的工作會自動繼續做完嗎?(像是更新cvs之類的) 還是直接結束掉了呢? - ...