How can I disable automatical renew of IP address?
My Linux box getting new IP each day, I know that it is for secure reason but in interlan network where I running linux not need it and I want to disable.
Printable View
How can I disable automatical renew of IP address?
My Linux box getting new IP each day, I know that it is for secure reason but in interlan network where I running linux not need it and I want to disable.
Do you mean you want to assign your computer a static IP?
ifconfig ethx <ip> <subnet> <broadcast> is the way to go.
I'm assuming you have your router set correctly.