diff --git a/modules/rhizo_base/manifests/freeswitch.pp b/modules/rhizo_base/manifests/freeswitch.pp
index a579fda..5c417f6 100644
--- a/modules/rhizo_base/manifests/freeswitch.pp
+++ b/modules/rhizo_base/manifests/freeswitch.pp
@@ -104,6 +104,7 @@ class rhizo_base::freeswitch::common {
$voip_password = $rhizo_base::voip_password
$voip_proxy = $rhizo_base::voip_proxy
$sip_central_ip_address = $rhizo_base::sip_central_ip_address
+ $mncc_ip_address = $rhizo_base::mncc_ip_address
package {
['freeswitch', 'freeswitch-lang-en',
diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp
index 2f20ebc..71eb16d 100644
--- a/modules/rhizo_base/manifests/init.pp
+++ b/modules/rhizo_base/manifests/init.pp
@@ -64,6 +64,7 @@ class rhizo_base {
$inter_codec = hiera('rhizo::inter_codec', 'G729')
# IP address
+ $mncc_ip_address = hiera('rhizo::mncc_ip_address', '172.16.0.1')
$vpn_ip_address = hiera('rhizo::vpn_ip_address')
$wan_ip_address = hiera('rhizo::wan_ip_address')
$riak_ip_address = hiera('rhizo::riak_ip_address', $vpn_ip_address)
diff --git a/modules/rhizo_base/templates/internal.xml.erb b/modules/rhizo_base/templates/internal.xml.erb
index ebae952..0c0f74b 100644
--- a/modules/rhizo_base/templates/internal.xml.erb
+++ b/modules/rhizo_base/templates/internal.xml.erb
@@ -91,9 +91,9 @@
-
+
-
+
@@ -272,8 +272,8 @@
auto - Use guessed ip.
auto-nat - Use ip learned from NAT-PMP or UPNP
-->
-
-
+
+