> >I run a dhcp client (dhcpcd) on eth1 to get the setup from my ISP, but 
> >I also run a dhcp server on eth0 (internal) to give the other local
> >machines info about gateway, DNS, etc.
>
> I was wondering how I could let the other computers know that information 
> without having to do it manually. I guess I need a little more 
> clarification(if you don't mind) on what you wrote below:

When you configure your local server you put that information into
/etc/dhcpd.conf.
Run "man dhcpd.conf" for the gruesome details, but you'd be better starting
with the various network HowTos. (http://www.tldp.org)

> >But you have to stop the server running on eth1 as well, so to do that 
> >you need to have a line DHCPDARGS="eth0"
> >in the file /etc/sysconfig/dhcp.
>
> The *Server* on eth1 is my ISP, how can you stop their server. Do you mean
I 
> need to stop the Client program(dhcpcd) on eth1? What does the DHCPDARGS 
> line in the /etc/sysconfig/dhcp file mean? The interface that you want to 
> run the server on?

That's not what I meant - sorry for the ambiguity.
You just have to make sure that YOU are not running
a dhcp server on that interface. I guess from your comments that you
are not running one at all, so it should be no problem. If you later decide
to start a dhcp server you will discover that it likes to listen on
all appropriate local interfaces, so that is when you might need that trick.
In fact dhcpd can often tell that it does not need to listen on certain
interfaces so it might never be a problem, depending on your specific
configuration.
It may well be that I have just confused you unnecessarily.

Cameron.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to