<div>hi:</div>
<div> when i test the netdemo routine , but there is nothing happen after the console</div>
<div> print the information :</div>
<div> Destination Gateway/Mask/Hw Flags Refs Use Expire Interface<br> default <a href="http://192.168.1.1">192.168.1.1</a> UGS 0 0 0 rhine_eth1
<br> <a href="http://192.168.1.0">192.168.1.0</a> <a href="http://255.255.255.0">255.255.255.0</a> U 0 0 1 rhine_eth1<br> <a href="http://192.168.1.1">192.168.1.1
</a> UHL 1 0 1 rhine_eth1 </div>
<div> </div>
<div> and my computer's ip is <a href="http://192.168.1.1">192.168.1.1</a>, virtule machine's ip is <a href="http://192.168.1.5">192.168.1.5</a>, target board's ip is <a href="http://192.168.1.4">192.168.1.4
</a></div>
<div> </div>
<div> Here is my networkconfig.h</div>
<div>
<p>static struct rtems_bsdnet_ifconfig netdriver_config = {<br> "rhine_eth1", /* name */<br> rtems_rhine_driver_attach, /* attach function */
</p>
<p> NULL, /* No more interfaces */<br> "<a href="http://192.168.1.4">192.168.1.4</a>", /* IP address */
<br> "<a href="http://255.255.255.0">255.255.255.0</a>", /* IP net mask */<br> NULL, /* Driver supplies hardware address */
<br> 0 /* Use default driver parameters */<br>};</p>
<p>/*<br> * Network configuration<br> */<br>struct rtems_bsdnet_config rtems_bsdnet_config = {<br> &netdriver_config,<br> NULL,</p>
<p> 100, /* Default network task priority */<br> 128*1024, /* Default mbuf capacity */<br> 256*1024, /* Default mbuf cluster capacity */
</p>
<p> "rtems_host", /* Host name */<br> "<a href="http://localnet.com">localnet.com</a>", /* Domain name */<br> "
<a href="http://192.168.1.1">192.168.1.1</a>", /* Gateway */<br> "<a href="http://192.168.1.1">192.168.1.1</a>", /* Log host */<br> {"
<a href="http://192.168.1.1">192.168.1.1</a>" }, /* Name server(s) */<br> {"<a href="http://192.168.1.1">192.168.1.1</a>"},</p>
<p> </p>
<p>};</p>
<p> Thanks for your attention.</p></div>