Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2001 18:23:22 -0500 (CDT)
From:      Nick Rogness <nick@rogness.net>
To:        "Hays, Sam" <SGHays@PatioEnclosuresInc.com>
Cc:        "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Natd and Battle.net
Message-ID:  <Pine.BSF.4.21.0105181815541.62897-100000@cody.jharris.com>
In-Reply-To: <F3E75182E249D3119CF1006008A950CE735912@mozart.patioenclosuresinc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 18 May 2001, Hays, Sam wrote:

> Anybody have any experience getting battle.net, specifically starcraft
> working with nat on freebsd 4.3?
> 
> the set up is this:
> 
> [BSD Firewall/router/dhcpd/natd]
> xl0:24.xxx.xxx.xxx  /  xl1:192.168.0.1 
> 
> and
> 
> [Win2k]
> 192.168.0.10
> 
> 
> According to blizzards website, battle.net is 'nat friendly' but I
> keep getting the famous UDP error message.  My Nat configuration is
> this:
> 
> interface xl0
> dynamic yes
> use_sockets yes
> same_ports yes
> punch_fw 500:100
> 
> Thats it for right now, although I had had:
> redirect_port udp 192.168.0.10:6112-6119 6112-6119

	You will need this line along with the same line for tcp traffic.

	ALso make sure you are allowing firewall traffic (in this order):

	divert natd ip from any to any
	allow tcp from any to 192.168.0.10:6112-6119 
	allow tcp from me 6112-6119 to any
	allow udp from any to 192.168.0.10:6112-6119 
	allow udp from me 6112-6119 to any

	I don't know if the punch_fw option in natd will help you much
	(not sure on that point).

Nick Rogness <nick@rogness.net>
 - Keep on Routing in a Free World...
  "FreeBSD: The Power to Serve!"




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0105181815541.62897-100000>