wget -P /etc/yum.repos.d/ http://ftp.openvz.org/openvz.repo rpm --import http://ftp.openvz.org/RPM-GPG-Key-OpenVZ yum install vzkernel vi sysctl.conf 添加 net.ipv4.ip_forward = 1 net.ipv6.conf.default.forwarding = 1 net.ipv6.conf.all.forwarding = 1 net.ipv4.conf.default.proxy_arp = 0 net.ipv4.conf.all.rp_filter = 1 kernel.sysrq = 1 net.ipv4.conf.default.send_redirects = 1 net.ipv4.conf.all.send_re...
本帖最后由 candice416 于 2010-05-18 16:53 编辑 家里有两台电脑A和B,操作系统都是win xp。我在A上同过vmware workstation 安装了centos5.4. 通过A能ssh到centos。 那怎么样才能通过B ssh 到centos呢? ps:centos 和A 的ssh服务都开启了。
请问samba服务包括smbd和nmbd两个进程,现在RHEL 6上面启动smb服务时,是不是只启动一个进程smbd???nmbd进程不被启动了吗?还是怎么一回事呢??? 还请问那位大神解释一下。 在RHEL 6.4上使用SWAT管理samba服务的软件是samba4-swat吗??? 我安装该软件时,这个软件包的依赖包解析不了,所以就强制安装上了。经过配置后,访问页面,出现如下所示的错误: swat: error while loading shared libraries: li...
以下是我的电脑中存放的一份关于samba的功能。太多了,我还没有看呢,放在这里供大家参阅。 目录表 1. 如何安装并测试samba 1.1. Step 0: 阅读手册页 1.2. Step 1: 编译二进制 1.3. Step 2: 所有关键步骤 1.4. Step 3: 建立配置文件 1.5. Step 4: 用testparm测试你的配置文件 1.6. Step 5: 启动smbd和nmbd进程 1.6.1. Step 5a: 从inetd.conf启动 1.6.2. Step 5b. 可选法:以后台进程启动 1.7. Step 6: 尝试列出服务器可获...
本章着力打造比较全的 samba介绍,配置。呵呵,先白话白话 samba协议基础 自从出现NetBIOS协议,Microsoft用它实现了网络文件/打印服务,即大家熟知的打印与共享服务,它是基于SMB(Server Message Block)协议,实现不同计算机之间共享打印机、串行口和通讯抽象(如命名管道、邮件插槽等)。 随着Internet的流行,Microsoft希望将这个协议扩展到Internet上去,成为Internet上计算机之间相互共享数据的一种标准。因此它将原...
samba的基本使用 最近我把工作平台转为Fedora Core 4,虽然它比不得RHAS和CentOS,但是足够我平时编程使用了。公司大部分同事都是使用Windows 2000/XP, 就连提供数据的服务器都是Windows,可见公司的水平了。唉,没办法。我觉得公司在平台这方面积累的经验不多。为了使我的平台能容合到公司 的大环境中,也为了与其它同事共享文件等的方便,我只能多研究一下samba了。 samba的作用是提供Unix/Linux与Windows之间的通讯,...
samba文件共享应用 [root@localhost ]#[color="#228b22"]rpm -qa | grep samba 检查samba软件包 samba-3.0.23c-2 [root@localhost samba]#[color="#228b22"]service smb restart 重启samba服务 关闭 SMB 服务: [color="#ff0000"] [确定] 关闭 NMB 服务: [color="#ff0000"] [确定] 启动 SMB 服务: ...
# This is the main samba configuration file. You should read the # smb.conf(5) manual page in order to understand the options listed # here. samba has a huge number of configurable options (perhaps too # many!) most of which are not shown in this example # # For a step to step guide . installing, configuring and using samba, # read the samba-HOWTO-Collection. This may be obtained from: # ...