当前位置:网站首页>CLUSTER DAY01 (Introduction to cluster and LVS, LVS-NAT cluster, LVS-DR cluster)
CLUSTER DAY01 (Introduction to cluster and LVS, LVS-NAT cluster, LVS-DR cluster)
2022-08-11 07:00:00 【zoujiangMr】
Case 1: ipvsadm command usage
Case 2: Deploy LVS-NAT cluster
Case 3: Deploy LVS-DR cluster
1 Case 1: ipvsadm command usage
1.1 Question
Prepare a Linux server, install the ipvsadm software package, practice using the ipvsadm command, and achieve the following functions:
- Use the command to add some TCP-based cluster services
- Add several backend real servers to the cluster
- To achieve the same client access, the scheduler assigns a fixed server
- Ipvsadm will be used to add, delete and modify rules
- Save ipvsadm rules
1.2 Scheme
Install the ipvsadm software package. For the usage of ipvsadm, please refer to the man ipvsadm information.
The common ipvsadm command syntax format is shown in Table-1 and Table-2.
Table-1 ipvsadm command options
Table-2 ipvsadm syntax examples
边栏推荐
猜你喜欢
随机推荐
树莓派设置静态IP地址
[HTB]渗透Backdoor靶机
【力扣】判断子序列
无胁科技-TVD每日漏洞情报-2022-8-5
VirtualAPK初探
无胁科技-TVD每日漏洞情报-2022-7-28
Redis学习笔记【一】
Lua 字符串
Threatless Technology-TVD Daily Vulnerability Intelligence-2022-7-27
CLUSTER DAY04(块存储应用案例 、 分布式文件系统 、 对象存储)
Threatless Technology-TVD Daily Vulnerability Intelligence-2022-8-3
SECURITY DAY01(监控概述 、 Zabbix基础 、 Zabbix监控服 )
CLUSTER DAY03( Ceph概述 、 部署Ceph集群 、 Ceph块存储)
Threatless Technology-TVD Daily Vulnerability Intelligence-2022-8-6
ssh中的密码登录和密钥登录
UE4打包工程失败问题记录
GoAhead Server 环境变量注入(CVE-2021-42342)漏洞复现
C语言两百题(0基础持续更新)(1~5)
无胁科技-TVD每日漏洞情报-2022-7-22
lua-复制一份table,修改新的table,不改变原来的table








