X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=config%2Fdolconf-assistant.desc;h=8f29ecffba13523b4b2a5de9bf57c210c3b93a81;hb=6590ad9d0123e64a4cfa7dde2bc675abbb4cd1af;hp=b4e3559b6efc5ff6f57147ac407fa5efd3b45146;hpb=aeb98c975f9361544df74703bf1a3829a013a656;p=doldaconnect.git diff --git a/config/dolconf-assistant.desc b/config/dolconf-assistant.desc index b4e3559..8f29ecf 100644 --- a/config/dolconf-assistant.desc +++ b/config/dolconf-assistant.desc @@ -27,12 +27,26 @@ end end end - :vbox title: "Network" cmpl: TRUE + :vbox title: "Network" cmpl: TRUE var: y name: page3 $lbl label: "Please choose the network mode to use" $radio label: "_Active mode" var: y name: mode_act - $lbl label: "Active mode is the best choice when this computer is connected directly to the internet" wrap: y - $radio label: "Active with specified _port" var: y name: mode_nat group: mode_act + $lbl markup: "Active mode is the best choice when this computer is connected directly to the internet." wrap: y align: "0:0.5" wpad: "20:0" + $radio label: "Active with specified _port" var: y name: mode_nat group: mode_act sig: toggled + :vbox sensitive: FALSE var: y name: portbox + :hbox spacing: 10 + $mlbl label: "_TCP port:" mwidget: tcpport + $text name: tcpport var: y fill: y expand: y sig(changed): cb_ast_checkports + $mlbl label: "_UDP port:" mwidget: udpport + $text name: udpport var: y fill: y expand: y sig(changed): cb_ast_checkports + end + :hbox spacing: 10 + $mlbl label: "_IP address:" mwidget: extip + $text name: extip var: y fill: y expand: y sig(changed): cb_ast_checkports + end + end + $lbl markup: "Specify a port when this computer is behind a NAT router or similar. You will also need to configure your NAT router to forward that port to this computer, and specify what external IP address to use." wrap: y align: "0:0.5" wpad: "20:0" $radio label: "Passi_ve mode" var: y name: mode_psv group: mode_act + $lbl markup: "Passive mode can be used as a last resort if you truly cannot use active mode. It is highly likely that using passive mode will lead to impaired performance." wrap: y align: "0:0.5" wpad: "20:0" end :vbox title: "Confirmation" ptype: CONFIRM cmpl: TRUE $lbl label: "Please confirm that you wish to apply the following options:"