Release and Renew in Linux


 
Thread Tools Search this Thread
Operating Systems Linux Release and Renew in Linux
# 1  
Old 07-07-2008
Java Release and Renew in Linux

Hi,

Request you to please let me know if any command is there in linux to release the ip of the ethernet card and renew the ip address of it again.

Similar to ipconfig /release and ipconfig /renew in windows.

Regards
Arun
# 2  
Old 07-07-2008
have a look at the manpage of "ifconfig".

also i've moved the thread to linux... please look where you post your questions!
# 3  
Old 07-07-2008
On most systems something similar to:

dhclient -r eth0
dhclient eth0

should do it.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Solaris

How can i renew veritas license ...?

Hello experts .... How can i renew my veritas license? Without using "vxlicinst" command? It is not renewing with that command? Is there any manual way to install a license key... Thanks in advance...... (3 Replies)
Discussion started by: younus_syed
3 Replies

2. Solaris

Two questions on renew the expired password

Recently, the root pass expired on a Solaris box. And then, i can't log into the system anymore.....Below are two issues i met: 1. I tried to login the system via telnet and ssh. Only the ssh prompt me to set a new password. The system only told me that the pass is expired and turn it off during... (1 Reply)
Discussion started by: sleepy_11
1 Replies

3. UNIX for Dummies Questions & Answers

DHCP Release/Renew

Are there any UNIX commands that will release and renew a DHCP lease? If not, is there a third party utility that would do this? (4 Replies)
Discussion started by: muffy
4 Replies
Login or Register to Ask a Question