# distributed_influxdb_test_pkg **Repository Path**: l-iberty/distributed_influxdb_test_pkg ## Basic Information - **Project Name**: distributed_influxdb_test_pkg - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-22 - **Last Updated**: 2022-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 网络配置: 测试程序在实验室主机 192.168.2.164 上运行, 通过 VPN 连接. 代码全部部署在本机的 VMware 虚拟机上, 虚拟机 IP 是 192.168.254.128 本机通过 VPN 连接到实验室集群后会被分配一个集群内网地址, 通过 ipconfig 命令查看到的 PPP adapter VPN 下面的那个 IPv4 地址就是, 即 test.sh 中指定的 host=192.168.2.222 为了能从实验室主机访问到本机 VMware 虚拟机, 需要在 VMware 的虚拟网络编辑器中对虚拟机进行端口映射: 将 192.168.254.128:22 映射到本机的 10022 端口, 这样在实验室主机 192.168.2.164 上面就能通过 192.168.2.222:10022 访问到 VMware 虚拟机