Add static routes for IMS subnet
This commit is contained in:
@@ -79,6 +79,9 @@ ip6tables -D rtpengine -p udp -j RTPENGINE --id "$TABLE" 2>/dev/null
|
||||
ip6tables -I rtpengine -p udp -j RTPENGINE --id "$TABLE"
|
||||
ip6tables-save > /etc/ip6tables.rules
|
||||
|
||||
# Add static route to route traffic back to UE as there is not NATing
|
||||
ip r add 192.168.101.0/24 via ${PGW_IP}
|
||||
|
||||
set -x
|
||||
|
||||
exec $RUNTIME $OPTIONS
|
||||
|
Reference in New Issue
Block a user