<!-- Pt-web/src/app-root/ztr/PPPConfig.xml

 Copyright: ©2014, Güralp Systems Ltd.
 Author: Laurence Withers <lwithers@guralp.com>
 License: GPLv3

-->

<messages>

<!--============================================================================
Address tab
=============================================================================-->

<message id='text.PPPConfig.tabTitleAddress'>IP addressing</message>
<message id='tpl.PPPConfig.tabLayoutAddress'>
  <div>${defaultRoute}</div>
  <div>${proxyARP}${proxyARPTip}</div>
  <div>
    <label for='${id:ip4Local}'>Local IPv4 address (leave empty to let remote
      peer provide):</label>
    <span class='control-group'>${ip4Local}</span>
  </div>
  <div>
    <label for='${id:ip4Remote}'>Remote IPv4 address (leave empty to let remote
      peer provide):</label>
    <span class='control-group'>${ip4Remote}</span>
  </div>
</message>

<message id='text.PPPConfig.defaultRoute'>PPP provides default route (the remote peer acts as our network router)</message>

<message id='text.PPPConfig.proxyARP'>Proxy ARP requests for remote peer</message>
<message id='text.PPPConfig.proxyARPTip'>If enabled, this machine will listen for ARP requests for the remote peer's IP address and will respond. It will then forward any packets for the remote peer, effectively allowing the remote peer to appear as another machine on this machine's local network.</message>



<!--============================================================================
Link control tab
=============================================================================-->

<message id='text.PPPConfig.tabTitleLinkControl'>Link control</message>
<message id='tpl.PPPConfig.tabLayoutLinkControl'>
  <div>${passive}${passiveTip}</div>
  <div>${debug}</div>
  <br />
  <p>To detect whether the link has failed and needs restarting, it is possible
    to use LCP (link control protocol) echoes. An echo request is sent
    periodically, and if the configured number of responses are missed, the link
    is declared down and PPP will begin trying to reconnect.</p>
  <div>
    <label for='${id:lcpEchoInterval}'>Echo request interval:</label>
    <span class='control-group'>${lcpEchoInterval}</span>
  </div>
  <div>
    <label for='${id:lcpEchoFailure}'>Number of failures before link is
      down:</label>
    <span class='control-group'>${lcpEchoFailure}</span>
  </div>
</message>

<message id='text.PPPConfig.passive'>Wait for connections</message>
<message id='text.PPPConfig.passiveTip'>In this mode, PPP will passively wait for incoming connections rather than actively trying to establish one. This mode is suitable for a server with lots of PPP ports where only some are in use. If this option is off, an unused port will generate lots of error messages in the system log.</message>

<message id='text.PPPConfig.debug'>Write debug messages to system log</message>

<message id='text.PPPConfig.badLCPTimeout'>Bad timeout values. Enter 0 (or leave empty) for both values to disable, or set both values to ≥ 1.</message>



<!--============================================================================
Other options tab
=============================================================================-->

<message id='text.PPPConfig.tabTitleOther'>Other options</message>
<message id='tpl.PPPConfig.tabLayoutOther'>
  <div>${requireAuth}${requireAuthTip}</div>
  <div>
    <label for='${id:userOptions}'>User options (look up <code>pppd(8)</code>
      for all the valid options that can go here):</label>
    <span class='control-group'>${userOptions}</span>
  </div>
</message>

<message id='text.PPPConfig.requireAuth'>Require remote peer to authenticate itself</message>
<message id='text.PPPConfig.requireAuthTip'>If enabled, you will need to edit either /etc/ppp/pap-secrets.local or /etc/ppp/chap-secrets.local to list the allowed usernames and passwords.</message>

<message id='text.PPPConfig.badUserString'>Invalid or malformed characters in string.</message>



<!--============================================================================
Reset dialog
=============================================================================-->

<message id='text.PPPConfig.resetButton'>Reset to default settings</message>
<message id='text.PPPConfig.resetDialogTitle'>Reset to default settings</message>

<message id='text.PPPConfig.resetDialogReject'>Cancel</message>
<message id='text.PPPConfig.resetDialogAccept'>Reset</message>

<message id='tpl.PPPConfig.resetDialogLayout'>
  <p>Select the option which most closely matches the type of service this PPP
    connection will provide. All options may be changed in the configuration,
    so the type selection is only for convenience.</p>
  <p>${sel}</p>
</message>

<message id='text.PPPConfig.resetItemClient'>Client</message>
<message id='text.PPPConfig.resetItemServer'>Server</message>



</messages>

<!-- options for text editors
vim: ts=2:sw=2:expandtab
-->
