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 Install E17 Enlightenment Desktop in UbuntuEnlightenment, commonly referred to as e, is a open source software X window manager primarily for Unix-like computers. Enlightenment focuses on pushi… Read More
How to Use more than 3GB RAM on 32-bit UbuntuCurrently It seems that the current 32 bit editions of Ubuntu can only take advantage of 3GB (sometimes a little more) of physical memory. Desktops an… Read More
How to Rip DVD audio to mp3 or ogg in ubuntuYou can extract sound from a DVD, one track at a time or a chapter at a time. Some simple command line examples should suffice to demonstrate how this… Read More
how to Sharing Internet Connection in UbuntuSetting up a computer to share its internet connection should be easy.After all, you’ve successfully networked your computers together and even shared… Read More
How to Convert a .nrg (Nero) file to a .iso file in UbuntuIf you want to convert .nrg file to .iso file you can use nrg2iso tool to create this. nrg2iso is a program that extracts ISO9660 data from Nero “.nrg… Read More
0 comments:
Post a Comment