D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 4 DHCP Configuration
4-22
SwitchA(dhcp-config)#netbios-name-server 192.168.1.3
SwitchA(dhcp-config)#netbios-node-type h-node
Step 4: Configure excluded addresses in global mode.
! As shown above, IP addresses of 192.168.1.1, 192.168.1.2 and 192.168.1.3
have been allocated to the gateway, DNS server and WINS server. By
configuring excluded addresses, these addresses won't be allocated to clients.
SwitchA (dhcp-config)#exit
SwitchA (config)#ip dhcp excluded-address 192.168.1.1 192.168.1.3
Step 5: Create another address pool and manually bind the IP address.
! Configure the name of address pool as "static" and enter DHCP configuration
mode.
SwitchA (config)#ip dhcp pool static
! Manually bind the IP address of 192.168.1.4/24 to the MAC address of
0013.2049.9014, with client name being "admin". Note: The identifier for
identifying the client shall indicate the network media type ("01" for Ethernet),
namely the identifier of the client corresponding to the manually bound MAC
address shall be 0100.1320.4990.14.
SwitchA (dhcp-config)#host 192.168.1.4 255.255.255.0
SwitchA (dhcp-config)#client-identifier 0100.1320.4990.14
SwitchA (dhcp-config)#client-name admin
Step 6: Specify the gateway address corresponding to the "static" address pool.
! Configure gateway address as 192.168.1.1/24.
SwitchA (dhcp-config)#default-router 192.168.1.1 255.255.255.0
Step 7: Specify the DNS Server of "static" address pool and configure the
domain name of client.
! Assuming that the IP address of DNS Server is 192.168.1.2; configure Domain
Name Server in the address pool and configure the domain name of client as
DES-7200.com.
SwitchA (dhcp-config)#dns-server 192.168.1.2
SwitchA (dhcp-config)#domain-name DES-7200.com
Step 8: Specify the WINS Server of "static" address pool and configure the
NetBIOS node type of client.
! Assuming that the IP address of WIN Server is 192.168.1.3; configure
NetBIOS WINS server in the address pool and configure the NetBIOS node
type as Hybrid.
SwitchA(dhcp-config)#netbios-name-server 192.168.1.3