[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Qube2 - DHCP Client (eth1)
- Subject: [cobalt-users] Qube2 - DHCP Client (eth1)
- From: "Danny Daniels" <dcd@xxxxxxxxxxxxxxxxxx>
- Date: Tue Apr 24 08:29:24 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> > 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