Operation Manual
126
DNS Commands
E-DOC-CTC-20040210-0030 v1.0
dns add
Add an entry to the local Domain Name System (DNS) table.
SYNTAX:
where:
EXAMPLE:
RELATED COMMANDS:
dns add hostname = <string>
[addr = <ip-address>]
hostname The name of the IP host to add (without the (sub)domain name). REQUIRED
addr The IP address of the host (without mask).
Note If this parameter is not specified, the hostname applies to the
SpeedTouchâ„¢ itself.
OPTIONAL
=>dns list
Domain: business.lan
Nr. Hostname IP Address
0 SpeedTouchâ„¢ *.*.*.*
1 TestHost 10.0.0.140
2 HTTP_Server 10.0.0.8
Total Table Size: 73 entries
Amount used: 3 (4%)
=>dns add hostname=FTP_Server addr=10.0.0.7
=>dns list
Domain: business.lan
Nr. Hostname IP Address
0 SpeedTouchâ„¢ *.*.*.*
1 TestHost 10.0.0.140
2 HTTP_Server 10.0.0.8
3 FTP_Server 10.0.0.7
Total Table Size: 73 entries
Amount used: 4 (5%)
=>
dns list List the contents of the local DNS table.
dns delete Delete an entry from the local DNS table by index.