Changes between Version 4 and Version 5 of UsersGuide/Networking
- Timestamp:
- 2012-04-27T09:28:52Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide/Networking
v4 v5 54 54 }}} 55 55 56 == Network utilities == 57 58 === Ping === 59 60 {{{ 61 ping [-r] <ip-address> 62 }}} 63 64 The {{{ping}}} command sends an ICMP Echo message to the specified IP address and displays the response (or timeout message). With the {{{-r}}} option it repeatedly sends the Echo message every second, until you terminate it with Ctrl-Q. 65 56 66 == Network services == 67 57 68 === Web server (websrv) === 69 70 {{{/app/websrv}}} is a trivial web server which serves the contents of the {{{/data/web}}} directory. You need to start it manually from the command line. By default it listens on port 8080 or you can change this by starting it with the {{{-p <port>}}} option. 71 58 72 === Telnet server (remcons) === 73 74 Is a telnet-like server. It is started automatically and listens on port 2223 and allows you to connect to the system from outside (e.g. from UN*X using the {{{telnet}}} command). It does not actually implement any Telnet protocol features (it just pipes the data through). It can only input and output text data, so pseudo-graphical applications (Tetris, Editor) and special keys won't work. 75