Just add the following entry to your dhcpd.conf: host <Machine hostname> { hardware ethernet <Machine MAC address>; fixed-address <Machine IP address>; } On Thu, 2005-09-22 at 23:30 -0400, Thom Paine wrote: > I'm trying to get my server to correctly assign me my fixed ip address > when I connect up via wired or wireless. > > I thought I could specify multiple hardware ethernet listings in my > host section, but that doesn't seem to be working. > > How can I get my server to dish out my fixed address on two > interfaces? Bear in mind that I realize I can only use one at a time. > > Thanks. > > -- > -=/>Thom >