NAT Port Forwarding有錯誤 - BBS

Wallis avatar
By Wallis
at 2008-03-15T00:09

Table of Contents

※ 引述《[email protected] (FreeBSD傷腦中)》之銘言:
: ※ 引述《[email protected] (可愛茶)》之銘言:
: > 題外話.. 我建議使用 pf .. 可以作的事更多..
: > 如果是使用 pf 的話.. config 如下..
: > # 原本的 NAT
: > nat on de0 from 192.168.112.0/24 to any -> 140.115.208.168/32
: > # Portmapping
: > rdr on de0 proto tcp from any to 140.115.208.168/32 port 3389 -> (接下面)
: > 192.168.112.168 port 3389
: 別忘了(以下執行權限為 root)
: %> echo "gateway_enable=\"YES\"" >> /etc/rc.conf
: %> kldload pf
: 啟動 pf
: 1. %> /etc/rc.d/pf start
: 2. %> pfctl -e
: 關閉 pf
: 1. %> /etc/rc.d/pf stop
: 2. %> pfctl -d
: 如果 /etc/rc.d/pf restart 會讓遠端連線斷線
: 可以試試
: %> pfctl -de
: reference
: http://www.openbsd.org/faq/pf/nat.html
: http://cavanantha.wordpress.com/2007/09/16/nat-on-freebsd-using-pf/

我自己用pf都是

pfctl -f xxx.conf

就會使用新的設定了

不需要 pfctl -d ; pfctl -e

提供給大家參考

--
Tags: BBS

All Comments

NAT Port Forwarding有錯誤

Annie avatar
By Annie
at 2008-03-13T19:16
※ 引述《JoeHorn.bbsatStar.leobbs.net (獅子男)》之銘言: : ※ 引述《bestwishes.bbsatptt.cc (覓知音 尋知己...)》之銘言: : : 然後natd有錯誤訊息 : : natd: Unable to bind divert socket.: Addre ...

NAT Port Forwarding有錯誤

Suhail Hany avatar
By Suhail Hany
at 2008-03-13T12:57
先感謝之前大大幫忙 NAT終於架成功了 目前配置是 外網-------FreeBSD-------XP (140.115.208.168) (192.168.112.168) (192.168.112.254) 可是我現在想要 ...

KERNEL無法安裝

Hamiltion avatar
By Hamiltion
at 2008-03-12T21:55
※ 引述《bestwishes (覓知音 尋知己...)》之銘言: : 在google搜尋了很久 還是毫無頭緒... : 我現在用的是6.2-RELEASE : 以下是我編譯KERNEL的步驟 : 1. cd /usr/src/sys/i386/conf : 2. cp GENERIC MYKERNEL : ...

rsync Patch patch-CVE-2007-4091 failed

Edith avatar
By Edith
at 2008-03-12T15:10
※ 引述《kxeme (演算法可以吃嗎?)》之銘言: : ※ 引述《chinsan.bbsatbbs.sayya.org (有若無,實若虛)》之銘言: : : cd /usr/ports/net/rsync ; ident Makefile ; make showconfig : : 貼一下 : patch- ...

rsync Patch patch-CVE-2007-4091 failed

Eden avatar
By Eden
at 2008-03-12T13:08
※ 引述《chinsan.bbsatbbs.sayya.org (有若無,實若虛)》之銘言: : ※ 引述《ccpz.bbsatptt.cc (OoOoOo)》之銘言: : andgt; 前幾天更新到 freebsd 7 後安裝 rsync-3.0 出現這樣的問題 : andgt; ports tree 已經 ...