HP VPN Firewall Appliances Network Management Configuration Guide

182
Static IP address assignment configuration example
Network requirements
As shown in Figure 109, Firewall (DHCP server) assigns a static IP address, DNS server address, and
gateway address to Router A (DHCP client) and Router B (BOOTP client), respectively.
The MAC address of the interface GigabitEthernet 0/1 on Router B is 000f-e200-01c0.
The client ID of the interface GigabitEthernet 0/1 on Router A is:
3030-3066-2e65-3230-302e-3030-3032-2d45-7468-6572-6e65-7430-2f30.
Figure 109 Network diagram
Configuration procedure
1. Configure the IP address of GigabitEthernet 0/1 on Firewall:
<Firewall> system-view
[Firewall] interface gigabitethernet 0/1
[Firewall-GigabitEthernet0/1] ip address 10.1.1.1 25
[Firewall-GigabitEthernet0/1] quit
2. Configure the DHCP server:
# Enable DHCP.
[Firewall] dhcp enable
# Enable the DHCP server on GigabitEthernet 0/1.
[Firewall] interface gigabitethernet 0/1
[Firewall-GigabitEthernet0/1] dhcp select server global-pool
[Firewall-GigabitEthernet0/1] quit
# Create DHCP address pool 0, and configure a static binding, DNS server and gateway in it.
[Firewall] dhcp server ip-pool 0
[Firewall-dhcp-pool-0] static-bind ip-address 10.1.1.5.25
[Firewall-dhcp-pool-0] static-bind client-identifier
3030-3066-2e65-3230-302e-3030-3032-2d45-7468-6572-6e65-7430-2f30
[Firewall-dhcp-pool-0] dns-list 10.1.1.2
[Firewall-dhcp-pool-0] gateway-list 10.1.1.126
[Firewall-dhcp-pool-0] quit
# Create DHCP address pool 1, and configure a static binding, DNS server and gateway in it.
[Firewall] dhcp server ip-pool 1