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

[cobalt-users] Qube2 - DHCP Client (eth1)



> > I have a Cable connection and need a DHCP-Client runnig on Qube2's
> secondary
> > Interface because i'm using SMB and DHCP-Server too (only working on
> eth0).
> > Have somone ever seted up a DHCP-Client on eth1? Or on other Cobalt
> > products, think its more or less the same.

You need to tell the DHCPD which interface to listen to when you start the
Daemon. I believe the default is eth0
If you want it to listen to eth1 you would need to start the dhcpd daemon
with that option.

dhcpd if#

#  being 0 for eth0 or 1 for eth1

This holds true for the server configuration, however I just re-read your
post and your asking about a dhcp client. I think the concept should still
hold true.

-Danny