标签:grep eth 配置文件 bin lun 修改 ring vim 分配
ifconfig | grep mask
inet 127.0.0.1 netmask 0xff000000
inet 192.168.1.77 netmask 0xfffffe00 broadcast 192.168.1.255
修改smb的配置文件vim /etc/samba/smb.conf
90 : workgroup = MYGROUP
91 : server string = Samba Server Version %v
92
93 ;: netbios name = MYSERVER
94
95 ;: interfaces = lo eth0 192.168.12.2/24 192.168.13.2/24
96 ;: hosts allow = 127. 192.168.1. 192.168.13.
97
98 ;: max protocol = SMB2
把上面的蓝色部分配置到hosts allow里面.
然后重启smbd服务 /usr/sbin/smbd
查看服务是否被启动 ps -ef | grep smbd
查看端口 netstat -tplun | grep sbmd
最后连接 smb://gaoziwen@123.45.66.77:1445
标签:grep eth 配置文件 bin lun 修改 ring vim 分配
原文地址:http://www.cnblogs.com/gauze/p/5987144.html