Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Linux Networking
Reload this Page Microsoft Networking Protocols on Linux?
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Linux Networking Hardware/Software related, Modems, Internet connection sharing, IPTables etc.

Reply
 
Thread Tools Display Modes
Old 04-05-2007   #1 (permalink)
Col. Newman
Just Joined!
 
Col. Newman's Avatar
 
Join Date: Nov 2006
Location: Omaha, Nebraska
Posts: 19
Microsoft Networking Protocols on Linux?

Microsoft Networking Protocols on Linux? Is it possible to network my Kubuntu 6.10 box with the rest of my network?
__________________
Proud member of the "I Hate Bill" Club

Linux N00b
Col. Newman is offline   Reply With Quote
Old 04-05-2007   #2 (permalink)
framp
Linux Newbie
 
framp's Avatar
 
Join Date: Jul 2006
Posts: 219
What MS network protocols are you interested in? I suspect you want to exchange files between Linux and MS.

Linux -> MS file access: Use smbclient or the smb protocol in konqueror
MS -> Linux file access: Install and configure samba on the Linux box, then use the standard MS way to access the files
__________________
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds
framp is offline   Reply With Quote
Old 04-12-2007   #3 (permalink)
KenJackson
Linux User
 
KenJackson's Avatar
 
Join Date: Jun 2006
Location: Maryland, USA
Posts: 466
Samba!

Mandriva Linux puts the samba suite in several separate packages, the main ones being samba-common, samba-client and samba-server. Ubuntu probably does something similar.

Samba allows you to mount a Windows share as a network disk and offer any directory as a share for Windows machines to connect to in the normal way, network neighborhood or network places or whatever MS calls it.

You can even setup a Linux machine as a domain server for Windows machines to connect to.

You can see more at the Samba website.
KenJackson is offline   Reply With Quote
Old 04-17-2007   #4 (permalink)
siliconheart
Just Joined!
 
siliconheart's Avatar
 
Join Date: May 2006
Posts: 14
Send a message via MSN to siliconheart
Hi guys: heres the meat


SAMBA FILE SERVER FOR FINE GRAIN USER ACCESS

Files shared with CIFS gives top-to-bottom security restrictions typical of windows security paradigm. Xnix provide bottom-to-top security model. In order to get best of both worlds, we decided to go for samba as windows CIFS interface while implementing unix permissions.

Samba implementation:
1- install samba rpm using, rpm -ivh samba-x.rpm
2- Share the directories with
[global]

# workgroup = NT-Domain-Name or Workgroup-Name
workgroup = operations-2
server string = Samba Server

idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /bin/false
password server = None
username map = /etc/samba/smbusers
winbind use default domain = no
[homes]
comment = Home Directories
browseable = no
writeable = yes
[SambaShare]
Path = {/Path/to/folder}
writable = {yes/no} #readonly or read/write access
create mask = 0xxx # assing umask for samba users

3- create group used to provide group level access:
groupadd operations

4- Create Linux users to be mapped to virtual windows users
useradd -g operations xxx -M -s /sbin/nologin

5- Samba virtual users mapped to linux users
root = administrator admin
azfar = azfar.hussain


6- Turn the stick bit on the shared folder:
chmod u+s /folder/to/be/shared

7- now you are read to roll:
service smb start
__________________
M@n Mu$T D1e 1Deaz Liv 4ev@
siliconheart is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 12:42 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0