<div>Hello:</div>
<div>         I met some problems when I debug the netdemo.exe.</div>
<div>         The information is:</div>
<div> </div>
<div>         Can't set rhine_eth1 address: Not owner</div>
<div>         Can't set default route: Network is unreachable</div>
<div> </div>
<div> </div>
<div>        And my networkconfig.h is :</div>
<div>   
<p>static struct rtems_bsdnet_ifconfig netdriver_config = {<br> "rhine_eth1",  /* name */<br> rtems_rhine_driver_attach, /* attach function */</p>
<p><br> NULL,    /* No more interfaces */</p>
<p> "<a href="http://192.168.0.2">192.168.0.2</a>",   /* IP address */<br> "<a href="http://255.255.255.0">255.255.255.0</a>",  /* IP net mask */</p>
<p> NULL,                           /* Driver supplies hardware address */</p>
<p> 0    /* Use default driver parameters */<br>};</p>
<p>/*<br> * Network configuration<br> */<br>struct rtems_bsdnet_config rtems_bsdnet_config = {<br> &netdriver_config,</p>
<p><br> NULL,</p>
<p><br> 100,   /* Default network task priority */<br> 128*1024,  /* Default mbuf capacity */<br> 256*1024,  /* Default mbuf cluster capacity */</p>
<p><br> "rtems_host",  /* Host name */<br> "localnet",  /* Domain name */<br> "<a href="http://192.168.0.1">192.168.0.1</a>",  /* Gateway */<br> "<a href="http://192.168.0.1">192.168.0.1
</a>",  /* Log host */<br> {"<a href="http://192.168.0.1">192.168.0.1</a>" }, /* Name server(s) */<br> {"<a href="http://192.168.0.1">192.168.0.1</a>" }, /* NTP server(s) */</p>
<p>/</p>
<p>};</p>
<p> </p>
<p>            any help will be appreciated .</p></div>
<div> </div>