Step 5For Mac Users
What you'll need
You don't really need much to do this. All you need is: A Mac (this guide is for 10.4 but im sure it would be very similar on 10.5) And XBOX 360 (duh) A wireless ne&
step 2
To begin
1. Open up system preferences and go to Network. 2. Make sure location is set to "Automatic" and show is set to "Built-in Ethernet." 3. Now where is says "Configure IPv4,&
step 3
Now
Your router should have an IP Address, and it is usually 192.168.1.1, check on the bottom of the router to make sure. There should also be a username and password down the&
step 4
Back to System Preferences
1. Go back to System Preferences now and click on "Sharing." 2. Click on the "Internet" tab. 3. Make sure that on the drop down menu Airport is selected. 4. Click on the&
step 5
Now on your XBOX
1. Go to the "System" blade on your dashboard. 2. Go down to "Network Settings." 3. Now select "Edit Settings." 4. Select your IP settings and choose "Manual." 5. Now e&
step 6
Congratulations
Congrats. You are now connected to XBOX Live without having to have bought one of those ridiculously expensive wireless adapters. Have Fun!
Thanks to bsblade for his instructable. To see the whole instuctable, go to http://www.instructables.com/id/Use-your-Mac-OSX-as-a-Wirelss-Adapter-for-you-XBOX/
| « Previous Step | Download PDFView All Steps | Next Step » |









































Windows 7 Premium
=D
Copy the following into notepad and save it to a file called "OPENUP.BAT" (of type "all files"):
@ECHO OFF
@ECHO Configuring firewall to allow XBOX LIVE traffic.
@ECHO Please wait.
REM To allow Windows traffic:
netsh firewall add portopening protocol = TCP port = 139 name="TCP_139" mode = ENABLE profile = all > nul
netsh firewall add portopening protocol = TCP port = 445 name="TCP_445" mode = ENABLE profile = all > nul
netsh firewall add portopening protocol = UDP port = 137 name="UDP_137" mode = ENABLE profile = all > nul
netsh firewall add portopening protocol = UDP port = 138 name="UDP_138" mode = ENABLE profile = all > nul
REM to open TCP and UDP ports 5500, 5800 and 5900 for UltraVNC:
netsh firewall add portopening protocol = TCP port = 5500 name = "UltraVNC TCP5500" profile = all > nul
netsh firewall add portopening protocol = UDP port = 5500 name = "UltraVNC UDP5500" profile = all > nul
netsh firewall add portopening protocol = TCP port = 5800 name = "UltraVNC TCP5800" profile = all > nul
netsh firewall add portopening protocol = UDP port = 5800 name = "UltraVNC UDP5800" profile = all > nul
netsh firewall add portopening protocol = TCP port = 5900 name = "UltraVNC TCP5900" profile = all > nul
netsh firewall add portopening protocol = UDP port = 5900 name = "UltraVNC UDP5900" profile = all > nul
REM Allow PING responses
netsh firewall set icmpsetting 8 enable > nul
netsh firewall set opmode mode = DISABLE > nul
@ECHO Completed!
Save it, then run the file as an administrator. Note that I don't know what ports are required for XBOX LIVE specifically, but the method should be obvious from the above.
TCP 80
UDP 88
UDP 3074
TCP 3074
UDP 53
TCP 53
I added these exceptions, but the 360 will not connect. Any suggestions?
Go here.