根據(jù)網(wǎng)絡(luò)拓?fù)浜鸵笳f(shuō)明,完成(或解釋)路由器R1 的配置:
R1#config
R1(config)# interface FastEthernet 0/1
R1(config-if)#ip address (1) (2)
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#ip dhcp pool vlan 3
R1(dhcp-config)#network 192.168.3.0 255.255.255.0
R1(dhcp-config)#default-router 192.168.3.254 255.255.255.0 ; (3)
R1(dhcp-config)#dns-server 192.168.2.1 ; (4)
R1(dhcp-config)#lease 0 8 0 ; (5)
R1(dhcp-config)#exit
R1(config)#ip dhcp pool vlan 4
R1(dhcp-config)#network (6) (7)
R1(dhcp-config)#default-router 192.168.4.254 255.255.255.0
R1(dhcp-config)#dns-server 192.168.2.1
R1(dhcp-config)#lease 0 8 0
R1(dhcp-config)#exit
R1(config)#ip dhcp excluded-address (8) (9)
R1(config)#ip dhcp excluded-address 192.168.3.254
//排除掉不能分配的IP 地址
R1(config)#ip dhcp excluded-address 192.168.4.254
R1(config)# (10) 192.168.3.0 255.255.255.0 FastEthernet0/1
//在以太網(wǎng)接口和VLAN3 間建立一條靜態(tài)路由
【問題7】(3分) 在建立反向區(qū)域時(shí),圖3-5中的“網(wǎng)絡(luò)ID中輸入(13)。在圖3-6所示 的創(chuàng)建指針記錄對(duì)話框中,主機(jī)IP地址為(14),主機(jī)名為(15)。
(13)192.168.0、(14)3、(12)www.test.com
【問題6】(3分)
在DNS服務(wù)器中為Web服務(wù)器添加主機(jī)記錄時(shí),在圖3-3中區(qū)域名稱應(yīng)填寫(10)來(lái)建立正向查找區(qū)域。在圖3-4所示的“新建主機(jī)”對(duì)話框中名稱欄應(yīng)填寫(11),IP地址欄應(yīng)填寫(12)。
(10)test.com、(11)www、(12)192.168.0.3