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:
Extracting RAR files in UbuntuRAR files is common package and compression format that is used by people who share files in rapidshare. As one of rapidshare fan, I always found the … Read More
Audio player based on gstreamer- ZikZiK is an audio player based on gstreamer. It uses the path of your audio files instead of a music library. Audio files are shown on the left panel as… Read More
How to Set Ubuntu Server IPConfiguring Ubuntu Server IP have never been any easier. Just edit the /etc/network/interfaces file using any text editor on the server. By default, y… Read More
Install Nodoka (Fedora theme) on UbuntuNodoka is the new Fedora default theme for Gnome. It currently contains gtk engine, gtk theme, metacity theme and gnome meta theme .If you want to ins… Read More
How to Speed Up your Internet Speed in UbuntuDid you know that you can boost up your internet speed in Ubuntu Gutsy Gibbon 7.10 by some simple changes in a test file? Have a try on these... O… Read More
0 comments:
Post a Comment