diff --git a/scripts/launch_local_testnet.sh b/scripts/launch_local_testnet.sh index 918f09eb2..2b5a19c91 100755 --- a/scripts/launch_local_testnet.sh +++ b/scripts/launch_local_testnet.sh @@ -177,7 +177,7 @@ for NUM_NODE in $(seq 0 $(( ${NUM_NODES} - 1 ))); do fi stdbuf -o0 build/beacon_node \ - --nat=none \ + --nat:extip:127.0.0.1 \ --log-level="${LOG_LEVEL}" \ --tcp-port=$(( ${BOOTSTRAP_PORT} + ${NUM_NODE} )) \ --udp-port=$(( ${BOOTSTRAP_PORT} + ${NUM_NODE} )) \