Changes between Version 8 and Version 9 of UsersGuide/Networking


Ignore:
Timestamp:
2013-05-28T08:46:45Z (11 years ago)
Author:
Jiri Svoboda
Comment:

DNS configuration and usage

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/Networking

    v8 v9  
    6363}}}
    6464
     65=== DNS configuration ===
     66
     67(only in Bazaar mainline)
     68
     69To use DNS name resolution, set the IP address of your DNS server using the command
     70
     71{{{
     72dnscfg set-ns <server-address>
     73}}}
     74
     75To verify your configuration works use {{{dnsres}}}.
     76
    6577== Network utilities ==
     78
     79=== Dnsres ===
     80
     81{{{
     82dnsres <host-name>
     83}}}
     84
     85Prints the specified host name, the canonical name of the host (only if {{{host-name}}} is an alias) and IP address of the host.
    6686
    6787=== Ping ===
    6888
    6989{{{
    70 ping [-r] <ip-address>
     90ping [-r] <host>
    7191}}}
    7292
    73 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.
     93The {{{ping}}} command sends an ICMP Echo message to the specified host or 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.
    7494
    7595=== Nterm ===
    7696
    7797{{{
    78 nterm <ip-address> <port>
     98nterm <host> <port>
    7999}}}
    80100