Darcy,

Although I haven't personally tried yet, my guess is that the following
three lignes are wrong:
> DNAT    loc:192.168.1.99    net    tcp    3074
> DNAT    loc:192.168.1.99    net    udp    3074
> DNAT    loc:192.168.1.99    net    udp    88

You should not need to dynamically translate towards the internet. The only
ports that you need to translate and forward to your Xbox are those coming
from the internet towards your Xbox.
However, you may need to tell Shorewall to allow those ports to access the
internet so you may need to add:

ACCEPT loc:192.168.1.99   net    tcp  3074
ACCEPT loc:192.168.1.99   net    udp  3074
ACCEPT loc:192.168.1.99   net    udp  88

on 31/08/2003 18:32, Darcy Parker at [EMAIL PROTECTED] wrote:

> Good day all,
> 
> I am trying to open the ports for an XBOX for XBOX Live.  I got the port
> info from the XBOX site stating that is uses UDP Ports 88, UDP/TCP Ports
> 3074 and UDP Port 53.
> 
> I set up a DNAT under shorewall rules  as follows:
> 
> # DNAT for XBOX Rules
> DNAT    net    loc:192.168.1.99    tcp    3074
> DNAT    net    loc:192.168.1.99    udp    3074
> DNAT    loc:192.168.1.99    net    tcp    3074
> DNAT    loc:192.168.1.99    net    udp    3074
> DNAT    net    loc:192.168.1.99    udp    88
> DNAT    loc:192.168.1.99    net    udp    88
> 
> After I save the rules, backup shorewall and restart shore, I loose all
> external connectivity.
> 
> Have I done something wrong here?  Anyone else successfully set up XBOX?
> 
> Best regards,
> Darcy Parker
> 
> 
> 
> 
> 




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to