[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ4 using static IP through DHCP server?



On Mon, 1 Oct 2001, David Thacker wrote:

> However, instead of a standard static IP where I hard code in my address,
> gateway, etc., these static IPs must be acquired through a DHCP lease.  The

I'd note that DHCP stands for Dynamic Host Configuration Protocol, ,
the keyword here being 'dynamic' , thus,
they are *not* 'static' ip's ;)

> IP addresses do not change, but I have to acquire them from the ISP's DHCP
> server.

The problem here is you have no guarentee they won't change, just the fact
they want to assign them via dhcp hints they may occasionally decide to
rearrange their network...

And you will have annoying problems,,,like not being able to run dns on
the machine (at least, not easily), and a certain vagueness about
authenticating by IP address...
> 
> I read the man page for dhcpcd which looks like the dhcp client daemon I
> need to use, and dhcpcd is in the /sbin directory, so it looks like the RaQ
> has the needed software for this.

It can set the machine's gateway and interface addresses, if the machine
is only for backup, then , yes, this might squeak by...
> 
> Is it possible to make this work with the RaQ4 server?  If so, how?

Should only require having the init scripts start the dhcpcd daemon in the
network init scripts, dunno offhand if there's a GUI control for it, make
sure you have a serial cable handy, if it fails, you don't have an
ethernet interface ;)

(It's also possible for dhcp to supply other things like the nameservers
of your isp, so you may need to tweak a bit)

ps: make sure they aren't using lame NT dhcp server , if they are, you
have to tell dhcpcd it's obsolete so it will fake something and work
right.

Doing a second IP address on the same ethernet port is more of a project,
and the details depend on the isp, (you may need a hostane or 'client
identifier' so the server can tell the leases apart....)

gsh