摘要: 这个问题发生在最新的这是由于下面的更新造成的: Add stronger checks for the configuration error of running with a writeable root directory inside a chroot(). This may bite pe 阅读全文
posted @ 2020-11-28 23:16 djd221 阅读(382) 评论(0) 推荐(0)
摘要: 备份配置: 1、直接进入主题交换机通过console线连接,使用xshell软件,设置serial(查看相关文章,度娘上有) 2、启动机器进入配置! 3、更改名称、进入aaa模式、打开ftp服务器ftp-server enable,设置访问用户名、密码,更改模式等保存。 4、不好意思上面的有点错误补 阅读全文
posted @ 2020-11-11 12:07 djd221 阅读(9319) 评论(0) 推荐(0)
摘要: iptables -F iptables -X iptables -F -t mangle iptables -t mangle -X iptables -F -t nat iptables -t nat -X 首先,把三个表清空,把自建的规则清空。 iptables -P INPUT DROP i 阅读全文
posted @ 2020-11-09 15:54 djd221 阅读(260) 评论(0) 推荐(0)
摘要: 1、ifconfig发现网络ip地址,正常,终端能ping通服务器 2、检查samba服务是否正常service smb status,返回值 smb.service – Samba SMB Daemon Loaded: loaded (/usr/lib/systemd/system/smb.ser 阅读全文
posted @ 2020-11-09 15:53 djd221 阅读(4948) 评论(0) 推荐(0)
摘要: 安装centos7虚拟机(有具体的过程看其他的文章) 共享一个目录,使用用户名和密码登录后才可以访问,要求可以读写 打开samba的配置文件/etc/samba/smb.conf [global] 部分内容如下: [global] workgroup = WORKGROUP server strin 阅读全文
posted @ 2020-11-09 15:52 djd221 阅读(164) 评论(0) 推荐(0)