summaryrefslogtreecommitdiffstats
path: root/doc/user-guide/user-guide.info
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user-guide/user-guide.info')
-rw-r--r--doc/user-guide/user-guide.info12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/user-guide/user-guide.info b/doc/user-guide/user-guide.info
index 94a24c01dac..6ba883ea0dd 100644
--- a/doc/user-guide/user-guide.info
+++ b/doc/user-guide/user-guide.info
@@ -906,7 +906,7 @@ and the client.
`non-blocking-connect [no|off|on|yes] (on)'
Whether to make the connection attempt asynchronous.
-`remote-port <n> (6996)'
+`remote-port <n> (24007)'
Server port to connect to.
`remote-host <hostname> *'
@@ -920,7 +920,7 @@ and the client.
The local interface on which the server should listen to requests.
Default is to listen on all interfaces.
-`listen-port <n> (6996)'
+`listen-port <n> (24007)'
The local port to listen on.
4.2.1.2 IB-SDP
@@ -951,7 +951,7 @@ always best to use `ib-verbs'. Use `ib-sdp' only if you cannot get
`non-blocking-connect [no|off|on|yes] (on)'
Whether to make the connection attempt asynchronous.
-`remote-port <n> (6996)'
+`remote-port <n> (24007)'
Server port to connect to.
`remote-host <hostname> *'
@@ -965,7 +965,7 @@ always best to use `ib-verbs'. Use `ib-sdp' only if you cannot get
The local interface on which the server should listen to requests.
Default is to listen on all interfaces.
-`listen-port <n> (6996)'
+`listen-port <n> (24007)'
The local port to listen on.
The following options are common to both the client and server
@@ -2037,11 +2037,11 @@ it means the GlusterFS mount did not succeed. Try running GlusterFS in
connections and firewall settings. To check if the server is reachable,
try:
- telnet IP-ADDRESS 6996
+ telnet IP-ADDRESS 24007
If the server is accessible, your `telnet' command should connect and
block. If not you will see an error message such as `telnet: Unable to
-connect to remote host: Connection refused'. 6996 is the default
+connect to remote host: Connection refused'. 24007 is the default
GlusterFS port. If you have changed it, then use the corresponding port
instead.