社區網路可以玩aoc嗎 - PCZONE 討論區

返回   PCZONE 討論區 > ▲ -- 電 腦 軟 體 討 論 區 > -- 網 路 軟 體 討 論 二 版 (網路其他軟體)


PCZONE 討論區



通知

-- 網 路 軟 體 討 論 二 版 (網路其他軟體) 包括檔案傳輸和下載、網頁搜尋、網路工具、聊天、多媒體、架站軟體、線上字典等的疑難解答。

會員
社區網路可以玩aoc嗎
我朋友市社區網路 ~ 但好像是虛擬ip
請問有解決的辦法嗎 ?

回覆
會員
Re: 社區網路可以玩aoc嗎
我再某個網站找到解決辦法 請問有人可以幫我翻譯嗎 QQ
Here is a sample shell script which i (actually my brother use to play Age of Empires II (Age of Kings or The Conquerors) over the Zone. It should work just fine if you have all the needed kernel modules installed. Bear in mind it uses IPTables. --- Cut here --- #!/bin/sh echo -e " Loading aoe2fw.. " IPTABLES=/usr/sbin/iptables # Make sure this is the path to your iptables # (find it with 'whereis iptables' at your shell) EXTIF="ippp0" # The external interface, the interface that's connected to the Internet INTIF="eth0" # The internal interface, an ethernet card connected to your LAN hub/switch echo " External Interface: $EXTIF" echo " Internal Interface: $INTIF" PORTFWIP=192.168.0.3 # IP address of the machine you're going to play the game on. echo " Incoming Directplay/MSN Gaming Zone packets will be forwarded to $PORTFWIP" # All the neat stuff $IPTABLES -t nat -A PREROUTING -p tcp --dport 2300:2400 -i $EXTIF -j DNAT --to $PORTFWIP $IPTABLES -t nat -A PREROUTING -p udp --dport 2300:2400 -i $EXTIF -j DNAT --to $PORTFWIP $IPTABLES -t nat -A PREROUTING -p tcp --dport 28800:29000 -i $EXTIF -j DNAT --to $PORTFWIP $IPTABLES -t nat -A PREROUTING -p tcp --dport 47624 -i $EXTIF -j DNAT --to $PORTFWIP $IPTABLES -t nat -A PREROUTING -p udp --dport 6073 -i $EXTIF -j DNAT --to $PORTFWIP $IPTABLES -A FORWARD -p tcp -d $PORTFWIP --dport 2300:2400 -j ACCEPT $IPTABLES -A FORWARD -p udp -d $PORTFWIP --dport 2300:2400 -j ACCEPT $IPTABLES -A FORWARD -p tcp -d $PORTFWIP --dport 28800:29000 -j ACCEPT $IPTABLES -A FORWARD -p tcp -d $PORTFWIP --dport 47624 -j ACCEPT $IPTABLES -A FORWARD -p udp -d $PORTFWIP --dport 6073 -j ACCEPT echo -e " aoe2fw done. " --- End cut --- If you got any problems/questions, please feel free to mail [email protected]
回覆
會員

社區網路確定可以玩aoc啦...cs...等....都可以喔....

回覆







 XML   RSS 2.0   RSS 
本站使用 vBulletin 合法版權程式
站務信箱 : [email protected]

本論壇所有文章僅代表留言者個人意見,並不代表本站之立場,討論區以「即時留言」方式運作,故無法完全監察所有即時留言,若您發現文章可能有異議,請 email :[email protected] 處理。