This tutorial will explain how to release and renew a DHCP IP address in Ubuntu 10.04 (Lucid)/9.10 (Karmic)/9.04(Jaunty)
Release a DHCP ip address in Ubuntu 10.04 (Lucid)/9.10 (Karmic)/9.04(Jaunty)
Open the terminal and run the following command
sudo dhclient -r
Renew a DHCP ip address in Ubuntu 10.04 (Lucid)/9.10 (Karmic)/9.04(Jaunty)
Open the terminal and run the following command
sudo dhclient
or
sudo dhclient eth0
Note:- eth0 is your Ethernet interface
Home »
Ubuntu
» How to release and renew a DHCP IP address in Ubuntu 10.04 (Lucid)/9.10 (Karmic)/9.04(Jaunty)
How to release and renew a DHCP IP address in Ubuntu 10.04 (Lucid)/9.10 (Karmic)/9.04(Jaunty)
Related Posts:
Howto Restore Ubuntu After Windows Installation Using LiveCDWindows will overwrite the grub boot loader , So You cannot access Linux partition after Windows Installation. Tools Required : Ubuntu LiveCD First… Read More
How to Play DVD in Ubuntu 9.10 Karmic Koala There is no default support od DVD in Ubuntu 9.10. You have to install the following for getting the DVD Support. First You Have to add the medibun… Read More
Ubuntu Networking Configuration Using Graphical ToolThe basics for any network based on *nix hosts is the Transport Control Protocol/ Internet Protocol (TCP/IP) combination of three protocols. This comb… Read More
How To hide Apache2 version Information from hackersSome times we need to hide apache banner information, because hackers check version details, before attacking a sever, If you close this door, it is m… Read More
Crack your Wi-Fi WEP and WPA-PSK keys with Aircrack in Ubuntu Aircrack-ng is an 802.11a/b/g WEP/WPA cracking program that can recover a 40-bit, 104-bit, 256-bit or 512-bit WEP key once enough encrypted packets … Read More
0 comments:
Post a Comment