open5gs/scripts/mac_netconfig.sh
Sukchan Lee 05f74087e0 remove 127.0.0.1
Now, we'll use 10.1.35.x network for loopback test
2017-04-18 21:27:07 +09:00

7 lines
232 B
Bash
Executable file

#!/bin/sh
ifconfig en0 alias 10.1.35.215 netmask 255.255.255.255
ifconfig en0 alias 10.1.35.216 netmask 255.255.255.255
ifconfig en0 alias 10.1.35.217 netmask 255.255.255.255
ifconfig en0 alias 10.1.35.219 netmask 255.255.255.255