Skip to content

Commit fe0b23d

Browse files
committed
doc: use 'TEST-NET' IPv4 or IPv6 IP address ranges from RFC 6890
Replace ip examples with test doc ip addresses for any address not in 127.0.0.1 or 0.0.0.0.
1 parent 3e84537 commit fe0b23d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/installation.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ These notes were developed on a Microsoft Azure VM running Ubuntu
850850
- the tracker ``mytracker`` is installed in the ``trackers`` folder of
851851
home directory of a user called ``admin``. Thus, the absolute path to
852852
the tracker home directory is ``/home/admin/trackers/mytracker``.
853-
- the server has a static public IP address of 11.11.11.101
853+
- the server has a static public IP address of 198.51.100.25
854854

855855
Install mod-wsgi
856856
~~~~~~~~~~~~~~~~
@@ -898,7 +898,7 @@ method.
898898
up content on localhost port 8000. You can then direct a browser on
899899
the server itself to ``http://localhost:8000/`` or on another machine at
900900
the server's domain name or ip address followed by colon then 8000
901-
(e.g. ``http://11.11.11.101:8000/``). If successful, you should see a
901+
(e.g. ``http://198.51.100.25:8000/``). If successful, you should see a
902902
Malt Whiskey image.
903903

904904
Package manager install of mod_wsgi
@@ -935,7 +935,7 @@ To run the tracker on Port 8000 as a foreground process
935935
'''''''''''''''''''''''''''''''''''''''''''''''''''''''
936936

937937
1. Change the ``tracker.web`` url in ``config.ini`` to port 8000 at the
938-
server domain name or ip address (e.g. ``http://11.11.11.101:8000/``).
938+
server domain name or ip address (e.g. ``http://198.51.100.25:8000/``).
939939
2. Open port 8000 for TCP on the server if you didn't already do so.
940940
3. ``cd`` to your tracker home directory, then run
941941
``mod_wsgi-express start-server wsgi.py``.
@@ -966,7 +966,7 @@ To run mod_wsgi on PORT 80
966966
''''''''''''''''''''''''''
967967

968968
1. Change the ``tracker.web`` url in ``config.ini`` to the server url
969-
with no port designator. E.g. ``http://11.11.11.101``.
969+
with no port designator. E.g. ``http://198.51.100.25``.
970970
2. Open port 80 on the server for TCP traffic if it isn't open already.
971971
3. Stop the system instance of Apache to make sure it isn't holding on
972972
to port 80 run: ``sudo service apache2 stop``.

0 commit comments

Comments
 (0)