- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Quick Configuration Of Samba
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 02:53 AM
05-25-2005 02:53 AM
Quick Configuration Of Samba
Can you tell me the steps that i must follow to have communication between my server and clietns(Win XP Pro)?
What sould i put in "/etc/smb.conf" ?
Ps : I have Linux Redhat 4 ES.
Thank you in advance for your help.
Best Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 02:56 AM
05-25-2005 02:56 AM
Re: Quick Configuration Of Samba
# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = INVESTMENTTOOL
netbios name = shalom
hosts allow = 192.168.0.
# server string is the equivalent of the NT Description field
server string = shalom production server dns1.investmenttool.com
You have to set a workgroup, to make windows life easier set a netbios name.
For security's sake limit your hosts allow.
security = user
Then:
service smb restart
You will need to have user id's set up on both Linux and Windows to make this work.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 03:00 AM
05-25-2005 03:00 AM
Re: Quick Configuration Of Samba
Its helpful to set up a machine account on the Windows Domain controller for each Linux box.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 03:11 AM
05-25-2005 03:11 AM
Re: Quick Configuration Of Samba
This will give you a web-based configuration tool (provided by the 'samba-swat' package).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2005 03:18 AM
05-25-2005 03:18 AM
Re: Quick Configuration Of Samba
John,
If you don't feel comfortable editing text files under Linux, you can use system-config-samba.
Regards,
Ross