- 論壇徽章:
- 0
|
今天用cdrouter測(cè)試了下路由器,路由器的lan和wan口都接到PC上,看了下測(cè)試結(jié)果,很多failed。但是出來(lái)的log信息,小弟看得不是太明白,還望大俠指教。
------------------------------------------------------------------------------
Test cdrouter-189: Verify router learns new RIP routes from LAN side RIP router (v1 or v2)
Module: rip.tcl
Name: cdrouter_rip_2
Description:
step 1. Start new DHCP client on LAN interface
step 2. Announce new RIPv1/v2 route with metric 1 from new DHCP client
step 3. Forward from original LAN client to IP address within the
new RIPv1/v2 route range
step 4. Verify the packet is forwarded to the new DHCP client
------------------------------------------------------------------------------
INFO(cdrouter-189): 02:24:22| Starting test cdrouter_rip_2 (189)
INFO(cdrouter-189): 02:24:22| Router is configured to use RIPv2
INFO(cdrouter-189): 02:24:24| Okay, client has address 192.168.1.51
INFO(cdrouter-189): 02:24:24| Announcing new RIPv2 route 192.168.201.0 255.255.255.0 with metric 1
INFO: 02:24:24| Waiting 3000 milliseconds for RIP route to be processed
INFO(cdrouter-189): 02:24:27| Forward packet to new RIPv2 destination 192.168.201.1
FAIL(cdrouter-189): 02:24:32| UDP forwarding to new RIPv2 route failed
FAIL(cdrouter-189): 02:24:32| Test cdrouter_rip_2 (189) failed
我的路由器板子的IP是192.168.1.1。
這段話我的理解是,板子作為DHCP服務(wù)器給虛擬機(jī)器分配了一個(gè)IP:192.168.1.51,而虛擬機(jī)器帶有一個(gè)192.168.201.0的路由表發(fā)送給板子。納悶的是,這里怎么跑出來(lái)一個(gè)192.168.201.1,謝謝 |
|