Page 1 of 1

Changing IP Adress

PostPosted: Sun Apr 25, 2010 12:56 am
by asincom
Hi,
I'm a little confuse about the right procedure to change IP adress of my Vicibox server. I'm pretty well with Centos and Fedora, but Debian and Ubuntu aren't so familiar for me.
Also I realize there is some changes I have to make on Asterisk's extensions.conf
Thanks in advanced for your support.
Regards,.

thank

PostPosted: Sun Apr 25, 2010 9:17 am
by brett05
ubuntu maybe the same as all the os
so do this
connect to your ssh .
pico /etc/network/interfaces
then edit your ip and change from dhcp to static if you have it .
save
then try also to add your dns primary and your dns secondary in your resolv.conf
pico /etc/resolv.conf
and add :
nameserver "your dns primary"
nameserver "your dns secondary"
finally reboot your network
/etc/init.d/network restart
it's done
google is your friend
enjoy

PostPosted: Sun Apr 25, 2010 2:31 pm
by asincom
Thanks brett05,
Cheers,