Simple configuration of linux Network neighbor samba

Source: Internet
Author: User
Article title: configure the network neighbor samba in linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Author: Hu Zheng
  
Now I am in linux every day. I want to use a variety of windows network neighbor resources in the dormitory, so I started to try samba.
I am too lazy to use tools, so I am too lazy to modify the configuration file myself.
Installed samba-swat first.
This is a samba configuration program on the web interface.
After installation, it will create a swat file in the/etc/xinetd. d Directory.
I changed it to this.
Service swat
{
Port = 901
Socket_type = stream
Wait = no
# Only_from = 127.0.0.1
User = root
Server =/usr/sbin/swat
Log_on_failure + = USERID
Disable = no
}
  
Then, enter http: // 211.83.144.222: 901 in the browser (change the IP address to your own)
So a web interface came out. use the root interface.
  
Click globals to perform global settings.
Baseoption-> workgroup
Securityoption-> security level, which is set to share
Let's change it. commit changes.
  
Click share.
After the create share button, Enter ftp files (this is the name seen by others), and then create.
In the following path, I set/var/ftp/pub to share my ftp with samba.
Set guest OK to yes, so that you can log on anonymously.
Browseable yes, available yes and then commit changes.
  
There is also a status to control the smbd and nmbd processes. I have started all of them.
  
On the computer next to you, you can see you with network neighbors. In fact, samba configuration is indeed very easy.
It is not difficult to modify/etc/samba/sam. conf.
  
It's easy to use the client.
I went to find a software named LinNeighborhood,
Http://www.bnro.de /~ Schmidjo/download/
I found an rpm package.
The graphic interface is easy to use.
:)
  
  

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.