Saturday, August 30, 2008

How to change internet ip under ubuntu

The fast way should be
$cd /etc/networks/
$sudo vi interface
then you can add your ip address to this file
$sudo /etc/init.d/networking restart
This is restarting your network using new ip address.

No comments: