

Code: Select all
ifconfig eth1 192.168.0.1 broadcast 192.168.0.255 netmask 255.255.255.0 up
Using dhcp-3.0.5_beta1.UberLord wrote:Depends on which dhcp client you use. So which one is it?
Code: Select all
# GENERIC DHCP OPTIONS
# Set generic DHCP options like so
#dhcp_eth0="release nodns nontp nonis nogateway nosendhost"
# This tells the dhcp client to release it's lease when it stops, not to
# overwrite dns, ntp and nis settings, not to set a default route and not to
# send the current hostname to the dhcp server and when it starts.
# You can use any combination of the above options - the default is not to
# use any of them.