Change in osmo-ggsn[master]: doc: do not use random ip address for dns in default conf

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Mon Mar 23 16:34:51 UTC 2020


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/17576 )


Change subject: doc: do not use random ip address for dns in default conf
......................................................................

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
---
M doc/examples/osmo-ggsn.cfg
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/76/17576/1

diff --git a/doc/examples/osmo-ggsn.cfg b/doc/examples/osmo-ggsn.cfg
index 4000636..22aeb45 100644
--- a/doc/examples/osmo-ggsn.cfg
+++ b/doc/examples/osmo-ggsn.cfg
@@ -43,7 +43,7 @@
   tun-device tun4
   type-support v4
   ip prefix dynamic 176.16.222.0/24
-  ip dns 0 192.168.100.1
+  ip dns 0 8.8.8.8
   ip dns 1 8.8.8.8
   ip ifconfig 176.16.222.0/24
   no shutdown
@@ -61,7 +61,7 @@
   tun-device tun46
   type-support v4v6
   ip prefix dynamic 176.16.46.0/24
-  ip dns 0 192.168.100.1
+  ip dns 0 8.8.8.8
   ip dns 1 8.8.8.8
   ip ifconfig 176.16.46.0/24
   ipv6 prefix dynamic 2001:780:44:2100:0:0:0:0/56

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/17576
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I5876a806185bb3aea356fb6996d1925b8d0d1758
Gerrit-Change-Number: 17576
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200323/54517b47/attachment.htm>


More information about the gerrit-log mailing list