From 5f8b332e6b5b536ca155bdca403a37253189ef37 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sun, 12 Nov 2017 22:50:00 +0100 Subject: [PATCH] OsmoGGSN: multiple instances: mention GTP port Change-Id: I781feeb955ace17d93206bc98d12bc423584ce32 --- doc/manuals/chapters/running.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/manuals/chapters/running.adoc b/doc/manuals/chapters/running.adoc index a242e36..ef899b5 100644 --- a/doc/manuals/chapters/running.adoc +++ b/doc/manuals/chapters/running.adoc @@ -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 +----