Astaro User Bulletin Board
Go Back   Astaro User Bulletin Board > Closed Forums (read only) > ASG V7.100 BETA (closed)

Welcome to the Astaro User Bulletin Board.
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-10-2007, 12:49 PM
AlexE's Avatar
Member
 
Join Date: Apr 2007
Location: Lancashire, UK
Posts: 50
Default [7.075] Joining AD does not work for .local domains [CONFIRMED]

All,

After updating my ASG120 7.011 to 7.075, I was unable to login to webadmin using my usual Active Directory user credentials (which worked with 7.011)

I was able to gain access using webadmin's locally defined 'admin' user account to gain access.

I've tried redefining my 'Active directory domain admins' group in Users >> Groups. This group is specifed in Management >> WebAdmin Settings, under Allowed Users.
Still unable to access WebAdmin using my active directory credentials.

I had read that 7.075 included native active directory support, so I went to Users >> Authentication >> Active Directory to see if anything had changed (nothing as far as I can see).

I noticed that the domain specified under the Active Directory Single-Sign-On (SSO) was done so using it's NetBIOS name (contrary to the help text shown which suggests a dns domain name). I re-specified my domain using its dns name, but I receive a timeout message, and a message saying 'joining the domain failed'.

Now it appears that my ASG box is not communicating with Active Directory, because any attempt to access the internet via the HTTP proxy (which previously used Active Directory SSO), is resulting in a username/password request. Furthermore, authentication fails even if 'valid' credentials are supplied.

With my 7.011 installation, I had no problems with this. Is there something else I need to do with 7.075? What of the Active Directory 'native support'?


Regards,

Alex

P.S. I've found that general WebAdmin speed/performance has improved significantly with 7.075
  #2 (permalink)  
Old 11-10-2007, 08:13 PM
tom's Avatar
tom tom is offline
Super Moderator
 
Join Date: Nov 2000
Location: Heidelberg, Germany
Posts: 1,231
Default

Hi Alex,

please read

HTTP Proxy users please read

Sorry for not posting this earlier.
__________________
Tom Kistner
Product Development & Administrator
Astaro AG
  #3 (permalink)  
Old 11-11-2007, 02:16 PM
AlexE's Avatar
Member
 
Join Date: Apr 2007
Location: Lancashire, UK
Posts: 50
Default

Thanks for the info Tom.
The time & timezone on my ASG box and my AD DNS server is set correctly, but I'm still unable to rejoin the domain.
I suspect that the ASG box is unable to resolve the DNS domain name.
My 'internal' domain is 'mydomain.local'.
My AD server is called server-1. It is defined as Server-1 in Definitions >> Networks, together with it's IP addess. It is on the same subnet as the ASG internal interface.
It is specified as 'Server-1' in Network >> DNS, on the forwarders tab.

The reason I think there may be a problem with the DNS name resolution is that on Support >> Tools, under Ping Check, if I specify a custom hostname/IP address e.g. mypc.mydomain.local, I receive the following error:

Ping check did not deliver a result, because of a probably non-existing ip address / hostname.

I should point out that there is an 'A' record on my AD DNS server for mypc.mydomain.local. I can ping this host using it's FQDN from a DOS window on any client PC on my network, after performing an 'ipconfig /flushdns'.

I've also tried clearing the reference to my AD DNS server on the Network >> DNS forwarders tab, and setting up a DNS request route on the Request Routing tab (mydomain.local -> Server-1). Same result when I try to ping from ASG.


Regards,

Alex
  #4 (permalink)  
Old 11-11-2007, 02:55 PM
AlexE's Avatar
Member
 
Join Date: Apr 2007
Location: Lancashire, UK
Posts: 50
Default

If I try a 'DNS lookup' with the same FQDN hostname that failed the ping check (e.g. mypc.mydomain.local), the DNS lookup result shows the correct IP address i.e. the DNS name resolution was successful.

If I do a ping check specifying 'custom hostname/IP address', using IP address of 'mypc.mydomain.local', the ping is successful.

If I do a ping check specifying 'custom hostname/IP address', but specifying the DNS hostname 'mypc.mydomain.local', the following error is returned:
'Ping check did not deliver a result, because of a probably non-existing ip address / hostname'.

Traceroute behaves the same way.

Perhaps I'm being distracted from the actual cause of the failure to join my AD domain, but I would expect ping and traceroute to work (They do in a DOS window for the same DNS hostname).
  #5 (permalink)  
Old 11-11-2007, 09:06 PM
svens's Avatar
Senior Member
 
Join Date: Nov 2005
Posts: 260
Default

Hi,

.local domains are used for Multicast DNS, which we do not support. To work around this limitations, can you try the following:

log in tou your ASG as root, and add the line 'mdns off' to /etc/host.conf? So the file should read like this:
Quote:
#
# /etc/host.conf - resolver configuration file
#
# Please read the manual page host.conf(5) for more information.
#
#
# The following option is only used by binaries linked against
# libc4 or libc5. This line should be in sync with the "hosts"
# option in /etc/nsswitch.conf.
#
order hosts, bind
#
# The following options are used by the resolver library:
#
multi on
mdns off

Last edited by svens; 11-11-2007 at 09:09 PM.
  #6 (permalink)  
Old 11-12-2007, 04:33 AM
Wizard
 
Join Date: Oct 2005
Posts: 2,430
Default

SVENS

If you (Astaro) don't support .local DNS names, you're going to have major problems with many customers; Microsoft recommends in it's training materials that LAN AD setups use .local as the domain suffix (indeed, to get my MCSE I had to learn this many years ago). Every customer we support has their AD setup this way, as well as customers we have evaluate the Astaro product. As far as I know, using .local as your AD domain suffix does not necessarily mean one is using the mDNS protocol. See http://en.wikipedia.org/wiki/.local for an example of why / how the industry commonly uses .local as a domain suffix. I recommend that this behaviour be corrected, or else the product will not work properly with many AD implementations. You don't need to support Multicast DNS; but if your DNS implementation / SSO implementation rejects the usage of .local domains, we will have issues. Not many admins are going to be willing to rename their domain suffixes in Windows AD, given the aggravation that goes with that procedure (have done it, it is not pleasant on large networks). Perhaps adding a checkbox to enable / disable mDNS support is in order...
__________________
Convergent Information Security Solutions, LLC
Astaro Preferred Solution Partner

Last edited by BrucekConvergent; 11-12-2007 at 04:39 AM. Reason: More info
  #7 (permalink)  
Old 11-12-2007, 04:46 AM
Simon Shaw's Avatar
Aussie moderator.
 
Join Date: Jun 2001
Location: Perth, Western Australia
Posts: 2,628
Default

Agreed, especially MS Small Business server uses .local by default...
__________________
Simon Shaw
Systems Manager
Micromine PL

Intel 2.66GHz Quad Core, 4GB (2 x 2GB) PC-6400 800Mhz 4-4-4-12, WD 300GB 10K RPM VelociRaptor, Intel Pro/1000 Quad Port PCI-X
http://www.sputcorp.com/
  #8 (permalink)  
Old 11-12-2007, 04:48 AM
Wizard
 
Join Date: Oct 2005
Posts: 2,430
Default

Indeed Simon, good point... I just remember having it beat into my skull by every MS Whitepaper, etc... While the .internal option mentioned in the Wiki article I posted would work, renaming a domain just for this would be painful in many environments, making it a non-starter.
__________________
Convergent Information Security Solutions, LLC
Astaro Preferred Solution Partner
  #9 (permalink)  
Old 11-12-2007, 06:37 AM
tom's Avatar
tom tom is offline
Super Moderator
 
Join Date: Nov 2000
Location: Heidelberg, Germany
Posts: 1,231
Default

It's a "bug" in the glibc binaries we use. We're gonna switch it off.

Thanks guys.
__________________
Tom Kistner
Product Development & Administrator
Astaro AG
  #10 (permalink)  
Old 11-12-2007, 07:07 AM
svens's Avatar
Senior Member
 
Join Date: Nov 2005
Posts: 260
Default

Quote:
Originally Posted by BrucekConvergent View Post
SVENS

If you (Astaro) don't support .local DNS names, you're going to have major problems with many customers;
Sorry, should have pointed out in my reply that this doesn't mean we don't
want to support it - it is just right *now* not working because libc threats
this kind of domain special.

I've made a entry in our bugtracking system yesterday to remove this limitation. Just wanted to let you know about a workaround for the time
being
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:58 AM.

 

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.


These pages are specifically maintained for the discussion of firewall issues within the Open Source community, and might already reflect new alpha/beta releases under development. Please refer to our product specifications for the functionality of the actual release. Discussions of new/enhanced functionality does not constitute a commitment of Astaro, to integrate this functionality into future releases. issues within the Open Source community, and might already reflect new alpha/beta releases under development. Please refer to our product specifications for the functionality of the actual release. Discussions of new/enhanced functionality does not constitute a commitment of Astaro, to integrate this functionality into future releases.