aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/osmo-ggsn.cfg
AgeCommit message (Collapse)AuthorFilesLines
2024-05-16Use uniform log format for default config filesOliver Smith1-2/+4
Related: OS#6272 Change-Id: I272767e029e95b64f2525d4f19efdfa1f0e29ca2
2024-05-16doc: set state-dir to /var/lib/osmocom/osmo-ggsnOliver Smith1-1/+1
Prepare to run osmo-ggsn as user with the systemd service. As with other Osmocom service files, we will set StateDirectory= and WorkingDirectory= options. This results in osmo-ggsn only being able to write to /var/lib/osmocom, therefore let's change the state-dir from /tmp to /var/lib/osmocom/osmo-ggsn to avoid: gsn.c:411 fopen(path=/tmp/gsn_restart, mode=w) failed: Error = Permission denied Having the state in /var/lib/osmocom also makes more sense, because then it doesn't get deleted on reboot. Change-Id: I5b51529b4f8bd2462e54f58a1ce2e2d7c76ff46a
2020-05-23example config: use RFC1918 addresses for GGSN poolsHarald Welte1-4/+4
It's 172.16, not 176.16. Change-Id: I2d83ee747e8987f10c4960d42f3c3f2a723e3f4c
2020-04-14doc: use 127.0.0.2 instead of 127.0.0.6 as bind ip.Philipp Maier1-1/+1
The example config for osmo-sgsn suggests to use 127.0.0.6 as bind ip. (the ip-address where the SGSN tries to connect) Lets use 127.0.0.2 instead to match the default config of osmo-sgsn. Change-Id: I513ab64896dee47fd92dbc5ef495fe1c6e734ec3
2020-03-25doc: do not use random ip address for dns in default confPhilipp Maier1-4/+4
The default configuration has a random ip-address as first DNS server. This might cause unnedessary trouble for people who try osmo-ggsn the first time. Lets have some public DNS here, just to be sure. Change-Id: I5876a806185bb3aea356fb6996d1925b8d0d1758
2018-09-25osmo-ggsn.cfg: Ensure well-formed config file exampleHarald Welte1-26/+26
Change-Id: Ic7fd91745e7442eda741d46748c0a4a02dedef80
2017-11-28examples: Add secondary ipv6 google DNS to osmo-ggsn.cfgPau Espin Pedrol1-0/+2
Change-Id: I5efbd1848a7974cb8dc614c4567de2658b9a7269
2017-09-06Move examples to doc/examples and include them in DISTHarald Welte1-0/+71
Change-Id: I0846e21ac63774939934ab629c6d7212269be9a6