PDA

View Full Version : BF2 1.41 linux private server fix .........Where?!?


melmac09
21-03-2009, 05:31
Hello,

Search for Battlefield 2 "1.41 ver. 1.1.2965-797.0 " [linux "debian" private server fix] !!
Can I please help because one ??


Regards
melmac

TippeX
21-03-2009, 07:37
linux is typically not supported here, only windows is... so you're going to have to make your own, or wait for some kind soul to do it (i hope you're patient if this is the case)

Joe Forster/STA
21-03-2009, 08:53
Nay, GCW does support Linux, it's just that, yeah, Linux stuff doesn't emerge very often. What GCW does not support, on the other hand, is Macintosh stuff.

-HeX-
25-03-2009, 00:04
Hello,

I'm looking for this one too, I can't find anything. The worst thing is that i had a BF2 private server running in linux to play with friends a couple of years ago, now I can't find the patch, I don't even remember if it was a patch or something else :( . Too bad GCW don't support linux anymore.

Tippex: can you help us on this, please tell us where to start ;)


GL.

melmac09
14-04-2009, 12:56
Ok, I have the solution. ;)

Install on root "iptables"
Now enter the following:

iptables -A INPUT -m udp -p udp --sport 29910 -s 0/0 -j DROP
iptables -A INPUT -m udp -p udp --sport 139 -s 0/0 -j DROP
iptables -A INPUT -m tcp -p tcp --sport 29910 -s 0/0 -j DROP
iptables -A INPUT -m tcp -p tcp --sport 1433 -s 0/0 -j DROP
iptables -A INPUT -m tcp -p tcp --sport 1434 -s 0/0 -j DROP
iptables -A INPUT -m tcp -p tcp --sport 139 -s 0/0 -j DROP
iptables -A INPUT -m udp -p udp --sport 29900 -s 0/0 -j ACCEPT
iptables -A INPUT -m udp -p udp --sport 16567 -s 0/0 -j ACCEPT
iptables -A INPUT -m udp -p udp --sport 55123 -s 0/0 -j ACCEPT
iptables -A INPUT -m udp -p udp --sport 55124 -s 0/0 -j ACCEPT
iptables -A INPUT -m udp -p udp --sport 55125 -s 0/0 -j ACCEPT
iptables -A INPUT -m tcp -p tcp --sport 4711 -s 0/0 -j ACCEPT
iptables -A INPUT -m tcp -p tcp --sport 4712 -s 0/0 -j ACCEPT

Check with: iptable -L
Start Gameserver....finished ;)