We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca82237 commit 39a481dCopy full SHA for 39a481d
etc/kayobe/ansible/scripts/aio-init.sh
@@ -29,9 +29,9 @@ IMAGE_TYPE=linux
29
30
# This EXT_NET_CIDR is your public network,that you want to connect to the internet via.
31
ENABLE_EXT_NET=${ENABLE_EXT_NET:-1}
32
-EXT_NET_CIDR=${EXT_NET_CIDR:-'192.168.33.0/24'}
33
-EXT_NET_RANGE=${EXT_NET_RANGE:-'start=192.168.33.31,end=192.168.33.127'}
34
-EXT_NET_GATEWAY=${EXT_NET_GATEWAY:-'192.168.33.3'}
+EXT_NET_CIDR=${EXT_NET_CIDR:-'10.0.2.0/24'}
+EXT_NET_RANGE=${EXT_NET_RANGE:-'start=10.0.2.150,end=10.0.2.199'}
+EXT_NET_GATEWAY=${EXT_NET_GATEWAY:-'10.0.2.1'}
35
36
# Sanitize language settings to avoid commands bailing out
37
# with "unsupported locale setting" errors.
0 commit comments