This is a discussion on iptables and BattleNet within the Linux Networking forums, part of the Linux Forums category; I've been trying to get BattleNet working behind my firewall. I can connect to BattleNet and play just fine, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I've been trying to get BattleNet working behind my firewall. I can
connect to BattleNet and play just fine, but I can't host any games. I've pored over usenet looking for iptables rules that will allow this, but none I've found actually work. Can anyone provide me with the necessary rules (and explain them)? Also, is it possible to allow arbitrary machines inside of a network to host games, or do I have to pick particular IPs to forward this traffic to? Thanks, Tad |
|
|||
|
"Tad Marko" <tad@tadland.net> wrote in message news:f5c5dc88.0312110946.37359b3c@posting.google.c om... > I've been trying to get BattleNet working behind my firewall. I can > connect to BattleNet and play just fine, but I can't host any games. > I've pored over usenet looking for iptables rules that will allow > this, but none I've found actually work. Can anyone provide me with > the necessary rules (and explain them)? > > Also, is it possible to allow arbitrary machines inside of a network > to host games, or do I have to pick particular IPs to forward this > traffic to? > > Thanks, > Tad Depends on the Game. Maybe the kali frontend for these games will work with the kali proxy for linux, to allow them to act as servers. that would then allow arbitrary connections. If the game supports socks5 proxy, that might work. The alternative is some sort of port forwarding from firewall to the game server. What you have to do is find out the ports for that game, which you can do with a port scanner, or a traffic sniffer (but first you need valid traffic), or as you say , get the details from somewhere. like google ... battlenet ports .. and here is what I found at http://www.opentechsupport.net/forum...c/15363-1.html " All this applies to Starcraft, Brood War, Warcraft II: Battle.net edition, Warcraft III, Diablo 2, and Diablo 2: Lord of Destruction. Furthermore, if you intend to host game from behind the router you will need to enable port forwarding of port 6112 to one machine, and 6113 to the other machine. If you are playing Warcraft 3, you'll also need to set the port is uses to the same port you have forwarded to the machine. " |