Re: [Astlinux-users] 0.4.2 - asterisk hangs loading SIP (unreachable DNS server)

2006-08-06 Thread Lonnie Abelbeck
Kristian,

For what it is worth, 0.3.0 does not have this problem.

With 0.3.0, if the primary DNS is active (no failed requests), no  
requests go out to the secondary DNS.

Again, this is no big deal, just something to keep in the back of  
your mind.

Lonnie

On Aug 5, 2006, at 11:12 PM, Kristian Kielhofner wrote:

 Lonnie Abelbeck wrote:
 
 Clearly, one secondary and unreachable DNS server should not halt
 asterisk for 90-100 seconds.

 Lonnie


 Lonnie,

   Asterisk is known to have some DNS problems.  I don't think that it
 is AstLinux specific.  Could you try sending this to Asterisk-users?

 --
 Kristian Kielhofner
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.kriscompanies.com
 http://lists.kriscompanies.com/mailman/listinfo/astlinux-users

 Donations to support AstLinux are graciously accepted via PayPal to  
 [EMAIL PROTECTED]


___
Astlinux-users mailing list
Astlinux-users@lists.kriscompanies.com
http://lists.kriscompanies.com/mailman/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]


Re: [Astlinux-users] 0.4.2 - asterisk hangs loading SIP (unreachable DNS server)

2006-08-05 Thread Kristian Kielhofner
Lonnie Abelbeck wrote:
 Hi,
 
 I want to document this, it might not be a bug per say, but it  
 might be the root of other problems.
 
 My local DHCP server passes out 2 DNS IP's, the first a local DNS,  
 the second a public DNS.
 
 $ cat /etc/resolv.conf
 search priv.abelbeck.com
 nameserver 192.168.100.116
 nameserver 68.12.16.25
 
 In my test setup, 68.12.16.25 (backup DNS) is unreachable,  
 192.168.100.116 is active.
 
 When I start asterisk, it hangs for 90-100 seconds while loading SIP,  
 then finally continues with the DNS found from the local DNS.
 
 I then swapped my DHCP server entries such that:
 
 $ cat /etc/resolv.conf
 search priv.abelbeck.com
 nameserver 68.12.16.25
 nameserver 192.168.100.116
 
 No change, SIP hangs for 90-100 seconds.
 
 I then made my DHCP server hand out only one address, the active one:
 
 $ cat /etc/resolv.conf
 search priv.abelbeck.com
 nameserver 192.168.100.116
 
 Fixed, SIP loaded in a second or two.
 
 Now, back to the normal situation:
 
 $ cat /etc/resolv.conf
 search priv.abelbeck.com
 nameserver 192.168.100.116
 nameserver 68.12.16.25
 
 I used 'ping' to resolve names, and things resolved quickly, not  
 matter that 68.12.16.25 was unreachable.  Therefore this is an  
 asterisk DNS thing.  I'm hoping this behavior might direct the focus  
 of other problems.
 
 Clearly, one secondary and unreachable DNS server should not halt  
 asterisk for 90-100 seconds.
 
 Lonnie
 

Lonnie,

Asterisk is known to have some DNS problems.  I don't think that it 
is AstLinux specific.  Could you try sending this to Asterisk-users?

--
Kristian Kielhofner
___
Astlinux-users mailing list
Astlinux-users@lists.kriscompanies.com
http://lists.kriscompanies.com/mailman/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]