Setup Static IP Address
If you want to setup a Static IP Address in your system , Modify the file /etc/network/interfaces. If your First Ethernet Interface is eth0 ,see the following Example. Just add the following lines in the file with the help of an Editor and Restart the network or system.
auto eth0
iface eth0 inet static
address 192.168.0.25
netmask 255.255.255.0
gateway 192.168.0.1
after modifing the file
$ sudo /etc/int.d/networking restart
setup Static IP Address in Ubuntu 10.10
Related Posts:
How to enable DVD Playback in your ubuntu SystemDVD playback is not a feature that is installed by default due to license restrictions. This will show you how to install DVD playback capability on y… Read More
How to Convert PDF files to HTML filesTranslates pdf documents into html format.Translates pdf files into HTML or XML formats, combined with png images. Supports encrypted pdf files.There … Read More
How to enable Moodbar in Amarok Music PlayerAmarok is a sound system-independent audio-player for *nix systems. Its interface uses a powerful “browser” metaphor that allows you to create playlis… Read More
Installing Microsoft Fonts in UbuntuYou may want to install Microsoft Truetype fonts in Ubuntu for any reason. It's very simple. All you need to do in your Ubuntu Gutsy Gibbon 7.10 is to… Read More
How to Crack pdf File Passwordyou want to crack pdf file passwords use pdfcrack.PDFCrack is a GNU/Linux (other POSIX-compatible systems should work too) tool for recovering passwor… Read More
0 comments:
Post a Comment