User's Manual

Table Of Contents
Fortress ES-Series CLI Guide: Networking and Radio Configuration
89
[ Active DHCP LEASES ]
Mac leaseExpiry hostname ipAddress gateway
----------------- ---------------------------- --------------------------- ------------- ---------------------
00:0c:29:8e:ac:0a Wed Mar 24 19:34:49 2010 UTC FD00:0:8895:8895:20C:29FF:FE8E:AC0A
00:0c:29:8e:ac:14 Wed Mar 24 19:25:07 2010 UTC vmclient12.gdfortress.com 172.30.50.204 172.30.50.1
You must be logged on to an
administrator
-level account to
change configuration settings (refer to Section 2.2).
3.8.2 Enabling DNS Servers and Adding External
DNS Servers
NOTE:
Incoming
DNS queries
require administrative
access. If the administra-
tive IP address ACL (dis-
abled by default) is
enabled, it must include
IP addresses to permit
DNS queries. See Section
2.2.5 for more detail.
Traffic is affected by the
per-interface packet fil-
ters. If configured, per-
interface packet filters
must include filters to
permit DNS traffic to
and from the FMP. See
Section 4.6.3 for more
detail.
Internal DHCP services use the internal DNS server (see
below) and the locally configured DNS client settings and
domain name (refer to Section 3.5.3).
View the current DNS client settings with the
show command:
# show dns-client
Domain: gdfortress.com
Preferred DNS server: 10.2.2.35
Alternate DNS server: Unknown
The Mesh Point’s internal DNS server is enabled by default. To
enable or disable DNS services, use the
set command:
# set dns-server -enable y|n
Determine whether the DNS server is enabled with the show
command:
# show dns-server
DNS Server State: Enabled
You can use the add dns-entry command to map a DNS
name to an IP address.
# add dns-entry -name
<DNSName>
-ip
<DNSIPAddr>
NOTE: Fortress’s
FastPath Mesh
functionality includes
automatic RFC-4193
IPv6 addressing inde-
pendent of network IPv6
DHCP services (see Sec-
tion 3.2.2).
View the current DNS servers with the show command:
# show dns-entry
IpAddress Domain Name Type
----------------------------- ---------------- --------- -------
172.30.16.237 gdfortress.com ESnnn-237 self
FE80:0:0:0:214:8CFF:FEF8:18C0 gdfortress.com ESnnn-237 self
172.30.16.240 gdfortress.com ExtDNS1 static
Total 3 Entries
You can delete a single DNS entry by name or all added DNS
entries:
# del dns-entry -all|-name
<DNSName>
-ip
<DNSIPAddr>
You must be logged on to an
administrator
-level account to
change configuration settings (refer to Section 2.2).