上一页 1 ··· 7 8 9 10 11 12 下一页
摘要: Easy IP配置 1 [Huawei-acl-basic-2000]rule permit source 192.168.1.0 0.0.0.255 #配置acl内网规则 2 [Huawei-GigabitEthernet0/0/0]nat outbound 2000 #外网接口下应用acl 3 阅读全文
posted @ 2020-11-03 21:13 局域网外 阅读(2718) 评论(0) 推荐(0) 编辑
摘要: 服务端安装 yum -y install vsftpd 客户端安装 yum -y install lftp #lftp是一个强大的下载工具 lftp中文乱码解决 编辑 /etc/lftp.conf 结尾处加入如下行 set ftp:charset "gbk"; set file:charset "u 阅读全文
posted @ 2020-10-14 22:20 局域网外 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 服务端安装 yum -y install samba 客户端安装 yum -y install cifs-utils samba-client 配置文件参数: [global] workgroup = MYGROUP server string = Samba Server Version %v l 阅读全文
posted @ 2020-10-14 22:15 局域网外 阅读(854) 评论(0) 推荐(0) 编辑
摘要: 华为交换机链路聚合实现 1,创建链路聚合组10 [sw1]int eth-trunk 10 2,链路聚合模式为静态LACP模式 [sw1-Eth-Trunk10]mode lacp-static 3,将接口加入汇聚组10 [sw1-Eth-Trunk10]trunkport GigabitEther 阅读全文
posted @ 2020-10-13 23:12 局域网外 阅读(3020) 评论(0) 推荐(0) 编辑
摘要: 1、配置文件管理 <sw1>dis startup #查看当前启动配置文件 <sw1>startup saved-configuration 1.cfg #指定下次启动加载的配置文件 <sw1>display current-configuration #查询当前配置 <sw1>display sa 阅读全文
posted @ 2020-10-13 23:10 局域网外 阅读(212) 评论(0) 推荐(0) 编辑
摘要: STP中定义了三种端口角色:指定端口, 根端口和预备端口。DESI:指定端口是交换机向所连网段转发配置BPDU的端口, 每个网段有且只能有一个指定端口。 一般情况下, 根桥的每个端口总是指定端口。ROOT:根端口是非根交换机去往根桥路径最优的端口。 在一个运行STP协议的交换机上最多只有一个根端口, 阅读全文
posted @ 2020-10-13 23:07 局域网外 阅读(1649) 评论(0) 推荐(0) 编辑
摘要: 1,Telnet配置 1 [Huawei]telnet server enable 开启telnet服务 2 [Huawei]user-interface vty 0 4 配置vty 3 [Huawei-ui-vty0-4]authentication-mode password --设置密码的最大 阅读全文
posted @ 2020-08-27 23:50 局域网外 阅读(512) 评论(0) 推荐(0) 编辑
摘要: <Huawei>sys (sys进入系统设置下) Enter system view, return user view with Ctrl+Z. [Huawei]undo info en (undo info en 关闭提示信息) Info: Information center is disab 阅读全文
posted @ 2020-08-27 23:42 局域网外 阅读(1189) 评论(0) 推荐(0) 编辑
摘要: 1,ar1路由上创建子接口 1 [ar1]int g0/0/0.10 (创建子接口0.10) 2 [ar1-GigabitEthernet0/0/0.10]ip ad 10.1.10.1 24 #配置子接口网关 3 [ar1-GigabitEthernet0/0/0.10]dot1q termina 阅读全文
posted @ 2020-08-27 23:40 局域网外 阅读(2380) 评论(1) 推荐(0) 编辑
摘要: ACL权限简介与开启 ACL权限用来解决用户对文件身份不足的。 2,查看分区ACL权限是否开启 dumpe2fs -h /dev/sda5 #dumpe2fs 命令是查询指定分区详细文件系统信息的命令 选项: -h 仅显示超级块中信息,而不显示磁盘块组的详细信息 3,临时开启分区ACL权限 moun 阅读全文
posted @ 2020-08-24 00:36 局域网外 阅读(91) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 下一页