LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Help with Red Hat Networking (https://www.linuxquestions.org/questions/linux-networking-3/help-with-red-hat-networking-5765/)

AlanLip 08-23-2001 10:52 AM

Help with Red Hat Networking
 
I need help accessing an NT Server through a Red Hat 7.1 Linux workstation. I don't know if its even possible but if you can help out any i'd appreciate it. thx

no2nt 08-23-2001 02:33 PM

Could you be alittle more specific? Alot of questions
come to mind :-)

Do you want to mount shares on a NT Server or do you
want to authenticate to it? Or do you want to use it's
WINS server to resolve dns/netbios names? Or do you
want to route through a linux box to the nt server?

Ben
coder@menking.net

AGbsa84 08-24-2001 12:13 AM

If you just want to access files and dirs from the NT box then you need samba installed. If you have samba you need to mess with the samba.conf file.

in the Conf file set:
workgroup = 'your domain here'

uncomment
encrypt passwords = yes
smb password file = /etc/passwd

Type this under the remark suggesting enabling 'specific roving profile share'
[Computer name]
path = /
browseable = yes
guest ok = yes
public = yes
writeable = yes


Then run:
samba start

This should let the NT box see you and you can mount a shred NT folder to a local folder by typing:
smbmount //NTbox/sharedfolder /localdir

This worked for me hope it can help.

AlanLip 08-27-2001 07:15 AM

Well, at school we have an NT Server that the test is on every morning and i just wanna know how I can take the test in red hat. I'll try the Samba deal thx.


All times are GMT -5. The time now is 07:59 AM.