8 Katom St., Misgav Industrial Park, 2017400, Israel
Tel: +972-4-9951999; Fax: +972-4-9990287
PM0617.08 - CXE2000/CXE3000 CompletePBX Getting Started Guide (electronic version)
Page
3
of
7
The default CompletePBX keyboard configuration is US English. When entering
the password, the # (hash) key is shift/3 (i.e. uppercase three).
On UK keyboards, the hash character is located below the backspace, above the
right-hand enter key.
a. How to obtain IP address(es) received from DHCP server
To see the IP addresses of the nic0 and nic1 interfaces use the command
:
ip addr show
As a result you’ll get a block of data like this:
2: nic1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fa..
link/ether 00:0a:cd:25:58:04 brd ff:ff:ff:ff:ff:ff
3: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast s
link/ether 00:22:4d:ab:18:8c brd ff:ff:ff:ff:ff:ff
inet 192.168.0.64/20 brd 192.168.15.255 scope global nic0
valid_lft forever preferred_lft forever
inet6 fe80::222:4dff:feab:188c/64 scope link
valid_lft forever preferred_lft forever
In this example the CXE2000/CXE3000 nic0 interface received IP address 192.168.0.64.
The nic1 interface did not receive an IP address.
b. How to configure a static IP address(es)
Replace 1.2.3.4/24 and 1.2.3.1 with the required IP address (in CIDR format) and default
gateway and then run the following command:
nmcli con mod nic0 ipv4.method manual \
ipv4.address 1.2.3.4/24 ipv4.gateway 1.2.3.1
If you also want to define the nic1 interface, then:
nmcli con mod nic1 ipv4.method manual \
ipv4.address 1.2.3.5/24 ipv4.gateway 1.2.3.1
Define the DNS server in the /etc/resolv.conf file. For example:
nameserver 5.6.7.8
Run
systemctl restart network
in order to apply the changes
Note
: Correct network parameters settings are extremely important for normal
CompletePBX functionality. Always make sure that the 'localhost' is defined in the /etc/hosts
file:
127.0.0.1 localhost.localdomain localhost