HP VPN Firewall Appliances Network Management Command Reference

217
to spoof a reply with the configured IP address. Once a DNS server is reachable, the device sends DNS
requests to the server and return replies to the requesting DNS clients.
If you execute the dns spoofing command with different IP addresses specified multiple times, the latest
configuration overwrites the previous one.
Examples
# Enable DNS spoofing and specify the IP address as 1.1.1.1.
<Sysname> system-view
[Sysname] dns spoofing 1.1.1.1
ip host
Use ip host to create a host name to IPv4 address mapping in the static resolution table.
Use undo ip host to remove a mapping.
Syntax
ip host hostname ip-address
undo ip host hostname [ ip-address ]
Default
No mappings are created.
Views
System view
Default command level
2: System level
Parameters
hostname: Host name, consisting of 1 to 255 characters, including case-insensitive letters, numbers,
hyphens (-), underscores (_), or dots (.). The host name must include at least one letter.
ip-address: IPv4 address of the specified host in dotted decimal notation.
Usage guidelines
Each host name can correspond to only one IPv4 address. The IPv4 address you last assign to the host
name overwrites the previous one if there is any.
Examples
# Map the IP address 10.110.0.1 to the host name aaa.
<Sysname> system-view
[Sysname] ip host aaa 10.110.0.1
Related commands
display ip host
reset dns host
Use reset dns host to clear information about the dynamic DNS cache.