Introducing UE_IPV4_INTERNET/IMS variable (#181)

* Introducing UE_IPV4_INTERNET/IMS variable

{Added} Introducing UE_IPV4_INTERNET/IMS variable and some minor changes to readme and DOCKER_HOST_IP

* Introducing UE_IPV4_INTERNET/IMS variable

Fixing Requested changes
This commit is contained in:
b3c3ll
2023-06-20 08:47:20 +03:30
committed by GitHub
parent 83adc45346
commit 4f570c0a65
9 changed files with 81 additions and 62 deletions

View File

@@ -83,4 +83,4 @@ sed -i 's|RTPENGINE_IP|'$RTPENGINE_IP'|g' /etc/kamailio_pcscf/kamailio_pcscf.cfg
#ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# Add static route to route traffic back to UE as there is not NATing
ip r add 192.168.101.0/24 via ${UPF_IP}
ip r add ${UE_IPV4_IMS} via ${UPF_IP}