Hi, RalfGesellensetter schrieb: > Now, I wonder if it is possible to assign each IP twice in dhcpd.conf > (once for each network card, because those are used exclusively).
to this part I can answer clearly 'yes'. You can tell dhcpd to assign
the same IP to different hosts.
However, for this the hostname has to be different.
Like this:
host workstation001eth0
{ hardware ethernet 00:00:00:00:00:00; fixed-address X.X.X.X; }
host workstation001eth1
{ hardware ethernet 00:00:00:00:00:00; fixed-address X.X.X.X; }
Regards,
--
.''`. Philipp Hübner <[email protected]>
: :' : pgp fp: 6719 25C5 B8CD E74A 5225 3DF9 E5CA 8C49 25E4 205F
`. `'` HP: http://www.debalance.de, Skype: philipp-huebner
`- ICQ: 235-524-440, Jabber: [email protected]
signature.asc
Description: OpenPGP digital signature

