DNS Drop out


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers DNS Drop out
# 1  
Old 12-30-2010
DNS Drop out

My boss use a MacBook and he encounter with DNS drop out and he cannot surf website for 1-2 mins. The DNS Service of my company is on UNIX server. I try to delete some unused IP of DNS Server in resolv.conf and dhcp.conf and I try to update root.hint file but The problem is not fixed.


Please Help me
# 2  
Old 12-30-2010
I may not be able to solve this, but for the benefit of others please post:

Exact version of the Operating System on the MacBook and exact year and model of the MacBook? (There are known issues).
Whether the MacBook was running on battery or mains (It matters)?
Whether you are using a wired connection or a wireless connection?
Whether the MacBook works correctly somewhere else on another network?
Whether your MacBook is configured to use DHCP or Fixed IP? (It would be very unusual to be amending settings files manually on one of these computers).
# 3  
Old 12-30-2010
If you are using snow leopard 10.6, I have seen some strange DNS behaviors with that OS.. Also resolv.conf is deprecated in 10.6, and now mdnsresolver is the daemon responsible for regular DNS too, not just Bonjour.
# 4  
Old 12-30-2010
Quote:
Originally Posted by methyl
I may not be able to solve this, but for the benefit of others please post:

Exact version of the Operating System on the MacBook and exact year and model of the MacBook? (There are known issues).
Whether the MacBook was running on battery or mains (It matters)?
Whether you are using a wired connection or a wireless connection?
Whether the MacBook works correctly somewhere else on another network?
Whether your MacBook is configured to use DHCP or Fixed IP? (It would be very unusual to be amending settings files manually on one of these computers).
-I am not sure of the OS version because my boss don't have much time to let me look his MacProbook.
- main
- Wired
- Yes. It has a problem when he connect the Internet via the company network only
- DHCP
# 5  
Old 12-30-2010
Hmm. It was a MacBook and now it is a MacProbook (whatever that is). Detail matters.

Known issues with these symptoms for a basic MacBook don't apply to MacBook Pro. We'd love to know what model of computer has the problem.

The broad symptoms suggest that this laptop is being blocked by a corporate firewall. If the connection is established and working for a couple of minutes it is very unlikely to be the laptop itself. We have already eliminated Wireless which has known issues.

Last edited by methyl; 12-30-2010 at 10:45 PM.. Reason: spellin
# 6  
Old 01-04-2011
Quote:
Originally Posted by methyl
Hmm. It was a MacBook and now it is a MacProbook (whatever that is). Detail matters.

Known issues with these symptoms for a basic MacBook don't apply to MacBook Pro. We'd love to know what model of computer has the problem.

The broad symptoms suggest that this laptop is being blocked by a corporate firewall. If the connection is established and working for a couple of minutes it is very unlikely to be the laptop itself. We have already eliminated Wireless which has known issues.

- The OS of my boss MacBook is a snow leopard 6.0 . His notebook is only one to have a problem in the company whiel another staffs that use the Windows XP and Windows 7 don't have this problem.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

DNS client added to DNS server but not working

Hi, We have built a new server (RHEL VM)and added that IP/hostname into dns zone configs file on DNS server (Solaris 10). Reloaded the configuration using and added nameserver into resolv.conf on client. But when I am trying nslookup, its not getting resolved. The nameserver is not able to... (8 Replies)
Discussion started by: snchaudhari2
8 Replies

2. Red Hat

DHCP & DNS - Clients get IP but don't register in DNS

I am trying to setup a CentOS 6.2 server that will be doing 3 things DHCP, DNS & Samba for a very small office (2 users). The idea being this will replace a very old Win2k server. The users are all windows based clients so only the server will be Linux based. I've installed CentOS 6.2 with... (4 Replies)
Discussion started by: FireBIade
4 Replies

3. Red Hat

DNS A-Record point to another DNS

Hi, I have a question on how to point the DNS server-1's A-record to second DNS server, which is DNS server-2. So, the computer can access other domain which only listed in the DNS server-2. The scenario is as follow: http://img689.imageshack.us/img689/6333/12234.png How to configure this... (4 Replies)
Discussion started by: Paris Heng
4 Replies

4. Web Development

Dynamic Drop Down Menu

I need to create a dynamic drop down menu which is populated by entries such as; htdocs/client1/index.php htdocs/client2/index.php htdocs/client3/index.php htdocs/client4/index.php etc. So htdocs/client*/index.php Is this possible? I know how to do this using normal arrays, but not... (2 Replies)
Discussion started by: JayC89
2 Replies

5. UNIX for Advanced & Expert Users

DNS server choice: Windows DNS vs Linux BIND

I'd like to get some opnions on choosing DNS server: Windows DNS vs Linux BIND comparrsion: 1) managment, easy of use 2) Security 3) features 4) peformance 5) ?? I personally prefer Windows DNS server for management, it supports GUI and command line. But I am not sure about security... (2 Replies)
Discussion started by: honglus
2 Replies

6. Shell Programming and Scripting

Drop down menu

How to create a drop down menu in either bash or ksh? (3 Replies)
Discussion started by: proactiveaditya
3 Replies

7. Shell Programming and Scripting

drop down structure in file

I have file like this 120, rahim, d40 115, rahul, d40 113, begum, d40 I want to group this file like this 120, rahim, d40 115, rahul, 113, begum, can any one help me on this thanks in advance (1 Reply)
Discussion started by: trichyselva
1 Replies

8. Solaris

Solaris DNS Client For Microsoft DNS Server

hey guys, how to add soalris box as a microsoft DNS Client ? and how to register in the microsoft DNS ?? i managed to query from the DNS server after adding /etc/resolve.conf and editing /etc/nsswitch.conf but i need to register the soalris server (dns Client) into Microsoft DNS automatically.... (3 Replies)
Discussion started by: mduweik
3 Replies

9. UNIX for Dummies Questions & Answers

Drop a Column from a File

Hi, I need to drop a column from a file. My .txt file having 20 columns first column as GroupBy column which is not necessery in further processing. So i need to create a new files without this column. Please help how to do this? Thanks, Raamc :rolleyes: (4 Replies)
Discussion started by: Raamc
4 Replies

10. UNIX for Dummies Questions & Answers

Drop Users

I know that this is a really simple and stupid question, but how do I drop / disconnect a user who is logged in? AIX 5.2 (2 Replies)
Discussion started by: trfrye
2 Replies
Login or Register to Ask a Question