IP PBX Manual System Networking

From IPitomy Wiki
Revision as of 22:42, 29 February 2016 by Mike Lunn (talk | contribs) (→‎Groups)
Jump to navigation Jump to search



Logo on white background (small).gif
support@ipitomy.com | 941.306.2200 (Opt 2 for Support)
You are viewing the IPitomy IP PBX Manual, Table of Contents.


System Networking

The IPitomy System Menu is for configuring network attributes. For example the IP address of the system and router information. The System Networking Setup Page allows you to define the Internet Setup for the system’s hardware. The system must operate using a static IP address; DHCP should only be used on the IPitomy IP PBX if the router is configured to assign a specific static DHCP address to the system.

Tcpipsettings.png


The following table describes the fields and recommended settings for Networking Setup for the IP PBX system:


Field
Recommended Settings
IP Address Use the default address (192.168.1.249) of the IPitomy IP PBX or an address outside the range of existing IP addresses assigned by DHCP in the router. The PBX will be accessed via <IPAddress>/ippbx, so at default you would go to 192.168.1.249/ippbx.
Subnet Mask Leave the default setting for the Subnet Mask as (255.255.255.0). The subnet mask defines what traffic the PBX will listen and communicate to. A value of 255 means the octet in question needs to match exactly, while a value of 0 means the octet is not restricted at all. When the PBX is set to the default IP address, a subnet mask of 255.255.255.0 tells the system to communicate with any devices in the 192.168.1.xxx range.
Default Gateway The default gateway provided is 192.168.1.1. Though this default is a common router IP, every network is different. Enter the IP address of the router handling their Internet connection here.
Static DNS Enter the DNS IP address being used on the network. If a default DNS IP address is not provided by the router it can be obtained from the network’s Internet Service Provider.
Static DNS2 Enter the DNS IP address being used on the network. If a default DNS IP address is not provided by the router it can be obtained from the network’s Internet Service Provider.
Static DNS3 Enter the DNS IP address being used on the network. If a default DNS IP address is not provided by the router it can be obtained from the network’s Internet Service Provider.

Table 6Network Setting Descriptions

TCP/IP Settings Section

Edit TCP/IP Default Settings

STEPS:

  1. Navigate to System Networking. The TCP/IP Settings page appears displaying the default values for the following setting:
    1. IP Address
    2. Subnet Mask
    3. Default Gateway
    4. Static DNS
  2. Click on the IP Address field. Enter the IP address for the Router. Use the default address (192.168.1.249) of the IPitomy IP PBX or an address outside the range of existing IP addresses assigned by DHCP in the router Enter the desired IP Address. See Table above for recommended settings.
  3. Click on the Subnet Mask field. Leave the default setting for the Subnet Mask as (255.255.255.0). See Table above for recommended settings.
  4. Click on the Default Gateway field. Change the default Gateway value to the desired target network. See Table above for recommended settings.
  5. Click on the Static DNS field. Change the default DNS value to the desired target network. See Table above for recommended settings.
  6. Repeat step 5 to set the remaining DNS values, if necessary.
  7. Click on the Save Changes button
  8. Click the Apply Changes link located on the right hand corner of the page, to commit the changes to the database.

Access Control (PBX Access)

The Access Control page is comprised of 3 sub-pages; Host Access, Web Server, and Access Control List. Each is accessible from the buttons at the top of the page and pertains a different method of controlling access to the PBX.

Host Access

This feature allows you to limit access to special services on the PBX. An “allow from” entry is a list of one or more host names, host addresses, patterns or wildcards that will be matched against the client host name or address. List elements should be separated by blanks and/or commas.


Note: The parameter for the IP PBX Host Access is pre-configured per the manufacturer’s specifications. We recommend that you do not change this configuration value.

Hostaccess.png


The following table describes the features and functions available on the Host Access page:


Fields/Buttons
Description
Delete Selected Items This button allows you to delete multiple services at a time.
Load Factory Defaults This button will set the PBX back to the default Host Access settings.



Add a New Item This section is where you would add new rules for accessing special services on the PBX

Table 7Network Features and Descriptions


IMPORTANT: Changes to the Host Access List are installed immediately. They are database independent so custom changes do not migrate from one box to another via a database backup file.

Please contact IPitomy’s Technical Support Group if you think you need to modify these settings.

Web Server Configuration - (Obsolete - Removed in 4.8.0)

Link to Old Info Web Server Configuration

Access Control List

The Access Control List defines what networks different PBX features are permitted to communicate with. This is a security feature that we recommend using. If the site communicates to a SIP provider or Remote Phones, you will need to add their IP address to the list. The SIP Provider should give you either a single static IP or a subnet range (eg. 8.3.42.0/30) to add to allow them inbound. Remote phones with a static IP can have that single address added (eg. 72.64.129.45/32). If the remote phone is at a site with a dynamic IP, go to whois.domaintools.com and lookup that IP, this will give you the subnet of the carrier in that area, add that range as a rule to the SIP ACL (eg. 68.23.0.0/12). The only times I would not be using the SIP ACL is if a user has a softphone on their cell, or if a user travels with their phone to different locationsas you won't have any way to know what IP it would be registering from.

Accesscontrollist.png


The following table outlines the parameters and descriptions for the Access Control List.


Feature
Description

Default
Services

Displays the name of configured services. Typical services on the PBX are:

SIP: Used for Calls

Call Manager: Used for Desktop Call Manager

TFTP:  Used by phones to pull down config and firmware files

Ports Displays the ports that were defined for a particular service.

SIP: 5060

Call Manager: 5048

TFTP: 69

Rules Displays the rules that were configured for a particular service.

Deny List: Accepts all traffic, unless specifically defined

Allow List: Denies all traffic, unless specifically defined

Table 9Access Control List Definitions


Load Recommended Default

This is the recommended method to set the Access Control List to the typically used settings.

STEPS:

  1. Navigate to PBX Setup->SIP
  2. Set the LocalNet to match the network the PBX is installed on, Save, and Apply Changes
  3. Navigate to the Access Control List page, click Load Recommended Default button. This will create default rules allowing the PBX to communicate to devices on the LocalNet in regards to SIP, Call Manager, and TFTP
  4. Click the Apply Changes link located on the right hand corner of the page, to commit the changes to the database.

Add New Service

Addnewservice.png

The following table outlines the parameters and descriptions required for adding a new service.


Feature
Description
Service Name This is the name of the new service and will populate the Service drop-down list in the Add New Rule section.
Service Transport This is the service type that will be used to transport the message. The options are Both, TCP or UDP.

SIP and RTP traffic both occur on UDP, TFTP traffic is UDP, and Call Manager traffic is TCP. Any other rules created would need to be configured for the protocol used by this service.

Service Ports This is the port information that is associated with the host. You can enter a single or range of ports that will be used for this service. SIP uses 5060, Call Manager uses 5048, and TFTP uses 69. Other services must be configured to use the appropriate ports.
Service Policy This is the umbrella rule for the service, which will be further defined under Add New Rules. The options are:

Deny List: ACCEPT ALL EXCEPT rule will apply. This will allow all traffic on the defined port, allowing you to configure a list of Denied IP addresses.

Allow List: DROP ALL EXCEPT rule will apply. This will block all traffic on the defined port, allowing you to configure a list of Allowed IP addresses.

The following outlines the steps to add a new service in the PBX system.

STEPS:

  1. Navigate to System->Access Control
  2. Click on theAccess Control List button, The Access Control List page appears.
  3. From the Add New Service section, enter a Name, and select the appropriate Transport Protocol, Ports, and Policy; then click the Create Service button.
  4. The new service and its associated values will be displayed in the Service listing.
  5. Click the Apply Changes link located on the right hand corner of the page, to commit the changes to the database.

The following table outlines the parameters and descriptions required for adding a new rule.


Feature
Description
Service This drop-down list is populated when a new services is added. This is done in the Add New Service section.
Host(s) This is the IP Address, Domain Name or URL of the host.

Table 11Add New Rule Settings and Descriptions

Add New Rule

The following outlines the steps to add a new rule for Services in the PBX system.

STEPS:

  1. Navigate to System->Access Control, click on theAccess Control List button, the Access Control List appears.
  2. From the Add New Rule section, select the Service type from the drop-down list.
  3. Enter the Host/s to be allowed/denied by the service
  4. Click the Create Rule button.
  5. The new rule is added and will be displayed in the rules list.
  6. Click the Apply Changes link located on the right hand corner of the page, to commit the changes to the database. .

Delete Rules or Services

The following outlines the steps to delete existing rules or services.

STEPS:

  1. From the Service section of the PBX Access->Access Control List page, find the service or rule that you want to delete.
  2. Click on the X icon to the left of either the service or rule. The selected item is removed from the list.
  3. Click the Apply Changes link located on the right hand corner of the page, to commit the changes to the database.

Service Control

The Service Contol feature allows you to define what networks may communicate to the PBX for Admin Access, Mobile Access, Phone Config Access, SMDR Access, and Web Manager Access.

NOTE: Take care when enabling/modifying the Admin Access ACL as entering the wrong IP or localnet can make it so you are no longer able to access the PBX from the network it is installed upon.


File:System-ServiceControl.jpg


Clicking each of these buttons will bring up a display that allows you to Enable or Disable the ACL, choose if you want it to be an Allow List (block all addresses unless they are in the list) or a Deny List (allow all addresses unless they are on the list), and define the IPs and Subnet Masks to be allowed or denied by the feature.


File:System-ServiceControl-EditACL.jpg


To add an IP to the list, enter <ipaddress>/<subnetmask> in the text field and click add.  Highlight an entry and click Delete to remove it from the list.  As always, you must Save first, then Apply Changes for these features to become active on the live system. 

UI Users & Admin Groups

With Users and Groups, you the admin can give a user access to the programming side of the PBX and customize what they are able to modify, create, or delete.

Groups

Start by adding a Group that will define what features the user is able to edit. You need to set a Group ID (number) and Group Name.

File:AdminGroups.jpg

Once created you will need to Edit and choose what features on the PBX the user is able to control. For each feature, you can choose Create, Modify, Delete, as well as filter. Separate multiple filters of the same feature with commas. Filters can be used on Extensions, Groups, Menus, and Conferences.

File:AdminGroupsEdit.jpg

Users

Once a Group is created, you can add Users. To do so, you'll need to give them a Username and Password, enter the Name to know which person this User was created for, and set them to a Group. Once created, if you need to modify a field for a User, simply populate the Username field and whichever fields you wish to change, then click Save.

File:AdminUsers.jpg