PBX unregistered, i think this has to do with NIC settings

I registered it just fine and got access to the paid modules associated with that zend ID (which is associated with the MAC address of the eth0 NIC). Then I shut off the NIC and my PBX isn’t registered anymore. Don’t think there are any zend resets left.

How do I force the thing to either re-register or reset the zend ID? There used to be a file you could clear out to effectively do a zend reset.

Also, does anything look wrong with my ifcfg-eth0 file? Not sure what some of these things are like

TYPE=“Ethernet”
PROXY_METHOD=“none”
BROWSER_ONLY=“no”
BOOTPROTO=“static”
DEFROUTE=“yes”
IPV4_FAILURE_FATAL=“no”
IPV6INIT=“yes”
IPV6_AUTOCONF=“yes”
IPV6_DEFROUTE=“yes”
IPV6_FAILURE_FATAL=“no”
IPV6_ADDR_GEN_MODE=“stable-privacy”
NAME=“eth0”
UUID=“e1e3221c-634c-4c08-a8eb-bda7881ff05c”
HWADDR=x:x:x:x:x:x
IPADDR=“x.x.x.x”
GATEWAY=“x.x.x.x”
NETMASK=“255.255.255.192”
DNS1=“8.8.8.8”
DEVICE=“eth0”
ONBOOT=“yes”

Looking at an older one I see some variables that I dont see in the new one like

NM_CONTROLLED=“yes”
ZONE=external
DESCRIPTION=“unset”

Tried upping the interface and now I get this crap again

Interesting, rebooting the whole thing (and obviously starting the NIC in the process) registered it again. I’m confused as to how this is supposed to work.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.