Nov 21, 2009

Opening Nat On Your Xbox - Upnp With Netgear - for NETGEAR users with UPnP enabled

free web hosting
Open Discussion > MODERATED AREA > Tutorials

Opening Nat On Your Xbox - Upnp With Netgear - for NETGEAR users with UPnP enabled

flashy
I think all of the NETGEAR Routers now come with UPnP

Follow this tutorial and i will show you how to open your NAT.

1. Go to 192.168.1.1 (or 192.168.0.1 - or whatever they supplied you with)

2. Go down to maintenance and 'Attached Devices'.

3. My xbox is named '---' - most xboxes have that default name.

4. Make sure your xbox is located there and is in the IP you selected in your xbox wifi setup.



5. Now go down to 'Advanced' then 'UPnP'

6. If the 'Turn UPnP On' is toggled - then uncheck it and apply. Then when it updates check it again then apply it. That would have refreshed the UPnP.

7. Run the xbox live test and the NAT should then appear 'Open' or atleast 'Moderate'.




Works all the time for me- and my neighbour, so it should work for you smile.gif

 

 

 


Comment/Reply (w/o sign-up)

(G)Jake

Ya but the Xbox needs to have an open NAT not a Moderate. That is the whole point. If you said you know how to open the NAT on the Netgear then don't give BS on just moderate because moderate doesn't work either

-reply by Jake

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : opening, nat, xbox, upnp, netgear, netgear, users, upnp, enabled

  1. Deny Or Grant Users Access To Files Of Choice (vista)
    Uses Bat Files To Deny Or Grant People Access To Files (3)
  2. Surf Internet Without Opening It. Useful For School
    How-to! (21)
    Wanna surf the internet without opening up internet explorer, firefox, or opera? This trick might
    save you from detention when you go back to school and go on my site. Open up Notepad. Start -> All
    Programs -> Accessories -> Notepad Press F1 to bring up the Help. Click the top left corner (the
    icon) of the help window. Select Jump to URL… Type in http://nerdnirvana.org . Now when your
    teachers come around to check out the windows you’ve opened, you won’t get caught! ....
  3. How To Control Other Users’ Privileges (microsoft Windows Steadystate 2.5)
    (1)
    Recently Microsoft has developed a program that makes user control easier. The program is called
    Windows SteadyState 2.5 and it needs a genuine version of windows. System Requirements
    • Supported Operating Systems: Windows Vista Enterprise; Windows Vista Home Premium; Windows
    Vista Ultimate Windows XP Professional, Windows XP Home Edition, Windows XP Tablet PC Edition with
    Windows XP Service Pack 2 (SP2) installed or Service Pack 3 (SP3) installed, Windows Vista Business,
    Windows Vista Home Basic, Windows Vista Starter, or Windows Vista with Servi....
  4. Internet Connection Sharing With Xbox 360 And A Laptop
    For Windows XP (possibly Vista) (23)
    Alright, I just found out about this very recently on my quest to get a wireless adapter for my Xbox
    360. You can use the wireless connection from your laptop as an internet connection for the 360.
    I'm putting this up because I had a lot of trouble with the DNS portion of this and no one has
    posted up the way that I found to do it, so here I go. Supplies: Laptop connected to internet Xbox
    360 Ethernet Cable (comes with Xbox, can use any other though) 1. First, have your xbox turned on.
    Also have your PC on, since this next part is all with the computer. This will....
  5. Dynamic Signature - Yet Another Way To Do It
    Create dynamic sigs for multiple users using .htaccess and RewriteRule (0)
    Ever since I connected a program I made in Visual Basic to MySQL database, I had an idea to create
    some sort of a status page... And I did that, where I updated my connection status every 60 seconds,
    updated my Winamp playlist, and several other interesting things... Then, I figured I could create
    an image, and display all that info, and show it on forums, as a signature... And I made a great
    PHP script, that look real fancy, and does the job perfectly... So, I was adding the reference to
    http://status.galahad.trap17.com/stat.php to all the forums... BUT (there's ....
  6. How To: Have Opera Check C-panel Webmail
    Geared toward Trap17 users (1)
    This tutorial is valid for Opera 9 or above; but previous versions might work. In the menu bar,
    go to Tools > Mail and chat accounts... Click on Add... Make sure Regular e-mail
    (POP) is selected. (It should be by default.) Click Next > . In this section, you see three
    fields: Real Name , E-mail address , and Organization . Organization is
    optional. Type in your name in the Real Name field, and your account's e-mail in the
    E-mail address field (syntax: cpanel_username@your_subdomain.trap17.com). Click Next....
  7. Asking Users To Confirm If They Wish To Leave The Page
    (10)
    I am sure all of us have had the frustration of having to retype an entire email from scratch
    because we accidentally hit "back" or otherwise left the page. As web technology improves and
    becomes more profound, such problems have found their simple solutions, as displayed by Google on
    Gmail, Google Calendars, Google Pages, Blogger etc. This tutorial will explore this script used to
    prevent a user from leaving the page accidentally. In order to achieve this, make sure your users
    have Javascript enabled. We will be using window.onbeforeunload. Firstly, open up your HTML ....
  8. Showing A Users Ip Address In Php
    (5)
    In this simple tutorial I will explain how to show a users IP address in your website statistics.
    Open the file you would like to show the IP in, and insert this code where you want it to show:
    CODE An IP Address whould show up. If you would like to have text infront of the IP, for
    example, IP Address: Blah Blah. Type: CODE IP Address: Make sure to save the file as
    '.php' format, otherwise the code will not work.....
  9. Who's Viewing My Site?
    Targeted for AIM users (11)
    As some of you may know, I asked a question on how to get a portion of the URL in the address bar
    and save it, and thanks to several sources*, I have successfully learned how to do that. Today, I
    will share with you, step-by-step, my knowledge. The object of this tutorial is to mimic a
    feature on many subprofiles where you're able to see the AIM screennames of people who viewed
    your site. Note : The URL that I will be using extensively throughout this tutorial is
    http://yoursite.trap17.com . This is not a special URL reserved on trap17 but is merely a represe....
  10. Opening New Tabs With Javascript
    (1)
    I just spent a couple of hours trying to figure out how to open new tabs from a Firefox sidebar. I
    found lots of different suggestions but none worked. Well finally I found this and it works. var
    browser = top.document.getElementById("content"); var tab = browser.addTab("http://www.google.com");
    An even better way of doing it is through: const kWindowMediatorContractID =
    "@mozilla.org/appshell/window-mediator;1"; const kWindowMediatorIID =
    Components.interfaces.nsIWindowMediator; const kWindowMediator = Components.classes
    .getService(kWindowMediatorIID); var browserWi....

    1. Looking for opening, nat, xbox, upnp, netgear, netgear, users, upnp, enabled

Searching Video's for opening, nat, xbox, upnp, netgear, netgear, users, upnp, enabled
See Also,
advertisement


Opening Nat On Your Xbox - Upnp With Netgear - for NETGEAR users with UPnP enabled

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com