Skip to content

Commit

Permalink
README: few notes to enable GTPu and GTPc
Browse files Browse the repository at this point in the history
set the listening ports

The number of listener is set at compilation time.
Later on, it'll be changeable using listener-count argument:
  gtpc-tunnel-endpoint 0.0.0.0 port 2123 listener-count 1
  gtpu-tunnel-endpoint 0.0.0.0 port 2152 listener-count 1
currently, it is only valid for gtpc but note that write terminal will
not restore this value.
  • Loading branch information
vjardin committed Feb 10, 2024
1 parent 3fcc9f6 commit 473953a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Define your own `gtp-guard.conf` settings in order to enable its vty over TCP.
```
$ cat <<EOFCONF > /tmp/gtp-guard.conf
!
gtp-router demo
gtpc-tunnel-endpoint 0.0.0.0 port 2123
gtpu-tunnel-endpoint 0.0.0.0 port 2152
!
line vty
no login
listen 127.0.0.1 8888
Expand Down

0 comments on commit 473953a

Please sign in to comment.