This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: again: server_test dosn't work


Andrew Lunn wrote:
> There are a few solutions to the problem.....
> 
> Use bootp and DHCP, one for each IP address and configure the servers
> with different IP address ranges.
> 
> Statically allocate an IP address for one of the stacks. Get the other
> dynamically.

Or teach the DHCP client code to use different client identifiers for
Redboot and eCos. Then the DHCP server could look at the client
identifiers in the DHCP request and assign different IP addresses, even
if the Ethernet addresses in both requests are the same.

But does DHCP with Redboot work properly at all? Does Redboot still
renew its lease once eCos is running? If not, you have to use BOOTP or
static addresses anyway.

Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]