2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +00:00

Set the IP for the test node to the same subnet as the 2nd network

This commit is contained in:
Victor Hu 2019-06-03 12:16:43 -04:00
parent f8e6f63e49
commit 10377c477a

View File

@ -15,7 +15,7 @@ function runcmd(){
# We should be using private networks
TESTNODE=testnode
TESTNODE_IP=60.1.1.1
TESTNODE_IP="192.168.3.1"
MASTER_PRIVATE_IP="192.168.1.1"
MASTER_PRIVATE_NETMASK="255.255.0.0"