diff --git a/docs/man/xrdp.ini.5.in b/docs/man/xrdp.ini.5.in index 1e891e76..6cc160a9 100644 --- a/docs/man/xrdp.ini.5.in +++ b/docs/man/xrdp.ini.5.in @@ -23,10 +23,6 @@ All options and values (except for file names and paths) are case insensitive, a .SH "GLOBALS" The options to be specified in the \fB[Globals]\fR section are the following: -.TP -\fBaddress\fP=\fIip address\fP -Specify xrdp listening address. If not specified, defaults to 0.0.0.0 (all interfaces). - .TP \fBautorun\fP=\fIsession_name\fP Section name for automatic login. If set and the client supplies valid @@ -115,8 +111,11 @@ Specify text passed to PAM when authentication failed. The maximum length is \fB .TP \fBport\fP=\fIport\fP -Specify TCP port to listen on for incoming connections. -The default for RDP is \fB3389\fP. +Specify TCP port and interface to listen on for incoming connections. +Specifying only the port means that xrdp will listen on all interfaces. +The default port for RDP is \fB3389\fP. +Multiple address:port instances must be separated by spaces or commas. Check the .ini file for examples. +Specifying interfaces requires said interfaces to be UP before xrdp starts. .TP \fBrequire_credentials\fP=\fI[true|false]\fP diff --git a/xrdp/xrdp.ini.in b/xrdp/xrdp.ini.in index af21de6d..699b9911 100644 --- a/xrdp/xrdp.ini.in +++ b/xrdp/xrdp.ini.in @@ -8,6 +8,7 @@ fork=true ; ports to listen on, number alone means listen on all interfaces ; 0.0.0.0 or :: if ipv6 is configured ; space between multiple occurrences +; ALL specified interfaces must be UP when xrdp starts, otherwise xrdp will fail to start ; ; Examples: ; port=3389