Networking Forums

Networking Forums > Computer Networking > Linux Networking > Packet forwarding for Battle.net port 4000 6112-6119

Reply
Thread Tools Display Modes

Packet forwarding for Battle.net port 4000 6112-6119

 
 
Owner
Guest
Posts: n/a

 
      04-03-2010, 12:24 AM
This is current setting

internet -- linux -- AP -- host 10.1.1.52
(which i'm configuring)

iptables -t nat -A POSTROUTING -s 10.1.1.0/24 -o eth0 -j MASQUERADE
iptables -A FORWARD -s 10.1.1.0/24 -o eth0 -j ACCEPT
iptables -A FORWARD -d 10.1.1.0/24 -m state --state ESTABLISHED,RELATED -i eth0
-j ACCEPT

openning port 59527 for bittorrent on host 10.1.1.52

iptables -t nat -A PREROUTING -p tcp --dport 59527 -j DNAT --to-destination 10.1
..1.52
iptables -A FORWARD -s 10.1.1.52 -p tcp --dport 59527 -j ACCEPT

problem lines

iptables -t nat -A PREROUTING -p tcp --dport 4000 -j DNAT --to-destination
10.1.1.52
iptables -t nat -A PREROUTING -p tcp --dport 6112:6119 -j DNAT
--to-destination 10.1.1.52
iptables -A FORWARD -s 10.1.1.52 -p tcp --dport 4000 -j ACCEPT
iptables -A FORWARD -s 10.1.1.52 -p tcp --dport 6112:6119 -j ACCEPT

everytime i tried to connect battle.net with warcraft III it hangs
Can anyone figure out why from commends above?
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
openning port for battle.net with iptables Owner Linux Networking 5 04-03-2010 02:49 PM
How To Open Port 6112 Matthew Broadband Hardware 0 01-23-2005 10:40 PM
Port Forwarding Software based on packet content gbnews Home Networking 10 09-10-2004 07:39 AM
D-Link Router + Battle.Net port issues ixtahdoom Windows Networking 2 01-02-2004 06:40 PM
Opening port 4000 on netgear DG814......... MagicUK Broadband 3 12-01-2003 09:11 PM



1 2 3 4 5 6 7 8 9 10 11