public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Jonathan Larmour <jlarmour@redhat.com>
To: Christian Plessl <cplessl@ee.ethz.ch>
Cc: bartv@redhat.com, ecos-discuss@sourceware.cygnus.com
Subject: Re: [ECOS] Configuration of static IP addresses
Date: Tue, 09 Jan 2001 16:31:00 -0000	[thread overview]
Message-ID: <3A5BAD7A.DC504F93@redhat.com> (raw)
In-Reply-To: <5.0.2.1.0.20010109232816.00a083f0@imap.ee.ethz.ch>

Christian Plessl wrote:
> 
> >There are three configuration options that implement the way the IP
> >address is determined: CYGHWR_NET_DRIVER_ETH0_MANUAL, BOOTP, and
> >ADDRS. The default is BOOTP. Only one of these can be enabled, so you
> >need to disable the default option BOOTP and then enable ADDRS.
> >
> >If you look at CYGHWR_NET_DRIVER_ETH0_SETUP where the problem is
> >reported, you should see something like:
> >
> >cdl_interface CYGHWR_NET_DRIVER_ETH0_SETUP {
> >     # Implemented by CYGHWR_NET_DRIVER_ETH0_MANUAL, active, disabled
> >     # Implemented by CYGHWR_NET_DRIVER_ETH0_BOOTP, active, enabled
> >     # Implemented by CYGHWR_NET_DRIVER_ETH0_ADDRS, active, disabled
> >     ...
> >}
> >
> >This lists all the relevant configuration options.
> 
> Now it works.
> 
> I had to set all the following options
> 
> CYGHWR_NET_DRIVER_ETH0_ADDRS => user_value 1
> CYGHWR_NET_DRIVER_ETH0_ADDRS_IP => user_value 192.168.1.50
> CYGPKG_NET_DHCP =>  user_value 0
> CYGHWR_NET_DRIVER_ETH0_BOOTP =>  user_value 0

Purely FYI, you should have found that the latter two would have
automatically got set to 0 if you used "ecosconfig resolve".

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Un cheval, pas du glue. Pas du cheval, beaucoup du glue. || Opinions==mine

      reply	other threads:[~2001-01-09 16:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-08  5:32 Christian Plessl
2001-01-08  5:59 ` Jonathan Larmour
2001-01-08 14:45   ` Christian Plessl
2001-01-08 14:59     ` Jonathan Larmour
2001-01-09  7:24     ` Bart Veer
2001-01-09 14:28       ` Christian Plessl
2001-01-09 16:31         ` Jonathan Larmour [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3A5BAD7A.DC504F93@redhat.com \
    --to=jlarmour@redhat.com \
    --cc=bartv@redhat.com \
    --cc=cplessl@ee.ethz.ch \
    --cc=ecos-discuss@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).