lanzeou-大赛人网-第32页
lanzeou的头像-大赛人网
lanzeou管理员超级版主
这家伙很懒,什么都没有写...
3.2.5虚拟主机配置-大赛人网

3.2.5虚拟主机配置

Apache的虚拟主机功能是服务器基于用户请求的不同IP地址、主机域名或端口号,提供多个网站同时为外部提供访问服务的技术。 基于IP地址的虚拟主机 1)配置IP地址,确保IP正常访问。 图3-9 使用nm...
2年前
05711
第20章 系统安全-大赛人网

第20章 系统安全

1.sudo命令以系统管理者的身份执行指令 [root@dsrw ~]# ll /etc/sudoers -r--r-----. 1 root root 4346 12月 28 17:38 /etc/sudoers [root@dsrw ~]# chmod u+w /etc/sudoers [root@dsrw ~]# ll ...
2年前
05711
2.2 OSPF状态机变迁-大赛人网

2.2 OSPF状态机变迁

1.R1开启信息查看命令 <R1>terminal debugging Info: Current terminal debugging is on. //使能终端显示Debug信息功能 <R1>terminal monitor Info: Current terminal monitor is on. //...
2年前
05711
8.7 Linux 邮件客户端-大赛人网

8.7 Linux 邮件客户端

1.安装Thunderbird客户端的安装包。 [root@mail ~]# dnf install -y thunderbird Updating Subscription Management repositories. Unable to read consumer identity This system is not regis...
2年前
05714
4.2.3虚拟用户模式-大赛人网

4.2.3虚拟用户模式

1.创建用于虚拟用户模式下进行FTP认证的用户数据库文件 其中奇数行为账户名,偶数行为密码。例如,分别创建dsrwcom和dsrwcn两个用户,密码均为111111 [root@dsrw ~]# cd /etc/vsftpd [root@dsrw...
2年前
0577
10.3 MUX VLAN-大赛人网

10.3 MUX VLAN

图10-3  MUX VLAN网络拓扑 1.MUX VLAN基础配置 [SW1]vlan batch 10 20 30 100 [SW1]vlan 100 [SW1-vlan100]mux-vlan [SW1-vlan100]subordinate group 10 20 //指定group VLAN [SW1-vlan100]sub...
2年前
0579
3.3 防火墙源NAT-NAPT-大赛人网

3.3 防火墙源NAT-NAPT

1.创建地址组(端口转换) nat address-group ag11 mode pat route enable section 0 120.1.1.101 120.1.1.101 2.创建NAT策略绑定地址组 nat-policy rule name 192_168_1_0_nat source-zone tru...
2年前
0579
第6章 逻辑卷管理-大赛人网

第6章 逻辑卷管理

1.安装lvm [root@dsrw ~]# yum install lvm2 Updating Subscription Management repositories. Unable to read consumer identity This system is not registered to Red Hat Subscription Mana...
2年前
05712
第7章 广播风暴接STP-大赛人网

第7章 广播风暴接STP

图7-1 基本配置网络拓扑 1.交换机关闭STP协议 [SW1]stp disable [SW2]stp disable [SW3]stp disable 2.PC1连通未知IP地址 PC1>ping 192.168.1.3 Ping 192.168.1.3: 32 data bytes, Press Ctrl_C...
2年前
05710
1.2.2终端管理工具-大赛人网

1.2.2终端管理工具

firewall-cmd [选项 ... ] 案例1.通用选项 -h, --help    # 显示帮助信息; [root@dsrw ~]# firewall-cmd -h Usage: firewall-cmd [OPTIONS...] General Options -h, --help Prints a short ...
2年前
05711