##// END OF EJS Templates
Fixed port range...
Reggie Pierce -
Show More
@@ -111,13 +111,13 b' to ``https://your.host.com:9999`` with ``ipython notebook'
111 111 Firewall Setup
112 112 ``````````````
113 113
114 To function correctly, the firewall on computer running the ipython server must be
114 To function correctly, the firewall on the computer running the ipython server must be
115 115 configured to allow connections from client machines on the ``c.NotebookApp.port``
116 116 port to allow connections to the web interface. The firewall must also allow
117 connections from 127.0.0.1 on ports in the range of 10000 to 65535, which are used
118 by the server to communicate with the notebook kernels. The kernel communication
119 ports are chosen randomly by ZeroMQ, and my require multiple connections per kernel
120 so a large range of ports must be accessible.
117 connections from 127.0.0.1 (localhost) on ports from 49152 to 65535.
118 These ports are used by the server to communicate with the notebook kernels.
119 The kernel communication ports are chosen randomly by ZeroMQ, and may require
120 multiple connections per kernel, so a large range of ports must be accessible.
121 121
122 122 Running with a different URL prefix
123 123 -----------------------------------
General Comments 0
You need to be logged in to leave comments. Login now