Re: [Ani-users] Connection to instshare... failed
Status: Beta
Brought to you by:
substring-sfn
From: Till W. <t.w...@su...> - 2005-12-07 12:50:56
|
Hi Georg The password thing is a "feature". Because your password is smaller than 16 chars, the algorithm pads it with some random bytes. When you want full security take a 16 char password, and it should always look the same after beeing encrypted. So your problem must have a different cause. DHCP seems to work. When you boot in debug mode (with OPEN_SHELL=y) have a look at the information gathered from DHCP. It's stored in these files: /etc/orgunit /etc/instshr /etc/pakshr /etc/instpwd /etc/instacc Are they ok? Do you use the original boot images from our download page? If not, what did you change? Maybe there are some corrupted files? Maybe some of your scripts have DOS line endings ('\n\r' or similar)? Please post the command line you used for mounting the share manually. bg Till Witzel Georg schrieb: > Hi Ani’s, > > As many people before, I have problems to connect to the instshare > with the ANI-Disk. I think my DHCP-Options are correct, because the > instshare - name appears correctly on the screen after getting an ip > address from DHCP server. The client is getting a correct ip address. > I can see it in the DHCP Leases appearing with the correct MAC > Address. The connection fails to a Win 2003 Server as well as to a > Samba share. > > It fails using the correct server name as well as when trying to > connect to its IP-Address. > > Mapping from a Windows XP workstation under the same username and (of > course not crypted) password is successful on both Windows and Samba > Server. > > I edited the ANI-Disk to boot into a shell, even when the drive > sharing fails. From the Linux-Shell I tried to connect manually with > the smbmount command and the result was a “segmentation fault”. > > Strange is, that I get different results using the Win-encrypt and the > Linux-encrypt: > > proxylin:/images/ANI/TOOLS # ./encrypt > > Please enter key (16 characters): adrv354ggsdgs433 > > Please enter password (max. 16 characters): honolulu23 > > Encrypted password: DBWYjTIKn6wE33HEZ0sA6w== > > V:\ANI\TOOLS>encrypt > > Please enter key (16 characters): adrv354ggsdgs433 > > Please enter password (max. 16 characters): honolulu23 > > Encrypted password: KL2+U8UPA9+SlXHV4KsZeg== > > V:\ANI\TOOLS> > > Shouldn’t be the password identical or did I understand something > wrong? Is that a bug or a feature? > > Please help. > > Thanks > > Georg Wityel > -- Where do you want to go today? - ANIwhere! http://ani.sourceforge.net |