OsmoGGSN: multiple instances: mention GTP port

Change-Id: I781feeb955ace17d93206bc98d12bc423584ce32
This commit is contained in:
Neels Hofmeyr 2017-11-12 22:50:00 +01:00
parent 43001cbc7a
commit 5f8b332e6b
1 changed files with 9 additions and 0 deletions

View File

@ -39,3 +39,12 @@ line vty
ctrl
bind 127.0.0.2
----
Also make sure to place each instance's GTP bind on a separate IP address (GTP
uses a port number that is fixed in the GTP specifications, so it will not be
possible to pick differing ports on the same IP address), like:
----
ggsn ggsn0
gtp bind-ip 127.0.0.2
----