社區網路可以玩aoc嗎

顯示結果從第 1 筆 到 3 筆,共計 3 筆
  1. #1
    會員
    註冊日期
    2002-03-28
    討論區文章
    34

    社區網路可以玩aoc嗎

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



  2. #2
    會員
    註冊日期
    2002-03-28
    討論區文章
    34

    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]

  3. #3
    會員
    註冊日期
    2001-08-27
    討論區文章
    54
    社區網路確定可以玩aoc啦...cs...等....都可以喔....

類似的主題

  1. 浮動IP可以玩AOK嗎?【求助】
    作者:ykk 所在討論版:---- ADSL 軟 硬 體 技 術
    回覆: 4
    最後發表: 2002-11-05, 09:40 AM
  2. 【問題】學術網路可以隱藏ip嗎?
    作者:pupu 所在討論版:-- 網 路 技 術 版
    回覆: 3
    最後發表: 2002-05-06, 05:14 PM
  3. 社區網路內的ip可以架站嗎?
    作者:on-18 所在討論版:-- 網 路 技 術 版
    回覆: 11
    最後發表: 2002-04-09, 11:29 PM
  4. 請問用IP分享器後可用區網玩AOC嗎??
    作者:doraemoncast 所在討論版:-- 網 路 硬 體 版
    回覆: 6
    最後發表: 2001-05-31, 05:30 PM

 

此網頁沒有從搜尋引擎而來的訪客

發表文章規則

  • 不可以發表新主題
  • 不可以回覆文章
  • 不可以上傳附加檔案
  • 不可以編輯自己的文章
  •