2.3 创建子域
1.创建子域www.dsrw.com,先安装Active Diretory域服务 图2-33 安装Active Diretory域服务 2.将此服务器升级为域控制器 图2-34 将新域添加到现有林,更改凭证 3.设置父域名和新域名 图2-35 设置...
4.12 优选最低BGP邻居地址路由
图4-12 优选最低BGP邻居地址路由网络拓扑 1.R1配置OSPF [R1]ospf router-id 1.1.1.1 [R1-ospf-1]area 0 [R1-ospf-1-area-0.0.0.0]network 1.1.1.1 0.0.0.0 [R1-ospf-1-area-0.0.0.0]network 1.1...
20.2 交换机限速配置:Qos方式
1.SW1在接口GE0/0/1的入方向上配置接口限速,带宽限制为4096kbit/s [SW1]interface gigabitethernet 0/0/1 [SW1-GigabitEthernet0/0/1]qos lr inbound cir 4096 2.SW1在接口GE0/0/2的入方向上...
17.3 BGP4+
图17-3 BGP4+基本配置网络拓扑 1.R1配置OSPFv2和OSPFv3 [R1]ospf 1 router-id 1.1.1.1 [R1-ospf-1]area 0 [R1-ospf-1-area-0.0.0.0]network 1.1.1.1 0.0.0.0 [R1-ospf-1-area-0.0.0.0]network...
11.4 配置SYSLinux服务程序
1.安装SYSLinux [root@dsrw ~]# dnf install -y syslinux Updating Subscription Management repositories. Unable to read consumer identity This system is not registered to Red Hat Subsc...
第10章MariaDB数据库管理系统
数据库管理系统是一种能够对数据库中存放的数据进行建立、修改、删除、查找、维护等操作的软件程序。MySQL是一款市场占有率非常高的数据库管理系统,Oracle公司在2009年收购了MySQL的母公司Sun...
13.8重启pptpd服务并加入开机项
[root@dsrw ~]# systemctl restart pptpd [root@dsrw ~]# systemctl enable pptpd Created symlink /etc/systemd/system/multi-user.target.wants/pptpd.service → /usr/lib/systemd/system/pp...
4.2.3虚拟用户模式
1.创建用于虚拟用户模式下进行FTP认证的用户数据库文件 其中奇数行为账户名,偶数行为密码。例如,分别创建dsrwcom和dsrwcn两个用户,密码均为111111 [root@dsrw ~]# cd /etc/vsftpd [root@dsrw...