NAT Problems

Soldato
Joined
7 Jul 2009
Posts
16,234
Location
Newcastle/Aberdeen
NAT Problems [SOLVED]

Well i got sick of not being able to join games on the 360 so i decided to look into changing the NAT type from 'Moderate' to 'Open'. I've found a few things on this, namely enabling UPnP (which was already on) and DMZ (which wasn't), so i decided this would be a good place to start. Went into the router homepage, logged in and went to the tab that said DMZ, and it refuses to load. It takes a while to get to a blank page where Firefox says 'Transferring data with 192.168.2.1' and goes nowhere.

Not just that however, it seems whenever this happens the router blocks me out, forcing a reset from the wall. This is what happens when i've tried to access the DMZ page:

Code:
ewan@ewan-desktop ~ $ sudo /etc/init.d/networking restart
 * Reconfiguring network interfaces...                                          There is already a pid file /var/run/dhclient.eth0.pid with pid 3063
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:1b:b9:d3:79:4c
Sending on   LPF/eth0/00:1b:b9:d3:79:4c
Sending on   Socket/fallback
DHCPRELEASE on eth0 to 192.168.2.1 port 67
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:1b:b9:d3:79:4c
Sending on   LPF/eth0/00:1b:b9:d3:79:4c
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
                                                                         [ OK ]

and this is what should happen when i restart networking:

Code:
ewan@ewan-desktop ~ $ sudo /etc/init.d/networking restart
 * Reconfiguring network interfaces...                                          There is already a pid file /var/run/dhclient.eth0.pid with pid 3285
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:1b:b9:d3:79:4c
Sending on   LPF/eth0/00:1b:b9:d3:79:4c
Sending on   Socket/fallback
DHCPRELEASE on eth0 to 192.168.2.1 port 67
send_packet: Network is unreachable
send_packet: please consult README file regarding broadcast address.
Internet Systems Consortium DHCP Client V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:1b:b9:d3:79:4c
Sending on   LPF/eth0/00:1b:b9:d3:79:4c
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPOFFER of 192.168.2.4 from 192.168.2.1
DHCPREQUEST of 192.168.2.4 on eth0 to 255.255.255.255 port 67
DHCPACK of 192.168.2.4 from 192.168.2.1
bound to 192.168.2.4 -- renewal in 864218740 seconds.
                                                                         [ OK ]

Which i thought was rather strange. The router is a Belkin F5D8633-4 and both me and the Xbox connect via Ethernet, although the printer and a laptop use Wireless G.

Any suggestions? I'm going out now but i'll happily answer any questions when i get back.
 
Last edited:
Nobody? I tried updating the firmware but the tool in the router's page didn't work and i can't find any new ones on the internet.

I'm thinking this might be a good time to sort out my network, spend £20 or so and tidy it up by adding a wired router (suggestions), getting some more, longer ethernet cables and getting a proper phone line cable as opposed to daisy chaining them which is what i think my dad has done to set this up.

EDIT: This might be just the ticket:

http://www.belkin.com/uk/support/article/?lid=enu&pid=F5D8633uk4A&aid=9464&scid=314

  • A usability problem of the DMZ has been resolved

EDIT 2: And it did, now i can get into the DMZ page :) All i need to do now is figure out how to use it... i assume i need to give it a static IP? How exactly would i go about doing that?
 
Last edited:
Okay, well guess who managed to solve all their own problems? Makes you feel like a genius :)

Set the IP Adress of the Xbox in it's own 'Network Settings' tab to something outside of the range of my router's pool, Subnet Mask and Gateway were easy but then it couldn't find the right DNS, so i manually set both of them to the Gateway (of my router) and it worked, but left me with a Strict NAT. Go into my newly updated router's firmware and set that IP Adress (192.168.2.200) as a DMZ and voila - Open NAT! :D

http://portforward.com/networking/staticip-xbox360.htm

Really need another Ethernet cable now though, i can have either the Xbox or the PC on.
 
That's cool mate, only other thing you could do if you wanted to free up the DMZ is port forward 3074 UDP/TCP to your 360 static IP.
 
Back
Top Bottom