RTNETLINK answers: File exists
If you've come across error "RTNETLINK answers: File exists" when using dhclient to renew IP address, here's how I did it:
The -r option releases current configuration for the interface, allowing dhclient to create new config file.
root@SERVER02 :dhclient eth0 -r
root@SERVER02 :dhclient eth0
The -r option releases current configuration for the interface, allowing dhclient to create new config file.
Labels: Linux, Networking, Oracle Linux, UNIX/Linux