Skip to content

Commit 39a481d

Browse files
committed
Revert "Test: Change public1-subnet cidr"
This reverts commit 978e9c5.
1 parent ca82237 commit 39a481d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/kayobe/ansible/scripts/aio-init.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ IMAGE_TYPE=linux
2929

3030
# This EXT_NET_CIDR is your public network,that you want to connect to the internet via.
3131
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'}
32+
EXT_NET_CIDR=${EXT_NET_CIDR:-'10.0.2.0/24'}
33+
EXT_NET_RANGE=${EXT_NET_RANGE:-'start=10.0.2.150,end=10.0.2.199'}
34+
EXT_NET_GATEWAY=${EXT_NET_GATEWAY:-'10.0.2.1'}
3535

3636
# Sanitize language settings to avoid commands bailing out
3737
# with "unsupported locale setting" errors.

0 commit comments

Comments
 (0)