![]() |
Quote:
|
Okay, looks like it happened around 10:30 pm or so tonight, so was able to get the answers for you guys for when it's in a Internet-less state.
I wouldn't be surprised, by the way, to find that it crapped out at about 10:38 pm or shortly thereafter. My system log advises me that I turned on the computer at 6:38 pm ... so add four hours to that ... Anyway. Quote:
Code:
[22:36 - ~/Desktop] arp -aQuote:
(Am I right in saying that there would be some grevious security problem if I posted those numbers flat-out in a public forum?) Quote:
Code:
[22:37 - ~/Desktop] traceroute www.google.com |
2 more things I'd like to add to your already long list..
1) Do you have a firewall running on the iBook that might be blocking the DHCP request replies? 2) Just to confirm it's not the Mac, have we tried hooking the iBook directly to the cable modem? Sorry if you already answered/did these, I didn't see them in earlier posts, but I read so many and have a terrible memory. |
No firewall, and I did try a direct connection with success. Good ideas both.
|
dnstracer
From all that you have reported so far, it seem that the basestation has lost its connection to your ISP. It seems like this might be a problem with the DHCP lease that it gets from your ISP.
There are, however, a few strange data points. 1) I would have expected to see your basestation there in the first line of responses from your 'traceroute'. It seems odd not to have it respond when it apparently responds to 'ping'. You do get responses back from pinging the basestation ? (You didn't show what you got, so I have to ask.) 2) It is very odd that you apparently have DNS service from your ISP on your iBook even when the basestation connection seems "down". I'm guessing that your iBook is caching the DNS info from earlier. By the way, I don't think that the 'arp' command will show you any possible DNS caches held by the OS. I believe that 'arp' is concerned only with your local network. This is corroborated by the fact that after doing a successful ping to my basestation and to www.google.com, 'arp -a' only shows this machine and my basestation. To check on the DNS, the easiest way I know of is to use the command-line utility 'dnstracer'. You can download it via fink. Here's an example of using it: Code:
% dnstracer -o www.google.comYou can see what DNS servers are currently used by your iBook by looking at the file /var/run/resolv.conf (e.g. 'more /var/run/resolv.conf') Check the date on that file too - it should correspond to the time when your iBook got that info from your basestation. |
Re: dnstracer
Quote:
You're absolutely right about arp. It just gives you a mapping of IP addresses to hardware addresses. For all non-local IPs the hardware address is that of the appropriate gateway. (Thanks for the pointer to DNSTracer. I'll have to take a look at it.) Breen |
Re: dnstracer
Before I go any farther, I should mention to everybody that I spoke with Apple this morning. Because it sounds like the problem is with the base station (since plugging the cable into the iBook yields no problem whatsoever, and the fix comes solely through resetting the base station), they're replacing it, since it's under warranty.
Both they and my ISP were pretty impressed with the level of troubleshooting you guys were able to help me with. THANK YOU! They're sending a new one out, and I'm sending the old one back. I had heard that a batch of the AEBSs that were released around the time I bought this had gone bad, so perhaps this might just be bad hardware. Quote:
Quote:
Quote:
However, I did download dnstracer. However, right now, even while I have active Internet, it doesn't appear to work. Perhaps it doesn't work through AirPort? Here's what I get: Code:
[11:45 - ~/Desktop] dnstracer -o www.google.comAs for: Quote:
Code:
[11:46 - ~/Desktop] more /var/run/resolv.confThose don't match up with the DNS servers which AirPort shows me in the Admin Utility. |
Re: Re: dnstracer
Quote:
The fact that 'dnstracer' fails to get anything from your basestation (which is your iBook's DN server) seems to mean that the basestation's DNS capability is not working. Quote:
You might try changing the Network Preferences on your iBook to have the DNS servers that you were given by your ISP. |
Re: Re: Re: dnstracer
Quote:
You seem to have a slightly atypical setup, with the base station bridging to your router connected to your cable modem. Are you sure that my setup should have identical capabilities/reactions to yours? |
Re: Re: Re: Re: dnstracer
Quote:
I think that if dnstracer shows a problem, there likely is one. Quote:
Have you tried what I suggested - entering the DNS servers in the (optional) box in Network Preferences? [edit] Something else I should have asked much earlier: Are you sure you have the cable modem connected to the correct port on the basestation? It is supposed to go into the WAN port. (see basestation docs)[/edit] |
Re: Re: Re: Re: Re: dnstracer
Please note, Hayne, that any challenges I make to your assumptions aren't meant as discouragement or ingratitude ... but simply as part of the problem-solving process, and also my way of clarifying and learning where you're coming from. Hope you take it that way! :-)
Quote:
Quote:
If anyone else is monitoring this thread, and has a simple cable-modem-to-AirPort connection, could you try installing the 'dnstracer' application and see what your results are? Quote:
Quote:
Should I put it in the DNS servers box for the "AirPort" configuration? For "built-in Ethernet"? The DNS server entries in AirPort Admin Utility? My ISP never actually gave me DNS server entries to put in, and I've never had to before. However, I note that AirPort Admin Utility is reporting 207.229.143.1 and 207.229.143.2 in greyed-out text to the right of the DNS server boxes. Interestingly enough, when I use those as a value in dnstracer, it works ... Code:
[16:18 - ~/Desktop] dnstracer -s 207.229.143.1 www.google.comQuote:
BTW, a quick addition to this note: New hardware is now on its way from Apple (as per earlier post), so it will be interesting (although quite disheartening) to see if the problem is reproduced with the new AEBS. I am particularly suspicious of it being a hardware problem because I (again, only occasionally) cannot get in to configure the base station. I highlight the station and hit the configure button. A long pause ensues, and I'm then asked for a password -- which I shouldn't be, since the password's in my Keychain. I then type it in, and a slight pause continues. I'm then told that the Admin Utility can't configure the selected base station, and that an error occurred while attempting to configure it. That problem actually pre-existed this one, and it makes me suspicious of whehter there are hardware problems involved in this routing/IP address problem ... and why I'm going to be keeping my fingers crossed that this new AEBS is a problem-solver ... |
Re: Re: Re: Re: Re: Re: dnstracer
Quote:
Quote:
Quote:
Quote:
Your basestation seems (from the text to the right of the DNS server boses in Airport Admin) to already be getting the correct DNS servers from your ISP. So no need I think to put them in there - I think that would be redundant. But it is certainly something to try if it still doesn't work otherwise. Quote:
Quote:
And just to double-check on another thing - you said earlier that you din't have the firewall active on your iBook. But have you ever had any firewall software runnig on your iBook? (The firewall might be active even though Apple's preference pane doesn't know about it if it was done via 3rd-party software.) |
Re: Re: Re: Re: Re: Re: Re: dnstracer
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
(For reference's sake, by the way, the exact wording is: "The AirPort Admin Utility was unable to read the configuration of the selected base station. An error occurred while reading the configuration." Quote:
Quote:
In short, I'd say the likelihood of this particular one is very small, but if there's any diagnostic you want me to check to make sure that a firewall isn't currently active, let me know. |
As a side note, by the way, it turns out that the second sentence of that error message is different when your password is incorrect ...
What I had been getting: "The AirPort Admin Utility was unable to read the configuration of the selected base station. An error occurred while reading the configuration." Bad password message: "The AirPort Admin Utility was unable to read the configuration of the selected base station. The password you entered is not correct." |
Re: Re: Re: Re: Re: Re: Re: Re: dnstracer
Quote:
Code:
sudo ipfw showCode:
65535 n n allow ip from any to any |
Re: Re: Re: Re: Re: Re: Re: Re: Re: dnstracer
Quote:
|
Well those were just two examples that I can think of, there may be more. But at least you're not using ipfw. The mystery continues... Where's Scooby when you need him?
|
Quote:
My only hope is that as we rule out more and more things here, it becomes more and more likely that it's the one thing we ourselves can't test, a hardware issue, which would then be resolved with the new hardware arriving soon. (God bless Apple Customer Service ... so far, nothing but compliments for 'em!) |
Quote:
Quote:
So the preceding successful IP addresses must have been cached. As for running dnstracer when things are down: Code:
[20:58 - ~/Desktop] dnstracer -o www.hayne.netSo, hayne, forgive me: what does this mean (i.e., what does all this data come together as)? Is this new data able to lead you to a successful diagnosis of what you think is wrong? |
I don't really have a diagnosis.
It is somewhat comforting to have the DNS no longer mysteriously working. It seems as though the packets being sent out by the iBook are not being forwarded by the basestation at all. I don't know why that would be. One idea for something to try: Connect the iBook with an Ethernet cable to the basestation's LAN port and turn off the Airport card on the iBook by using the Airport menu. See if it works that way. |
| All times are GMT -5. The time now is 07:42 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.