PBXware 2.x
FAQs
  General
  Backup & Restore
  Codecs
  Conferencing
  Conf Files
  Destinations
  DID
  Extensions
  IVR
  Licencing
  Monitor
  Music On Hold
  MySQL
  System Daemon
  OSC (Online Self Care)
  Protocols
  Providers
  Queue
  Networking
  Reports
  Servers
  Setup Wizard
  Sounds
  System
  SSH
  TFTP
  Trunks
  UAD
  Voicemail
  Zaptel
  Agents
  Enhanced Services
  Fax
  Cabling
  Presentation
  SM Settings
Changing System IP Address


To change the IP address of a working system:

  • Notify your Bicom Systems account manager about the changes and provide your new IP and MAC address. In this example, we'll use the following: 192.168.1.5/255.255.255.0
  • If using CentOS:
  • Login to the system shell as a root user
  • Edit the eth0 configuration file
nano /etc/sysconfig/network-scripts/ifcfg-eth0
  • Add the following lines:
system ip address 192.168.1.5
netmask 255.255.255.0

  • Exit the editor
Press 'CTRL + O'
Press 'CTRL + X'
  • If the default gateway needs to be changed, edit '/etc/sysconfig/network' to suit your needs
  • Restart the network service
service network restart


  • If using Gentoo:
  • Login to the system shell as a root user
  • Edit the net file
nano /etc/conf.d/net
  • Add the following lines:
config_eth0=( "192.168.1.5 netmask 255.255.255.0 brd 192.168.1.255" )
routes_eth0=( "default gw 192.168.0.1" )
  • Exit the editor
Press 'CTRL + O'
Press 'CTRL + X'
  • Restart the eth0
/etc/init.d/net.eth0 restart


  • If using VSERVER
  • Login to the system shell as a root user
  • Edit the ip file
nano /etc/vservers/$VPSNAME/interfaces/0/ip
  • Set the new IP address (e.g. 192.168.1.20)
  • Exit the editor
Press 'CTRL + O'
Press 'CTRL + X'
  • Restart the eth0
vservers $VPSNAME exec /etc/init.d/net.eth0 restart
  • Navigate to 'Settings: Protocols: SIP'
  • Check that 'Bind Address' is set to the new IP address
  • Click on 'Save'
  • Stop all services
/home/servers/sitemanager/sh/stop
/home/servers/pbxware/sh/stop
/home/servers/httpd/sh/stop
  • Start all services
/home/servers/sitemanager/sh/start
/home/servers/pbxware/sh/start
/home/servers/httpd/sh/start





 
End User Pricing
Unlimited stock
Please register

This website uses cookies. By using this website, you consent to the use of these cookies. View policy I agree