porttunnel綠色破解版提供下載
TCP/IP 端口重定向記錄.通過(guò)在服務(wù)器安裝運(yùn)行此程序, 可以使因特網(wǎng)上的計(jì)算機(jī)訪問(wèn)局部網(wǎng)內(nèi)的計(jì)算機(jī)建立的HTTP、FTP與SMTP服務(wù),
*包含IP 安全(與Win2K/WinXP 上秘密端口)
* 多數(shù)TCP都通過(guò)代理連接
* 能通過(guò)'PORT'與'PASV'命令使用FTP
* SMTP relay filtering
* SSL 支持
* 運(yùn)行所有 Windows上的一種服務(wù)程序
* 能記錄所有數(shù)據(jù)
* 非常好的網(wǎng)絡(luò)調(diào)試程序
* 能重定向許多端口
使用說(shuō)明:
在自己電腦上開設(shè)ftp.
ip:192.168.0.66
端口:21
在服務(wù)器上porttunnel使用時(shí)
增加-〉常規(guī)—〉
名字:任意
輸入端口:21(注意21,80等)
捆綁地址:X.X.X.X
輸出端口:21
輸出地址:192.168.0.66
ftp選項(xiàng)-〉選擇“使用port與pasv命令”
激活
即可
read ReadMe_ENGUK.txt in PortTunnel_ENGUK.zip for the most upto date info.
我確實(shí)需要寫一個(gè)說(shuō)明文檔, 但我沒(méi)有寫:-)
********** [ 主要參數(shù) ] **********
啟用: 啟用/停止端口映射
輸入端口和捆綁地址: 內(nèi)部網(wǎng)的某一臺(tái)計(jì)算機(jī)端口與IP地址
輸出端口和輸出地址: 代理服務(wù)器出口的端口和IP地址或域名
緩沖大小: if you filll porttunnel is slowing down you through put,
try increasing this value. (only likely to be necessary on very high volume connections)
最大連接數(shù)目: allows you to define how many connections can be using the mapping at once (connections attempts above this will be blocked).
Force OOB inline: fixes a few issues with some ftp clients (I've only seen it needed with Bullet Proof FTP client)
********** [ 主要參數(shù)結(jié)束 ] **********
********** [ HTTP&FTP options ] **********
代理 http 1.1 連接: 通過(guò)這個(gè)代理與外部連接
如:你現(xiàn)在通過(guò)代理服務(wù)器正在上網(wǎng),要想聊天,創(chuàng)建在127.0.0.1/6667上映射一個(gè)端口,代理服務(wù)器
地址ircserver.company.com/6667, 映射到你的127.0.0.1/6667上.
使用代理服務(wù)登錄: 使用用戶與口令上代理服務(wù)器
transalte ftp port and pasv: if you are redirecting a ftp connection, tick this.
********** [ end HTTP&FTP options ] **********
********** [ IP 安全操作 ] **********
main text window: enter the IPs you want to accept/block.
search for ip: allows you ask which line will decide the result of a connection request from a choosen IP.
redirect bad IPs: allows you to redirect 'blocked' ips to a different ip/port.
if this is ticked and has 0 for the port or a blank address, the IP will be blocked.
if this is ticked and doesn't have 0 for the port and doesn't doesn't a blank address, the IP will be redirected.
if this is un ticked and you are using win2k/xp then the IP will be blocked, and the port placed in stealth mode (the client doesn't receive any reply to the attempted connection - they will just time out as though there was no server PC at the address/port at all)
if this is un ticked and you are not using win2k/xp. the IP will be blocked.
advanced stuff ........
to use an external file for the ips, do something like the following
1. in the IP Security tab, enter
i,c:\valid_ips.txt
2. create c:\valid_ips.txt, and use the same syntax inside it eg.
y,127.0.0.1
y,12.34.56.78
n,*
// etc
and then every time you modify c:\valid_ips.txt, porttunnel will notice, and reload it. (it checks the date/time stamp every 30 seconds). so have your perl script (or whatever method you choose) generate/update c:\valid_ips.txt whenever you want. you can even 'nest' these files, ie have one c:\valid_ips.txt include another file with the 'i' syntax. you can also have multiple includes, etc. here's an example I just typed up, to show you the flexibility ....
----- [start example] -----
----- [in ftp port mapping IP security tab] -----
i,c:\ftp_valid_ips.txt
----- [end] -----
----- [in irc port mapping IP security tab] -----
i,c:\irc_valid_ips.txt
----- [end] -----
----- [in file c:\ftp_valid_ips.txt] -----
i,c:\global_ban_list.txt
y,34.56.78.99 // a friend I let use ftp
i,c:\global_ok_list.txt
n,*
----- [end] -----
----- [in file c:\irc_valid_ips.txt] -----
i,c:\global_ban_list.txt
y,12.45.12.45 // a friend I let use irc
i,c:\global_ok_list.txt
n,*
----- [end] -----
----- [in file c:\global_ok_list.txt] -----
y,66.66.66.66 // a friend I let use every thing
----- [end] -----
----- [in file c:\global_ban_list.txt] -----
n,33.44.66.77 // a lamer I hate
----- [end] -----
----- [end example] -----
try studying the default stuff in the IP Security tab, that has simple examples showing the syntax.
********** [ end IP Security options ] **********
********** [ 日志記錄操作 ] **********
連接: 記錄連接的信息(并且詳細(xì)斷開)和錯(cuò)誤
所有數(shù)據(jù): 有關(guān)調(diào)試問(wèn)題數(shù)據(jù)保存在這個(gè)文件夾
寫狀態(tài): 接收與發(fā)送的有關(guān)信息保存在這個(gè)文件中
日期格式:
d Day of month as digits with no leading zero for single-digit days.
dd Day of month as digits with leading zero for single-digit days.
ddd Day of week as a three-letter abbreviation.
dddd Day of week as its full name.
M Month as digits with no leading zero for single-digit months.
MM Month as digits with leading zero for single-digit months.
MMM Month as a three-letter abbreviation.
MMMM Month as its full name.
y Year as last two digits, but with no leading zero for years less than 10.
yy Year as last two digits, but with leading zero for years less than 10.
yyyy Year represented by full four digits.
gg Period/era string. This element is ignored if the date to be formatted does not have an associated era or period string.
For example, to the following
Wed, Aug 31 94
use the following string
dd',' MMM dd yy
時(shí)間格式:
h Hours with no leading zero for single-digit hours; 12-hour clock
hh Hours with leading zero for single-digit hours; 12-hour clock
H Hours with no leading zero for single-digit hours; 24-hour clock
HH Hours with leading zero for single-digit hours; 24-hour clock
m Minutes with no leading zero for single-digit minutes
mm Minutes with leading zero for single-digit minutes
s Seconds with no leading zero for single-digit seconds
ss Seconds with leading zero for single-digit seconds
t One character time marker string, such as A or P
tt Multicharacter time marker string, such as AM or PM
For example, to get the following
11:29:40 PM
use the following string
hh':'mm':'ss tt
********** [ 日志記錄結(jié)束 ] **********
louis@steelbytes.com
本地下載
相關(guān)文章
256M內(nèi)存的朋友有福了中文內(nèi)存優(yōu)化壓縮整理軟件
這篇文章主要介紹了中文內(nèi)存優(yōu)化壓縮整理軟件的相關(guān)資料,需要的朋友可以參考下2006-12-12沒(méi)有文件大小限制并免費(fèi)的PDF到HTML轉(zhuǎn)換工具
很多時(shí)候我們想將我們的pdf文檔,轉(zhuǎn)換為html格式的方便用戶在線閱讀,那么就可以使用這款工具了2013-09-09ChinaUnix.net技術(shù)文檔手冊(cè)中心
ChinaUnix.net技術(shù)文檔手冊(cè)中心...2007-01-01番茄花園 Ghost XP SP2 V3.0 免激活版 提供下載地址
番茄花園 Ghost XP SP2 V3.0 免激活版 提供下載地址...2007-11-11WinXPSP2 2007增強(qiáng)安裝版[最強(qiáng)大的自動(dòng)安裝版本] 下載
WinXPSP2 2007增強(qiáng)安裝版[最強(qiáng)大的自動(dòng)安裝版本] 下載...2007-03-03高級(jí)新云系統(tǒng)3.0SQL封裝原版newasp商業(yè)版帶采集組件
本篇文章主要介紹了高級(jí)新云系統(tǒng)3.0SQL封裝原版newasp商業(yè)版帶采集組件,小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2007-11-11硬盤監(jiān)控工具 HDDlife Pro v2.9.110 +漢化版 下載
硬盤監(jiān)控工具 HDDlife Pro v2.9.110 +漢化版 下載...2007-04-04番茄花園 Windows XP Pro SP2 免激活 V3.5迅雷高速下載
番茄2008年系列的所有操作系統(tǒng),全部恢復(fù)純凈版本,保證不安裝其他惡意軟件或惡意插件,全部按照用戶的意見(jiàn)來(lái)參考和制作。番茄3.5主要特點(diǎn)是DIY模式安裝,也就是安裝到最后13分鐘的時(shí)候會(huì)出現(xiàn)安裝選擇的提示,有1分鐘的等待時(shí)間來(lái)讓大家選擇一些功能,如果不選擇會(huì)按照默認(rèn)的選擇來(lái)安裝!如果你錯(cuò)過(guò)了等待時(shí)間,你可以裝好了以后去添加刪除里卸載不需要的組件。2008-02-02