Skip to content

Commit

Permalink
Adjust the IP address to support latest VirtualBox clients on Windows…
Browse files Browse the repository at this point in the history
… and WSL
  • Loading branch information
matthew-lxr committed Dec 4, 2023
1 parent 28f2bb3 commit 8c1035e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Vagrant.configure("2") do |config|

# Expose access to StackStorm via IP
config.vm.network :private_network,
ip: "10.10.10.10",
ip: "192.168.56.56",
netmask: "255.255.255.252"

# Create a public network, which generally matched to bridged network.
Expand Down Expand Up @@ -72,7 +72,7 @@ Vagrant.configure("2") do |config|
╚══════╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝
To access the Web UI, head to:
https://10.10.10.10/
https://192.168.56.56/
Username: st2admin
Password: Ch@ngeMe
Expand Down

0 comments on commit 8c1035e

Please sign in to comment.