blob: 0dc41504712c3dd18d177b66b4056706015cc62d [file] [log] [blame]
Neels Hofmeyre5e78c22015-11-18 17:09:22 +01001!
2! Osmocom gtphub configuration
3!
4
5line vty
6 no login
7
8gtphub
9 ! Local addresses to listen on and send from, each on standard ports
10 ! 2123 and 2152. Setting these addresses is mandatory.
11 bind-to-sgsns 127.0.0.1
12 bind-to-ggsns 127.0.0.2
13
14 ! Local nonstandard ports or separate IPs:
15 !bind-to-sgsns ctrl 127.0.0.1 2342 user 127.0.0.1 4223
16
17 ! Proxy: unconditionally direct all traffic to...
18 !ggsn-proxy 127.0.0.3
19 !sgsn-proxy 127.0.0.4
20
21 ! Proxy with nonstandard ports or separate IPs:
22 !ggsn-proxy ctrl 127.0.0.3 2123 user 127.0.0.5 2152
23
Neels Hofmeyrb6c2db52015-11-18 18:11:32 +010024 ! Add a name server for GGSN resolution
25 !grx-dns-add 192.168.0.1