aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/doc/examples/osmo-gtphub/osmo-gtphub.cfg
blob: c9bb4cf42e84ee901c3982811df543081bb2c5cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
!
! Osmocom gtphub configuration
!

line vty
 no login

gtphub
 ! Local addresses to listen on and send from, each on standard ports
 ! 2123 and 2152. Setting these addresses is mandatory.
 bind-to-sgsns 127.0.0.1
 bind-to-ggsns 127.0.0.2

 ! Local nonstandard ports or separate IPs:
 !bind-to-sgsns ctrl 127.0.0.1 2342 user 127.0.0.1 4223

 ! Proxy: unconditionally direct all traffic to...
 !ggsn-proxy 127.0.0.3
 !sgsn-proxy 127.0.0.4

 ! Proxy with nonstandard ports or separate IPs:
 !ggsn-proxy ctrl 127.0.0.3 2123 user 127.0.0.5 2152