User Guide

7 DNS Commands
108 / 260
3EC 16982 AFAA TCZZA Ed. 01
dns fwdadd
Add a DNS forwarding entry. The entries in the forwarding list determine which DNS server should
be used for which PC. If an identification cannot be established within the local LAN , the request
is forwarded to another DNS server, on another network (Internet/LAN to LAN connection). The
connection is negotiated within a PPP link.
SYNTAX:
dns fwdadd dns = <ipaddress>
src = <ipaddress>
mask = <ipmask (dotted or cidr)>
[direct = <number>]
dns The IP address of the (remote) DNS server. REQUIRED
src The source IP address (pool) of the host(s) using this DNS server. REQUIRED
mask The appropriate source IP (sub)netmask. REQUIRED
[direct] Determines whether DNS replies are sent directly back to the client
(1) or relayed by the SpeedTouchPro with Firewall DHCP
server's DNS forwarder (0) in case of PPPtoDHCP spoofing
connections.
OPTIONAL
EXAMPLE:
=>dns fwdlist
DNS forwarding servers:
DNS SRC MASK Direct
10.0.0.138 10.0.0.2 255.255.255.0 yes
=>dns fwdadd dns=10.0.0.138 src–10.0.0.3 mask=24 direct=1
Dns forwarding server added.
=>dns fwdlist
DNS forwarding servers:
DNS SRC MASK Direct
10.0.0.138 10.0.0.2 255.255.255.0 yes
10.0.0.138 10.0.0.3 255.255.255.0 yes
=>
RELATED COMMANDS:
dns fwddelete Delete a DNS forwarding entry.
dns fwdlist Show current DNS forwarding entries.










