Thread: dhcp relay?
View Single Post

  #2 (permalink)  
Old 01-14-2004
peter pilsl
 
Posts: n/a
Default Re: dhcp relay?

Nick wrote:

> I have a cable modem/router which have a built-in dhcp server. I have a
> route PC with multiple network cards connecting to the cable modem and
> other PCs connect to the route PC.
>
> How to let other PCs get the dhcp address from the cable modem?
>


I think you dont want that ! (If I'm wrong, I peg your pardon - then you
should google about dhcp relays or bridging)


each networkcard should represent one subnet. Otherwise your route-PC will
not know on which networkcard it should send a certain network-packet.

Your dhcp-server on the cable-modem only gives ip's for one subnet.

So what you want is maybe something like this:

A) the cable-modem and all your PC's are connected via a switch. Then all
PC's will get their adress inside one subnet from the cable-modem

B) each PC is in its own subnet and the route-PC masquerades the
connections. Then you could setup a dhcp-server on the route-PC or just
assign static adresses.

peter



--
peter pilsl
pilsl_usenet@goldfisch.at
http://www.goldfisch.at

Reply With Quote