On Wed, Jul 29, 2009 at 4:29 PM, Ramkumar <[email protected]> wrote:
>
> Dear Friends,
>                  How  to configure static ip in ubuntu 9.04 (wired Network
> and wireless also ),

Google Search URL: http://www.google.co.in/search?q=ubuntu+static+ip+setting

The answer: (second result) :
http://www.ubuntugeek.com/change-ubuntu-system-from-dhcp-to-a-static-ip-address.html

Quote
===================
open the /etc/network/interfaces file.

sudo vi /etc/network/interfaces

If you are using DHCP for your primary network card which is usually
eth0, you will see the following lines

auto eth0
iface eth0 inet dhcp

As you can see, it’s using DHCP right now. We are going to change dhcp
to static, and then there are a number of options that should add and
here is the example and you can change these settings according to
your network settings.

auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1

Restart the neworking service using the following command

sudo /etc/init.d/networking restart
===========================
UnQuote


மா சிவகுமார்
எல்லோரும் எல்லாமும் பெற வேண்டும்
http://masivakumar.blogspot.com
_______________________________________________
To unsubscribe, email [email protected] with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to