Dave Heavy Industries » xbox live http://www.daveheavyindustries.com Dave Heavy Industries - blog Mon, 12 Aug 2013 00:24:10 +0000 en-US hourly 1 http://wordpress.org/?v=3.6 XBOX Live port forwards for Cisco 800 (877 used here) http://www.daveheavyindustries.com/2011/02/10/xbox-live-port-forwards-for-cisco-800/ http://www.daveheavyindustries.com/2011/02/10/xbox-live-port-forwards-for-cisco-800/#comments Thu, 10 Feb 2011 03:59:59 +0000 admin http://wp.daveheavyindustries.com/?p=105 How to get xbox live working on your xbox behind a Cisco

Xbox Live needs TCP/3074, UDP/3074, UPD/88 forwarded to the xbox from the outside interface of the router

Xbox Connect needs TCP/8602 forwarded

Assumptions

Xbox - 10.1.1.2
Router - 10.1.1.1
Internet Interface - Dialer1

Instructions

Log into your router (usually something like telnet 10.1.1.1 from your pc, and enter the login credentials)

Enter configure mode

Configure Terminal

Add the Forwards

ip nat inside source static tcp 10.1.1.2 3074 interface Dialer1 3074 ip nat inside source static udp 10.1.1.2 3074 interface Dialer1 3074 ip nat inside source static udp 10.1.1.2 88 interface Dialer1 88 ip nat inside source static tcp 10.1.1.2 8602 interface Dialer1 8602
Exit Configure mode
Exit

Write the config & Exit

Write Memory
Exit
Easy huh?
]]>
http://www.daveheavyindustries.com/2011/02/10/xbox-live-port-forwards-for-cisco-800/feed/ 0