<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">
<wml>
 <!-- page name="testconn"-->
 <template>
  <do optional="false" label="Back Up" type="accept">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#testconn"/>
  </do>
 </template>
 <card ordered="true" newcontext="false" id="testconn">
  <do optional="false" label="Back Up" type="accept">
   <noop/>
  </do>
  <do optional="false" label="Back" type="prev">
   <prev/>
  </do>
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#ping"/>
  </do>
  <a href="#ping" accesskey="1">ping</a>
  <br/>
  <a href="#tracerte" accesskey="2">tracerte</a>
  <br/>
 </card>
 <card ordered="true" newcontext="false" id="ping">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#tracerte"/>
  </do>
  <!-- h1 -->
  <h1>Test connectivity to another host</h1>
  <p align="left">ping <i>hostname</i>&#8203;ping <i>ipaddr</i>&#8203;</p>
  <p>ping will fail if ICMP requests are dropped by the target host or blocked by a router somewhere in the network path. Therefore, this should be first tried when the connection is working, to ensure that a failure is due to actual network connectivity problems. </p>
  <p align="left">
   <a href="#tracerte">Next: tracerte</a>
   <br/>
   <a href="#testconn">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="tracerte">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="dnsinfo.wml#nslookup"/>
  </do>
  <!-- h1 -->
  <h1>Trace the connection to another host</h1>
  <p align="left">tracerte <i>hostname</i>&#8203;tracerte <i>ipaddr</i>&#8203;</p>
  <p>tracerte may not work property if ICMP requests are dropped by the target host or blocked by a router somewhere in the network path. Therefore, this should be first tried when the connection is working, to ensure that a failure is due to actual network connectivity problems. </p>
  <p align="left">
   <a href="dnsinfo.wml#nslookup">Next: nslookup</a>
   <br/>
   <a href="#ping">Prev: ping</a>
   <br/>
   <a href="#testconn">Back Up: Menu</a>
   <br/>
  </p>
 </card>
</wml>

