In some odd cases like you are troubleshooting network problem or you want to join temporarily a different VLAN or subnet, it is very handy, useful and sometimes really required to change your Ubuntu box IP Address.
After you identified the interface you want to change, edit the network configuration file: vi /etc/sysconfig/network-scripts/ifcfg-eth0 if it is eth0; vi /etc/sysconfig/network-scripts/ifcfg-eth1 if it is eth1.
If you are using Hardy Server or any other older versions of Ubuntu Server, and you want to upgrade to Intrepid Server or any other future latest Ubuntu Server releases, here are the simple steps...
But before that, please take note that upgrade will not take place by default because 8.10 is not a Long Term Support (LTS) release.
Very important, be sure that you have all updates applied to Ubuntu 8.04 LTS before you upgrade to 8.10.
What other says?