Changeset 282 for etherws/trunk/README.rst
- Timestamp:
- 06/25/15 20:32:17 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
etherws/trunk/README.rst
r280 r282 92 92 certificates. 93 93 94 Using HTTP Proxy 95 ---------------- 96 You can create WebSocket tunnels via HTTP proxy. Proxy server's address and 97 port number are specified by generic environment variables: e.g. *$http_proxy* 98 99 See https://docs.python.org/library/urllib.html for more information about 100 environment variables for the proxy. 101 94 102 Client Authentication 95 103 --------------------- … … 128 136 Advanced Usage 129 137 ============== 130 131 Proxy132 -----133 You can create WebSocket tunnels via HTTP proxy. Proxy server's address and134 port number are specified by generic environment variables: e.g. *$http_proxy*135 136 See https://docs.python.org/library/urllib.html for more information about137 environment variables for the proxy.138 139 Logging140 -------141 etherws uses standard logging library. You can customize the logger using the142 *fileConfig* described in https://docs.python.org/library/logging.config.html143 144 To run *etherws sw* with the custom logger::145 146 # etherws sw --logconf /path/to/logging.ini147 148 etherws uses a logger stream named "etherws". And internally Tornado uses149 some logger streams described in http://www.tornadoweb.org/en/stable/log.html150 151 Note: etherws does not write debug logs even if you simply configure loglevel152 DEBUG, to avoid performance degradation. To write debug logs, you can153 specify *--debug* option.154 138 155 139 Remote Control … … 186 170 187 171 Password can be input from stdin as well as WebSocket tunnel creation. 172 173 Logging 174 ------- 175 etherws uses standard logging library. You can customize the logger using the 176 *fileConfig* described in https://docs.python.org/library/logging.config.html 177 178 To run *etherws sw* with the custom logger:: 179 180 # etherws sw --logconf /path/to/logging.ini 181 182 etherws uses a logger stream named "etherws". And internally Tornado uses 183 some logger streams described in http://www.tornadoweb.org/en/stable/log.html 184 185 Note: etherws does not write debug logs even if you simply configure loglevel 186 DEBUG, to avoid performance degradation. To write debug logs, you can 187 specify *--debug* option. 188 188 189 189 Virtual Machines Connection … … 221 221 # etherws ctl addport client ws://HypervisorA/ 222 222 223 Of course, you can create the TAP port and connect theseusing the Linux Bridge223 Of course, you can create TAP ports and connect them using the Linux Bridge 224 224 or the like. 225 225
Note: See TracChangeset
for help on using the changeset viewer.