DHCP and multiple interfaces

Is it possible to run dhcp.client on a 4.25 system with two ethernet
cards?

en1 is on a tcp/ip local network
en2 is on a DHCP external network

Any ideas on how to set this up?

One of the options to dhcp.client is the interface it is to be run on.
So you’d want to run “dhcp.client -i en2” (otherwise it defaults to the
first found interface).

“Ron Richter” <Ron.Richter@noaa.gov> wrote in message
news:3BEC1EA3.A4FE504B@noaa.gov

Is it possible to run dhcp.client on a 4.25 system with two ethernet
cards?

en1 is on a tcp/ip local network
en2 is on a DHCP external network

Any ideas on how to set this up?