Resolve SSH proxy routing hang in prod by fixing dual IP assignment on same network.
Compare changes
- Eesaan Atluri authored
Closes #181 Defining a network can be optional when a port is already defined when deploying a VM. This commit adds flexibility where you can either use --port or --network options to define a network during the deployment. Alternatively, you can define both but the port cannot be from the same network you used in the --network option. Otherwise, you will have two ips from the same network which will cause network reachability issues.
+ 3
− 3
@@ -206,12 +206,12 @@ deploy_http_proxy_node:
@@ -259,12 +259,12 @@ deploy_ssh_proxy_node:
@@ -313,12 +313,12 @@ deploy_login_node: