Sorry I know my english is not the best :-/<br>
<br>
One Question: how I can a Linux Server (SuSE 6.4) integrate into a Win NT Network with Domain concept??<br>
<br>
Is it possible?<br>
<br>
SiM
It probably is if I'm understanding you correctly. If I understand you correctly, you're trying to ask whether you can have a NT machine running as a DNS server alongside a Linux machine (i.e. cluster). This is probably a better question for Linux(server), but I will try to help you as much as I can. I don't exactly have the information on hand right now, but I will get back to you. <p>REH<br><a href=mailto:hawkdogg@crosswinds.net>hawkdogg@crosswinds.net</a><br><a href=
Hi ndogg,<br><br>you are right, that I have mean. Yeah sorry my english is not the best (<br><br>Any help is greatly appreciated. <br><br><br>Windows sucks!! but I have to work with it. <br>
Hi, may be you can use Samba. Samba is a Server and a Client for CIFS/SMB, and it supports NT Domains. I use Samba as a file server for Windows9x/NT machines. You can gather more info on <A HREF="
Mr. Maior,<br>Using Samba, can one store word, excel, docs etc. on the linux box and use the linux box(es) as your sole servers and use W98/NT machines for all your clients?<br>(best of both worlds- 1) users are not confused 2) cheap but more reliable servers!!!<br>Shlomo Nissenbaum MCSE
Yup, that is right.<br><br>Samba can become a transparent file sharing server si that it runs over IP networking as if it were an NT Server or any other file sharing server come to that.<br><br>But because the architecture is more robust and the processor required is significantly less, you get a better server for your money and additionally you do not get licensing problems when you access it - cf NT Server which costs 30 per seat.
Yes it is possible. Firstly setup a Linux server with Samba and then make sure you create a sample user on the Windows NT Server. We will call it "samba01" as a trial user.<br><br>Next, after setting-up the Linux server, install Samba and configure the samba configuration file in "/etc/smb.conf".<br><br>Use this simple script I used.<br><br>[global]<br> workgroup = YourWorkGroupName<br> netbios name = AnyNameYouWant<br> server string = EnterCommentHere<br> guest account = nobody<br> keep alive = 30<br> os level = 33<br> socket options = TCP_NODELAY<br> announce as = Samba Server<br> announce version = 4.2<br> mangle case = no<br> case sensitive = no<br> default case = lower<br> preserve case = yes<br> encrypt passwords = yes<br> valid users = users @staff<br><br>; Uncomment the following, if you want to use an existing<br>; NT-Server to authenticate users, but don't forget that<br>; you also have to create them locally!!!<br><br>; security = server<br>; password server = enter ip_address here<br>; encrypt passwords = yes<br><br>; Printers<br><br> printing = bsd<br> printcap name = /etc/printcap<br> load printers = yes/no<br> socket options = TCP_NODELAY<br> map to guest = Bad User<br><br><br>; Uncomment this, if you want to integrate your server<br>; into an existing net e.g. with NT-WS to prevent nettraffic<br><br> ;local master = no<br><br>; Please uncomment the following entry and replace the<br>; ip number and netmask with the correct numbers for<br>; your ethernet interface.<br><br>; Please uncomment the following entry and replace the<br>; ip number and netmask with the correct numbers for<br>; your ethernet interface.<br><br> ;interfaces = eth0 192.168.1.2/24 192.168.1.2/255.255.255.0<br><br>; If you want Samba to act as a wins server, please set<br>; 'wins support = yes'<br><br> ; wins support = yes<br><br>; If you want Samba to use an existing wins server,<br>; please uncomment the following line and replace<br>; the dummy with the wins server's ip number.<br><br> ; wins server = 192.168.1.2<br><br>; Do you wan't samba to act as a logon-server for<br>; your windows 95/98 clients, so uncomment the<br>; following:<br><br> logon script = %U.bat<br> domain logons = yes<br> domain master = yes<br><br>[netlogon]<br> path = /netlogon<br><br>[homes]<br> comment = Users Home Folder<br> path = /home<br> browseable = no<br> read only = no<br> writeable = yes<br> create mask = 0750<br><br>[tmp]<br> comment = Swap Space<br> path = /tmp<br> read only = No<br> guest ok = Yes<br><br>; The following share gives all users access to the Server's CD drive,<br>; assuming it is mounted under /cd. To enable this share, please remove<br>; the semicolons before the lines<br><br>[cdrom]<br> comment = Linux CD-ROM<br> path = /cd<br> read only = yes<br> locking = no<br><br>[printers]<br> comment = All Printers<br> browseable = yes<br> printable = yes<br> public = yes<br> read only = yes<br> create mode = 0700<br> directory = /tmp<br><br>[public]<br> comment = WizShare Shared Files<br> path = /home/samba<br> write list = @staff<br> read only = No<br> force create mode = 0777<br> force directory mode = 0777<br> guest ok = Yes<br><br>Once done, create a Samba user by executing;<br><br>/usr/bin/smbpasswd -a samba01<br><br>put in the password and then configure your Windows client WORKGROUP and DOMAIN login names and you are done.<br><br>--Moonshi
Hi guys,<br><br>I'm a lan manager and i started a Samba server in my office with (acctualy) 4 clients running Windows 98. In the samba log (log.smb) appears some lines like this :<br><br>[2000/07/05 18:44:47, 0] smbd/service.c:make_connection(209)<br> apoio1 (172.20.194.14) couldn't find service fernando<br><br> where apoio1 is the name of my machine and fernando is my login. There are dozens of lines but it seems not to affect the network. But when i try to copy a big archive there appears this error :<br><br>[2000/07/05 22:49:24, 0] lib/util_sock.c:write_socket_data(537)<br> write_socket_data: write failure. Error = Broken pipe<br>[2000/07/05 22:49:24, 0] lib/util_sock.c:write_socket(563)<br> write_socket: Error writing 4 bytes to socket 5: ERRNO = Broken pipe<br>[2000/07/05 22:49:24, 0] lib/util_sock.c:send_smb(751)<br> Error writing 4 bytes to client. -1. Exiting<br><br> And i don't know what to do to correct this error !<br><br> Can anyone here give me some tips ?<br><br> Thanks,<br><br> Fernando Lemes / Brazil<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.