I have RHEL 4 machine.
I want to disable it and use static IP to my machine.
This is my /etc/sysconfig/network-scripts/ifcfg-eth0 file:
DEVICE=eth0
BOOTPROTO=static
IPADDR=<MY IP>
HWADDR=00:11:25:4B:B3:E2
ONBOOT=yes
TYPE=Ethernet
but after reboot I get an IP from the DHCP and dhcp daemon is working
What's wrong?
thanks!
I want to disable it and use static IP to my machine.
This is my /etc/sysconfig/network-scripts/ifcfg-eth0 file:
DEVICE=eth0
BOOTPROTO=static
IPADDR=<MY IP>
HWADDR=00:11:25:4B:B3:E2
ONBOOT=yes
TYPE=Ethernet
but after reboot I get an IP from the DHCP and dhcp daemon is working
What's wrong?
thanks!