just go to right click the network icon in desktop and click the edit tab and set the ip address
________________________________ From: Mehul Ved <[email protected]> To: ILUG-C <[email protected]> Sent: Wednesday, 29 July, 2009 6:42:56 PM Subject: Re: [Ilugc] how to configure LAN in ubuntu 9.04 2009/7/29 சிவகுமார் மா <[email protected]>: > 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 You don't need to follow such a newbie unfriendly process these days. Simply right click on NetworkManager, edit your interface e.g. eth0 and change IP to static and give the IP. All done without the need to touch any config files or go to CLI. -- I thought YOU silenced the guard! - http://kingsly.net/tmp/fortune.php/1248709039 _______________________________________________ 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 Looking for local information? Find it on Yahoo! Local http://in.local.yahoo.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
