• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 10:00
CEST 16:00
KST 23:00
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
Team TLMC #5 - Finalists & Open Tournaments0[ASL20] Ro16 Preview Pt2: Turbulence10Classic Games #3: Rogue vs Serral at BlizzCon9[ASL20] Ro16 Preview Pt1: Ascent10Maestros of the Game: Week 1/Play-in Preview12
Community News
Weekly Cups (Sept 8-14): herO & MaxPax split cups4WardiTV TL Team Map Contest #5 Tournaments1SC4ALL $6,000 Open LAN in Philadelphia8Weekly Cups (Sept 1-7): MaxPax rebounds & Clem saga continues29LiuLi Cup - September 2025 Tournaments3
StarCraft 2
General
#1: Maru - Greatest Players of All Time Weekly Cups (Sept 8-14): herO & MaxPax split cups Team Liquid Map Contest #21 - Presented by Monster Energy SpeCial on The Tasteless Podcast Team TLMC #5 - Finalists & Open Tournaments
Tourneys
Maestros of The Game—$20k event w/ live finals in Paris SC4ALL $6,000 Open LAN in Philadelphia Sparkling Tuna Cup - Weekly Open Tournament WardiTV TL Team Map Contest #5 Tournaments RSL: Revival, a new crowdfunded tournament series
Strategy
Custom Maps
External Content
Mutation # 491 Night Drive Mutation # 490 Masters of Midnight Mutation # 489 Bannable Offense Mutation # 488 What Goes Around
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ ASL20 General Discussion Pros React To: SoulKey's 5-Peat Challenge [ASL20] Ro16 Preview Pt2: Turbulence BW General Discussion
Tourneys
[ASL20] Ro16 Group D [ASL20] Ro16 Group C [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN
Strategy
Simple Questions, Simple Answers Muta micro map competition Fighting Spirit mining rates [G] Mineral Boosting
Other Games
General Games
Stormgate/Frost Giant Megathread Borderlands 3 Path of Exile General RTS Discussion Thread Nintendo Switch Thread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread
Community
General
Things Aren’t Peaceful in Palestine UK Politics Mega-thread US Politics Mega-thread Canadian Politics Mega-thread Russo-Ukrainian War Thread
Fan Clubs
The Happy Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread
Sports
2024 - 2026 Football Thread Formula 1 Discussion MLB/Baseball 2023
World Cup 2022
Tech Support
Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread High temperatures on bridge(s)
TL Community
BarCraft in Tokyo Japan for ASL Season5 Final The Automated Ban List
Blogs
The Personality of a Spender…
TrAiDoS
A very expensive lesson on ma…
Garnet
hello world
radishsoup
Lemme tell you a thing o…
JoinTheRain
RTS Design in Hypercoven
a11
Evil Gacha Games and the…
ffswowsucks
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1277 users

How-to instructions: 2 comps on bnet w/o lag!

Forum Index > BW General
Post a Reply
1 2 Next All
glaex
Profile Joined July 2005
United States304 Posts
Last Edited: 2007-06-20 17:02:24
June 09 2007 14:15 GMT
#1
OK since people are still having trouble I went and took screenshots to make it as retardedly simple as possible. I'm not going to go into the actual flashing process beyond providing the excellent link I used when I did it. Really there would be no point... it's different for some routers and there's a ton of step by step guides out there already if you just use google.

I started playing bw again after all the sc2 news, but once again ran in to the dreaded lag with multiple comps on lan in bnet issue. I had previously gotten this to work, but only with a d-link router that got fried years ago. These days I use one of the many routers that can be flashed with 3rd party firmware, in this case dd-wrt v23 SP2. The SP2 part is apparently important as older versions don't have that command box.
http://www.dd-wrt.com/wiki/index.php/Supported_Devices

Here's what you do:

Find the right firmware for your device and follow the installation guide to install it. For my router, I actually had to flash the firmware twice, here's the installation guide I used:
http://www.dd-wrt.com/wiki/index.php/WRT54G_v4_Installation_Tutorial

After you have the firmware installed
1. Login to your router and go to Administration ---> Commands
[image loading]


2. Paste the script below into a text document with word wrap off so that it becomes 4 lines:

iptables -t nat -I PREROUTING -p udp -d 70.100.200.24 --dport 63002 -j DNAT --to-destination 192.168.1.2:6112
iptables -t nat -I POSTROUTING -p udp -s 192.168.1.2 --sport 6112 -j SNAT --to-source 70.100.200.24:63002
iptables -t nat -I PREROUTING -p udp -d 70.100.200.24 --dport 63003 -j DNAT --to-destination 192.168.1.3:6112
iptables -t nat -I POSTROUTING -p udp -s 192.168.1.3 --sport 6112 -j SNAT --to-source 70.100.200.24:63003
[image loading]


3. Replace 70.100.200.24 with your public WAN ip address. This is the ip address displayed on the top of the router webpage.
[image loading]

4. Replace 192.168.1.2 with the private LAN ip address of computer 1
5. Replace 192.168.1.3 with the private LAN ip address of computer 2
you can find the private ip address of your computer by going to start>run>cmd and typing ipconfig
[image loading]


6. cut-paste the script from the text document into the commands field in Administration ---> Commands
[image loading]


7. Press Save Firewall and that's it. No messing around in regedit required. No need to forward ports either. In fact make sure you don't forward port 6112, 63003, or 63002. That could actually make it not work.

It should look like this after your done
[image loading]


Credit goes to John Paul in Austin Texas http://www.funofmath.com/weblog/2007/04/starcraft-and-nat.html
god im such a cheap whore
Superiorwolf
Profile Blog Joined March 2007
United States5509 Posts
June 09 2007 23:13 GMT
#2
Thanks! Just wondering, can this be applied to other games as well, like CounterStrike?
Check out my stream at www.teamliquid.net/forum/viewmessage.php?topic_id=315053 and follow me on Twitter @EGSuppy! :)
glaex
Profile Joined July 2005
United States304 Posts
June 10 2007 03:20 GMT
#3
Well, sure. Basically the first line just makes it so when that any computer with that ip tries to send out data on port 6112 (the starcraft port), data is sent out on 6302 instead. The second line makes it so that all data comming in on port 6302 gets sent to that computer as if its comming from port 6112. the 3rd and 4rth line do the same thing for the 2nd computer. This allows you to have as many computers as you want all seeming to communicate on the same port. As far as if it would benifit other games it all depends on if you're having the same port routing issue, but at the very least you would need to change 6112 to whatever port that game uses.
god im such a cheap whore
HiddenTalent
Profile Joined July 2005
United States246 Posts
June 10 2007 03:52 GMT
#4
Nice! I've always wanted to be able to have multiple comes play under the same roof! Thanks alot for sharing this info!
HydraRulz
Profile Blog Joined May 2006
Romania36 Posts
June 10 2007 05:12 GMT
#5
well i've tryed this and a lot of things, like changing the starcraft port too and then redirecting the ports, and there still is lag.
don't know what to do next
glaex
Profile Joined July 2005
United States304 Posts
June 10 2007 07:31 GMT
#6
Hydrarulz, what router and firmware are you using?
god im such a cheap whore
CharlieMurphy
Profile Blog Joined March 2006
United States22895 Posts
June 10 2007 07:57 GMT
#7
bookmarked this page, thanks will try when I have a lan that lags.
..and then I would, ya know, check em'. (Aka SpoR)
Rotodyne
Profile Blog Joined July 2005
United States2263 Posts
June 10 2007 08:04 GMT
#8
I have a D-LINK 524G, we can play in the same game together without lag, just not when one of us hosts. I guess that's better than most people, so I shouldn't complain ^_^
I can only play starcraft when I am shit canned. IPXZERG is a god.
kh0sa
Profile Joined June 2007
Canada2 Posts
June 16 2007 19:24 GMT
#9
I have a problem. I installed the dd-wrt and everything, however I still get lag after following the steps. I think the problem is because I don't know where to paste the lines... Admin>Commands is not there... im using Linksys wrt54g v 3.0

Please help with where to install.

my first comps ip is 192.168.1.3 and the other one (wireless) is 192.168.1.103, and my ip is 70.70.130.213. help would be much appreciated, plz also look below and see if i have inputted the numbers right ( i changed 6112 and 6113 to one number higher each because bnet said 6112 had poor connection or something)


iptables -t nat -I PREROUTING -p udp -d 70.70.130.213 --dport 63002 -j DNAT --to-destination 192.168.1.3:6113
iptables -t nat -I POSTROUTING -p udp -s 192.168.1.3 --sport 6113 -j SNAT --to-source 70.70.130.213:63002
iptables -t nat -I PREROUTING -p udp -d 70.70.130.213 --dport 63003 -j DNAT --to-destination 192.168.1.3:6114
iptables -t nat -I POSTROUTING -p udp -s 192.168.1.101 --sport 6114 -j SNAT --to-source 70.70.130.213:63003
Pain is weakness leaving the body
Naib
Profile Blog Joined November 2004
Hungary4843 Posts
June 16 2007 19:48 GMT
#10
Thanks a lot, if only this was available a few weeks earlier when we needed it greatly...too bad I'm not smart enough to figure this out on my own
Complete the cycle!
Waldon
Profile Joined April 2007
United States34 Posts
Last Edited: 2007-06-16 21:26:08
June 16 2007 21:19 GMT
#11
I can't even find the go to administrations > then to commands

I have a linksys WRT54GS on the firmware v4.71.1

I go to administrations, but there's no "command" option to paste any type of info or anything... is it just not supported on my router? help?

i checked that DD-WIKI 3rd party flash thing, i have a v1.1 and for the type of flash tool to be used is a "?"

so theres no way to flash it i guess..?
I like them round, big, soft, and with milk. Yes, some homemade cookies.
Waldon
Profile Joined April 2007
United States34 Posts
June 16 2007 21:47 GMT
#12
ok i found a OpenWRT source that worked with my v1.1 now when i login to my router it looks completely different --- but theres no "Administration" hence no "commands"


no where to paste anything to... help?
I like them round, big, soft, and with milk. Yes, some homemade cookies.
HolyToss1911
Profile Joined May 2007
354 Posts
Last Edited: 2007-06-16 23:56:45
June 16 2007 23:55 GMT
#13
i didnt want to make another threat but i have this problem i can host games and play 1v1 normal (i have ports 6110-6119 open) but i cant play 2v2 or 3v3 or 4v4 i lag the game i cant even play a 3 player free for all i cant find anything about this when i search the forums.

ps: i have a speedstream 4200 router, my speed is 328 kb/s.

ps2: i used to play starcraft when the version 1.12 was the lastest and i play with a dial up moden 3v3 without lag.
glaex
Profile Joined July 2005
United States304 Posts
Last Edited: 2007-06-20 13:34:12
June 19 2007 12:27 GMT
#14
kh0sa: edit nm, I was smoking crack. You had it right, the spaces belong there.

You type the script in at Administration > Commands in DD-WRT firmware v23sp2. In other versions it is probably somewhere else. After you paste the script in make sure you select save firewall. Again that is for v23sp2. In OpenWRT or Tomato or v23sp1 it might be somewhere else, if its there at all.

After that if you go the the commands page you will see the script below the commands box. Oh yeah, you also should delete any port forwarding settings with ports 6112 63002 or 63003
god im such a cheap whore
glaex
Profile Joined July 2005
United States304 Posts
June 20 2007 14:07 GMT
#15
I updated the original post pretty heavily.

Also it doesn't have anything to do with starcraft, but if you use p2p a lot you're probably used to having to reboot your router after every couple days. To fix this just change the maximum ports and TCP/UDP Timout under Administraton > Management > IP Filter Settings (adjust these for P2P) to: Maximum Ports 4096, TCP Timeout (in seconds) 120, UDP Timeout (in seconds) 120 like in the picture below
[image loading]


god im such a cheap whore
5HITCOMBO
Profile Joined March 2006
Japan2239 Posts
Last Edited: 2007-06-20 14:22:36
June 20 2007 14:21 GMT
#16
Also, it's extremely helpful to set your computer(s)' addresses to static ip addresses within the router.

i.e. 192.168.1.115 or something. Only the last variable should change. If your router uses a 192.168.2.x or a 192.168.0.x address, replace the x with some random number in the same fashion.

If you have two routers for some retarded or non-retarded reason, you may have a bit more trouble getting this to work.

Remember never to set x to 1 or 0 or 255. If you don't understand why, it's okay, but just remember that those numbers are no good.
I live in perpetual fear of terrorists and studio gangsters
prOxi.swAMi
Profile Blog Joined November 2004
Australia3091 Posts
June 20 2007 15:44 GMT
#17
nice post, straight into my favs
Oh no
Kreeeee
Profile Joined May 2004
305 Posts
Last Edited: 2007-06-22 01:54:23
June 22 2007 01:47 GMT
#18
Well I can now play in the same game now no one can join my games :p

Edit: People can join but they get dropped
I refuse to engage in a battle of wits against an unarmed opponent.
glaex
Profile Joined July 2005
United States304 Posts
June 23 2007 04:22 GMT
#19
Yeah, thats the trade off, it's as good as it gets for any setup I think. You can join with your lan computers but not create. Also when you're joining games where you have to download the map, make sure the first computer downloads the map before the second joins.

Posts like this make me wonder how many people have successfully followed this walk through... It would be nice if more posted about their success
god im such a cheap whore
Kreeeee
Profile Joined May 2004
305 Posts
June 23 2007 07:57 GMT
#20
On June 23 2007 13:22 glaex wrote:
Yeah, thats the trade off, it's as good as it gets for any setup I think. You can join with your lan computers but not create. Also when you're joining games where you have to download the map, make sure the first computer downloads the map before the second joins.

Posts like this make me wonder how many people have successfully followed this walk through... It would be nice if more posted about their success


I have a WRT45G v1.1 with firmware:

Firmware Version: v4.71.1, Hyperwrt 2.1b1 + Thibor15c

I can join anyones game in any configuration without any issues, even if we both don't have the map and join at pretty much the same time. The only issue I have is that neither PC can host games, also I needed to forward the 2 new ports for it to work.

Hope that helps, thanks a lot for this guide.
I refuse to engage in a battle of wits against an unarmed opponent.
1 2 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 5h
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
RotterdaM 652
TKL 171
Rex 163
IndyStarCraft 160
ProTech71
Vindicta 29
StarCraft: Brood War
Britney 43552
Bisu 2811
Rain 2286
GuemChi 1892
Horang2 1746
Hyuk 1452
EffOrt 694
firebathero 623
BeSt 578
Mini 504
[ Show more ]
Larva 446
Killer 372
Zeus 200
Soma 200
ZerO 174
Snow 158
Hyun 143
Last 140
hero 96
Sharp 92
Rush 62
JYJ59
sorry 56
ToSsGirL 47
Backho 45
soO 39
Sexy 27
Free 26
scan(afreeca) 19
sas.Sziky 18
Sacsri 18
ajuk12(nOOB) 14
Noble 13
Bale 11
Terrorterran 10
NaDa 10
Hm[arnc] 8
Dota 2
Gorgc4579
singsing4265
qojqva2536
Dendi1584
420jenkins319
XcaliburYe305
Fuzer 263
Counter-Strike
zeus481
oskar119
Other Games
gofns31309
tarik_tv19733
B2W.Neo1024
hiko423
DeMusliM412
crisheroes344
Hui .309
XaKoH 131
Sick102
Liquid`VortiX93
QueenE60
NeuroSwarm39
Trikslyr31
ZerO(Twitch)9
Organizations
StarCraft: Brood War
UltimateBattle 1485
StarCraft 2
WardiTV586
CranKy Ducklings104
IntoTheiNu 18
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 17 non-featured ]
StarCraft 2
• intothetv
• sooper7s
• Migwel
• AfreecaTV YouTube
• LaughNgamezSOOP
• IndyKCrew
• Kozan
StarCraft: Brood War
• HerbMon 30
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 3107
• WagamamaTV250
League of Legends
• Nemesis6754
• Jankos1774
• TFBlade361
Other Games
• Shiphtur78
Upcoming Events
OSC
5h
Cure vs Iba
MaxPax vs Lemon
Gerald vs ArT
Solar vs goblin
Nicoract vs TBD
Spirit vs Percival
Cham vs TBD
ByuN vs Jumy
RSL Revival
20h
Maru vs Reynor
Cure vs TriGGeR
Map Test Tournament
21h
The PondCast
23h
RSL Revival
1d 20h
Zoun vs Classic
Korean StarCraft League
2 days
BSL Open LAN 2025 - War…
2 days
RSL Revival
2 days
BSL Open LAN 2025 - War…
3 days
RSL Revival
3 days
[ Show More ]
Online Event
4 days
Wardi Open
4 days
Monday Night Weeklies
5 days
Sparkling Tuna Cup
5 days
LiuLi Cup
6 days
Liquipedia Results

Completed

Proleague 2025-09-10
Chzzk MurlocKing SC1 vs SC2 Cup #2
HCC Europe

Ongoing

BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
LASL Season 20
RSL Revival: Season 2
Maestros of the Game
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1

Upcoming

2025 Chongqing Offline CUP
BSL World Championship of Poland 2025
IPSL Winter 2025-26
BSL Season 21
SC4ALL: Brood War
BSL 21 Team A
Stellar Fest
SC4ALL: StarCraft II
EC S1
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
MESA Nomadic Masters Fall
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.