Go Back  FlyerTalk Forums > Travel&Dining > Travel Technology
Reload this Page >

IP Configuration Question

Community
Wiki Posts
Search

IP Configuration Question

Thread Tools
 
Search this Thread
 
Old Jul 10, 2009 | 2:14 pm
  #16  
All eyes on you!
15 Years on Site
 
Join Date: Oct 2007
Location: Munich, Germany
Programs: Miles&More Blue, SPG Silver
Posts: 3,452
I can't talk for every Router out there but it should be standard that the router act as a relay. The PC will get the Gateway address of the router and the router will forward the request to the DNS-Server. That is how it should work with the majority of home routers. The only thing a router does is that it has a cache to store some of the DNS resolved addresses. So the PC if using DCHP doesn't know the IP-Address of the provider's server and the PC doesn't need to. The router does and will act as a relay.

That is how it works with routers from Dlink, Netgear, Sphairon, AVM etc.
flyingfkb is offline  
Old Jul 10, 2009 | 4:22 pm
  #17  
In Memoriam
 
Join Date: Feb 2000
Location: Easton, CT, USA
Programs: ua prem exec, Former hilton diamond
Posts: 31,801
Jump out to the command prompt and type

ipconfig /all

and report back what it says. It should look something like this:



I'm betting the gateway or DNS servers are missing. Based on the info the machine thinks it has, we can probably solve it from there.
cordelli is offline  
Old Jul 10, 2009 | 5:47 pm
  #18  
Original Poster
 
Join Date: Sep 2004
Location: Deep in the heart of...DL country.
Programs: DL GM
Posts: 3,838
Originally Posted by cordelli
Jump out to the command prompt and type

ipconfig /all

and report back what it says. It should look something like this:



I'm betting the gateway or DNS servers are missing. Based on the info the machine thinks it has, we can probably solve it from there.
Okay, that's easy because it was one of the first things I did this morning.

At startup (when I'm getting the "little or no connection" message), the gateway, DHCP server and DNS server addresses all start with 169.xxx as does the IP address for my laptop.

After I right-click the wireless icon in the taskbar and repair the connection, the gateway, DHCP server and DNS server addresses are all the 192.xxx for the Netgear router.

And the IP address for the laptop is the one that I set in the router settings last January.

Is that what you needed to know?
Tennisbum is offline  
Old Jul 10, 2009 | 6:41 pm
  #19  
In Memoriam
 
Join Date: Feb 2000
Location: Easton, CT, USA
Programs: ua prem exec, Former hilton diamond
Posts: 31,801
I think the issue is the DNS settings as JClishe suggested above. I don't think they should point to the router, they should point to a dns server.

You can try going directly by an IP address in the address bar, for example 67.201.16.68 for flyertalk, if that works, it's the DNS settings, you are not picking up any DNS to tell the machine that flyertalk is 67.201.16.68
cordelli is offline  
Old Jul 10, 2009 | 7:47 pm
  #20  
10 Countries Visited
All eyes on you!
20 Years on Site
 
Join Date: Mar 2003
Location: IAD
Programs: United MP
Posts: 7,856
Originally Posted by cordelli
I think the issue is the DNS settings as JClishe suggested above. I don't think they should point to the router, they should point to a dns server.

You can try going directly by an IP address in the address bar, for example 67.201.16.68 for flyertalk, if that works, it's the DNS settings, you are not picking up any DNS to tell the machine that flyertalk is 67.201.16.68
I have the same problem as the OP on occasion with a desktp running XP. Right clicking the wireless icon in the tray and selecting repair fixes the problem but every once in a while, for no apparnt reason, I have to "repair" again. All of the settings are correct. I've checked, re-checked, and checked again. I've resigned mself to just having to do the "repair" thing every few hours. My point is, considering what the the OP says, it doesn't seem like the DNS settings at all, since they didn't change any settingts when it started. It seems like it's just one of those Windows gremlins that we learn to live with.
DeafFlyer is offline  
Old Jul 10, 2009 | 8:20 pm
  #21  
10 Countries Visited
20 Countries Visited
30 Countries Visited
20 Years on Site
 
Join Date: Nov 2003
Location: San Diego, CA USA
Posts: 534
reset tcp stack

Go to your command prompt and type the following:
netsh int ip reset log.txt
sdsvtdriver is offline  
Old Jul 11, 2009 | 1:23 am
  #22  
 
2M
All eyes on you!
25 Years on Site
 
Join Date: Nov 2000
Location: Upcountry Maui, HI
Posts: 13,708
Originally Posted by cordelli
I think the issue is the DNS settings as JClishe suggested above. I don't think they should point to the router, they should point to a dns server.
The 169 address is the local address windows assigns when it can't connect to the dhcp server. OP said if he does a repair, then it works. He also said he has the router set up to give it a fixed address anyway. So, if he can't talk to the router and he gets 169 IP and gateway address, what difference does it make what's in the DNS server IP address fields? Since the gateway IP is set to the local 169 IP address, it can't get to the router anyway.

JC: The OP said that this laptops travel days are over. He made a point of that. So what's the problem with letting the router forward DNS in this case? Unless his router is from the year 1. Oh wait, in OP, he even said it's a netgear router so all the other computers on his home network have the DNS and Gateway IP address set to 192.168.0.1 unless he changed those settings on his netgear router. Anyway, if he uses a static IP and a global nameserver, he still has to change that setting back to "automatic" if he travels, so I guess I don't see the point of getting pedantic on that one point.

Tennis guy: Do what you said in the first post. It will be fine for your situation. Use the same IP address for the DNS server that it gives that computer (when dhcp is working) or it gives the other computer on your home network. Or just live with it and do a manual repair after you startup, or diagnose the problem and fix it. Anyway, did you try it yet? If it doesn't work, it's easy to re-check the other box so it uses dhcp.

That's it for me. If you have any questions, feel free to PM me.

It's a damn shame the way this thread turned out.

-David

Last edited by LIH Prem; Jul 11, 2009 at 2:14 am
LIH Prem is offline  
Old Jul 11, 2009 | 5:07 am
  #23  
Original Poster
 
Join Date: Sep 2004
Location: Deep in the heart of...DL country.
Programs: DL GM
Posts: 3,838
David, thank you for your careful reading and advice, not to mention your kind offer to answer any other questions I may have. (You may not realize how dangerous it is to make such an offer to techno-neophytes like me. )

Actually, from my perspective, this thread has turned out to be more interesting and educational than I expected. I appreciate how many of you have taken the time to try to help (and commiserate with others who also struggle with the MS gremlins).

Fran
Tennisbum is offline  
Old Jul 11, 2009 | 11:30 am
  #24  
10 Countries Visited
20 Countries Visited
30 Countries Visited
15 Years on Site
 
Join Date: Sep 2008
Location: Dayton, OH
Programs: Delta SkyMiles, Marriott Platinum
Posts: 415
Originally Posted by LIH Prem
Anyway, if he uses a static IP and a global nameserver, he still has to change that setting back to "automatic" if he travels, so I guess I don't see the point of getting pedantic on that one point.
Who are you directing this statement at? My recommendation was to use DHCP (automatic) on all client settings, specifically to avoid having to change settings if he ever travelled.
JClishe is offline  
Old Jul 11, 2009 | 8:23 pm
  #25  
10 Countries Visited
20 Countries Visited
30 Countries Visited
20 Years on Site
 
Join Date: Nov 2003
Location: San Diego, CA USA
Posts: 534
Originally Posted by sdsvtdriver
Go to your command prompt and type the following:
netsh int ip reset log.txt
Did you do this?

Start -> run -> CMD <enter>

type netsh int ip reset log.txt
sdsvtdriver is offline  
Old Jul 12, 2009 | 4:30 am
  #26  
Original Poster
 
Join Date: Sep 2004
Location: Deep in the heart of...DL country.
Programs: DL GM
Posts: 3,838
Originally Posted by sdsvtdriver
Did you do this?

Start -> run -> CMD <enter>

type netsh int ip reset log.txt
Not yet. Yesterday morning the problem spontaneously resolved, and I've had 2 startups with entirely normal internet connection.

I'm waiting for the gremlin to reappear before I start tinkering, but I've printed out everyone's advice.
Tennisbum is offline  
Old Jul 12, 2009 | 3:50 pm
  #27  
In Memoriam
 
Join Date: Feb 2000
Location: Easton, CT, USA
Programs: ua prem exec, Former hilton diamond
Posts: 31,801
Originally Posted by LIH Prem
That's it for me. If you have any questions, feel free to PM me.

It's a damn shame the way this thread turned out.

-David
Well that was totally uncalled for.

I apologize if my 20 plus years of IT experience in IP settings helped to make this thread a damn shame.

Not that it matters, my comments were referring to this

After I right-click the wireless icon in the taskbar and repair the connection, the gateway, DHCP server and DNS server addresses are all the 192.xxx for the Netgear router.

where the OP clearly stated that he was getting settings from the router.

I will stand by earlier post, the DNS settings should not be pointing to a router, but to a set of DNS servers someplace.

Last edited by cordelli; Jul 12, 2009 at 3:56 pm
cordelli is offline  
Old Jul 12, 2009 | 4:26 pm
  #28  
A FlyerTalk Posting Legend
10 Countries Visited20 Countries Visited30 Countries Visited20 Years on Site
 
Join Date: Apr 2001
Location: PSM
Posts: 69,232
Originally Posted by cordelli
I will stand by earlier post, the DNS settings should not be pointing to a router, but to a set of DNS servers someplace.
And I'll spot my 20ish years of working on computers (though only the last 14 in the TCP/IP world ) and say that this is not 100% necessary.

There are several routers - the NetGear among them - that give out the gateway as their DNS server and it works perfectly fine. I've been using one at home this way for months.

Code:
Ethernet adapter Wireless Network Connection 3:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : Atheros AR5007EG Wireless Network Adapter
        Physical Address. . . . . . . . . : 00-23-4E-72-nn-nn
        Dhcp Enabled. . . . . . . . . . . : Yes
        Autoconfiguration Enabled . . . . : Yes
        IP Address. . . . . . . . . . . . : 192.168.10.100
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.10.1
        DHCP Server . . . . . . . . . . . : 192.168.10.1
        DNS Servers . . . . . . . . . . . : 192.168.10.1
        Lease Obtained. . . . . . . . . . : Sunday, July 12, 2009 1:42:39 PM
        Lease Expires . . . . . . . . . . : Monday, July 13, 2009 1:42:39 PM
The OP's problem is that they are not getting a response from the DHCP server within the timeout that the Windows stack allows, not that they are unable to resolve hostnames into IP addresses. Suggesting changes to the DNS settings would not help the OP at all.

If the OP really wants to set static entries they should use the same DNS server settings that are listed when it is working properly and pick an IP address outside of the DHCP scope that the router has in its DHCP pool. That would provide results most consistent with the functioning version of the network they currently have.

Using 3rd party/external/ISP DNS servers would also work just fine but it would not directly address the issue that the OP is experiencing so going down that route seems to be a bit of a red herring.
sbm12 is offline  
Old Jul 12, 2009 | 5:02 pm
  #29  
All eyes on you!
15 Years on Site
 
Join Date: May 2007
Location: Reno, NV
Programs: UA 2MM
Posts: 1,462
Managing different profiles in the Thinkpad Access Connection utility is pretty easy. So just setup a profile called Home with the following:

Fixed IP address: 192.168.1.50
The first two terms should be same as your router. Normally DHCP address assignments start at xxx.xxx.1.100 or xxx.xxx.0.100 and runs 50 addresses to e.g. 192.168.1.149. So setting an address outside of this range is safe.

DNS addresses: 192.168.1.1
I agree with abm12.
The Gatway router should have DNS forwarding function. So you can just point to your Gateway router address and not to the actual DNC server the carrier gives you. Sometimes this can be 192.168.0.1

In my network, the DNS addresses are actually held by the DSL modem. So I can point to the GW router address or DSL modem address in each client DNS address field entries.

Gateway and Subnet Mask: Same as your router settings.

WAN address:
Because my DSL modem can hold the PPPoE log on function, there is no need for my router to do so. The WAN port (internet) is set to Obtain an IP automatically.

Additionally, in my network, all network devices such as routers, wireless access points are assigned in the range 192.168.1.1-10, fixed client IP addresses in the range 192.168.50-99, DHCP addresses in the range 192.168.1.100-149, printers 192.168.1.200-220, and NAS storage devices 192.168.1.250-254. Each device has its IP address marked.

In my network, the functional split amongst the different devices are as following:

DSL modem: PPPoE and DNS address holder
Main router: DHCP server, GW address, VoIP phone function, top level switch
WiFi access point: WPS-PSK authentication
8 port Gigabit switch: main network switching

The WiFi AP and GB switch actually are high thermal devices so removing these functions from the main router had reduced network crashed to negligible level in my network.

Network devices should have web access administrative function turned off and WiFi access points with authentication turned on for security.

First use of ethernet was actually when "cheaper net" thin wire ethernet got started in the mid-eighties. The thin coax cables were much cheaper than the thick coax and taps but was very unreliable and a single connector can bring down the entire network. The star topology in hubs and switches were a god send.

Last edited by SJUAMMF; Jul 12, 2009 at 5:27 pm
SJUAMMF is offline  
Old Jul 12, 2009 | 5:21 pm
  #30  
 
2M
All eyes on you!
25 Years on Site
 
Join Date: Nov 2000
Location: Upcountry Maui, HI
Posts: 13,708
Originally Posted by cordelli
After I right-click the wireless icon in the taskbar and repair the connection, the gateway, DHCP server and DNS server addresses are all the 192.xxx for the Netgear router.

where the OP clearly stated that he was getting settings from the router.

I will stand by earlier post, the DNS settings should not be pointing to a router, but to a set of DNS servers someplace.
Like many routers, netgear routers give out their own IP address for DNS. They forward them to a nameserver on the WAN side. Or you can configure whatever you want to use in the router, for example, if you prefer to use opendns or something else than what the ISP provides. That way when your configuration changes from the ISP or you change it manually in the router, the clients continue to use the same local address.

My Linksys router, running DD-WRT does the same thing.

Code:
Ethernet adapter Local Area Connection:
   IPv4 Address. . . . . . . . . . . : 192.168.0.39(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.0.1
   DHCP Server . . . . . . . . . . . : 192.168.0.1
   DNS Servers . . . . . . . . . . . : 192.168.0.1
The only issue Fran was having was that DHCP was failing at startup. When DHCP was successful after Fran did a "repair", it was working fine.

The thread devolved somewhat on the topic of what IP address to use for the DNS server if Fran did, in fact, go the static method.

My off-topic comment wasn't directed specifically at you, Cordelli. It was directed at the thread. In other words, I didn't mean it to be personal. So I'll apologize for the off-topic comments.

Maybe sbm12 did a better job than I did in explaining all that in post #28.

-David

Last edited by LIH Prem; Jul 12, 2009 at 5:32 pm
LIH Prem is offline  


Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service -

This site is owned, operated, and maintained by MH Sub I, LLC dba Internet Brands. Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Designated trademarks are the property of their respective owners.