aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2020-03-23 17:27:54 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2020-03-25 13:01:45 +0100
commit1c3505b885d6c12f47d947ee11d36f1e820145df (patch)
treea737a6ec78b1b642bcfafab87d17e3645228ff19
parent20539f02713fc5a1f8f2248555d4a199e57cda98 (diff)
doc: do not use random ip address for dns in default conf
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
-rw-r--r--doc/examples/osmo-ggsn.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/examples/osmo-ggsn.cfg b/doc/examples/osmo-ggsn.cfg
index 4000636..2bc7668 100644
--- a/doc/examples/osmo-ggsn.cfg
+++ b/doc/examples/osmo-ggsn.cfg
@@ -43,8 +43,8 @@ ggsn ggsn0
tun-device tun4
type-support v4
ip prefix dynamic 176.16.222.0/24
- ip dns 0 192.168.100.1
- ip dns 1 8.8.8.8
+ ip dns 0 8.8.8.8
+ ip dns 1 8.8.4.4
ip ifconfig 176.16.222.0/24
no shutdown
apn inet6
@@ -61,8 +61,8 @@ ggsn ggsn0
tun-device tun46
type-support v4v6
ip prefix dynamic 176.16.46.0/24
- ip dns 0 192.168.100.1
- ip dns 1 8.8.8.8
+ ip dns 0 8.8.8.8
+ ip dns 1 8.8.4.4
ip ifconfig 176.16.46.0/24
ipv6 prefix dynamic 2001:780:44:2100:0:0:0:0/56
ipv6 dns 0 2001:4860:4860::8888