問一個ipfw設定的問題 - BBS
By Iris
at 2005-04-02T11:42
at 2005-04-02T11:42
Table of Contents
假設我現在有兩台機器
一台是FreeBSD用來架防火牆和NAT (1.2.3.4)
另一台是XP (192.168.1.1)
那我要怎麼做才能讓XP那一台只能連 80 port
FreeBSD那台可以連21,23,80 port呢
我試了幾次都是只有一台可以連出去
#!/bin/sh
subnet="192.168.1.0"
fwcmd="/sbin/ipfw -q"
${fwcmd} -f flush
${fwcmd} add pass all from 127.0.0.1 to 127.0.0.1
${fwcmd} add divert natd ip from any to any via vr0
...
中間要怎麼寫呢?
...
${fwcmd} add 65534 deny all from any to any
希望各位高手可以幫忙一下
或是介紹一些資料可以讓我參考參考(有範例的更好)
感謝
--
Tags:
BBS
All Comments
Related Posts
Re: 任何FTP都不能跑,除了ftpd以外
By Harry
at 2005-04-02T10:54
at 2005-04-02T10:54
新手問題
By James
at 2005-04-02T01:27
at 2005-04-02T01:27
Re: HP E60安裝freebsd 4.11
By Hedy
at 2005-04-02T01:03
at 2005-04-02T01:03
任何FTP都不能跑,除了ftpd以外
By Victoria
at 2005-04-02T00:10
at 2005-04-02T00:10
FreeBSD上使用USB介面之無線網卡
By Connor
at 2005-04-01T14:41
at 2005-04-01T14:41