From 10af4ffe15c53798ba37949572a702e5fc6a930d Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Tue, 1 Feb 2011 15:48:57 +1000 Subject: network_test_server: improve /etc/hosts instruction in README. Explain that both the short and full name for the test server are required in the README. Reviewed-by: Kalle Lehtonen Change-Id: I07430944ed7c6b89ea69cfbffa648acfc11e2aaa --- README.network_test_server.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.network_test_server.txt b/README.network_test_server.txt index efae1b9..9af4bf0 100644 --- a/README.network_test_server.txt +++ b/README.network_test_server.txt @@ -71,5 +71,9 @@ configuration files remain in use. As a brief test to see if the server is working, you can try the networkselftest Qt autotest. On a machine _other_ than the network test server, put the test server -IP address into /etc/hosts as qt-test-server.qt-test-net, and run the networkselftest -testcase from Qt; if everything is set up correctly, it should 100% pass. +IP address into /etc/hosts with short and full name, e.g. : + + 192.168.1.30 qt-test-server qt-test-server.qt-test-net + +...and run the networkselftest testcase from Qt; if everything is set up +correctly, it should 100% pass. -- cgit v1.2.3