user manual

4 DNS Commands
60 / 138
3EC 16982 AGAA TCZZA Ed. 01
dns add
Add a static DNS entry for IP hosts who do not reveal their hostname in the DHCP request, or even
worse, not support DHCP.
SYNTAX:
dns add hostname = <string>
[addr = <ipaddress>]
hostname The name of the IP host (without the (sub)domain name). REQUIRED
[addr] The IP address of the host (without mask).
In case this parameter is not specified the hostname applies to the
SpeedTouch350i itself.
OPTIONAL
EXAMPLE:
=>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%)
=>
RELATED COMMANDS:
dns list List current DNS entries.
dns delete Delete a DNS entry.