mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-02 13:20:08 +00:00
remove 127.0.0.1
Now, we'll use 10.1.35.x network for loopback test
This commit is contained in:
parent
e186436098
commit
05f74087e0
6 changed files with 17 additions and 53 deletions
8
scripts/linux_netconfig.sh
Executable file
8
scripts/linux_netconfig.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
ifconfig eth1:mme 10.1.35.215/24 up
|
||||
ifconfig eth1:sgw_s5 10.1.35.216/24 up
|
||||
ifconfig eth1:sgw_s11 10.1.35.217/24 up
|
||||
ifconfig eth1:pgw 10.1.35.219/24 up
|
||||
ifconfig pgwtun 45.45.0.1/16 up
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue