Previous Topic: Assign an IP Address to the NBA Management Port (Bivio Platforms)Next Topic: Configuring the Bivio 7000 for Routed Mode


Update the Internal Network Routing

If you have changed the internal network address (the MCCP subnet address) from its default 10.10.10.0 to another address, you must also specify the new address in the routing script that controls network connectivity to Policy Engines.

Follow these steps:

  1. Edit the file /etc/bivio/init.d/apcnatd.
  2. Change the following line to include the new address:
    CPUX_NR0_IP=10.10.10.1
    
  3. Reboot the system
    nrsp reboot system
    

    The new IP address takes effect.

Example

If you changed the MCCP network address to 192.168.0.0, then edit the apcnatd script as follows:

CPUX_NR0_IP=192.168.0.1