fedora20安装好后服务器设置

来源:互联网 发布:us域名注册 编辑:程序博客网 时间:2024/04/30 18:56
0.systemctl start sshd.service
1.yum install samba
2.smbpasswd -a lijiang
3.systemctl start(enable|restart) smb.service & nmb.service


4.Win7中,运行 secpol.msc
选择 本地策略->安全选项->网络安全:LAN 管理者身份验证级别
最后,单击列表,选择 发送LM和NTMv2,如果已协商,则使用NTLMv2协议
5.systemctl stop firewalld & systemctl disable firewalld
6.smbpasswd -a lijiang
7.编辑 /etc/samba/smb.conf(现在还是默认的conf)
8.确保setlinux关闭,可以用setenforce 0命令执行。
默认的,SELinux禁止网络上对Samba服务器上的共享目录进行写操作,即使你在smb.conf中允许了这项操作。    
/usr/bin/setenforce 修改SELinux的实时运行模式  
setenforce 1 设置SELinux 成为enforcing模式
setenforce 0 设置SELinux 成为permissive模式  
如果要彻底禁用SELinux 需要在/etc/sysconfig/selinux中设置参数selinux=0 ,或者在/etc/grub.conf中添加这个参数


systemctl  start(enable|restart) vsftp.service


service vsftpd status


systemctl  start(enable|restart) httpd.service


service httpd status


smbclient -L \\ip -U username 关闭selinux


%%%%%%%%%firewall configuration




更改 /etc/sysconfig/iptables-config  /etc/sysconfig/iptables-config 
更改 /etc/firewalld/firewalld.conf /etc/firewalld/zones/public.xml


CleanupOnExit=no




图形界面修改 Firewall Configuration: Configuration:Runtime to Permanent 之后再保存
0 0
原创粉丝点击