ZyXEL Communications P2612HNUF1F ADSL2+ VoIP IAD User Manual Manual Part 2
ZyXEL Communications Corporation ADSL2+ VoIP IAD Manual Part 2
Contents
- 1. Manual
- 2. Manual Part 1
- 3. Manual Part 2
Manual Part 2
Chapter 11 Network Address Translation (NAT)
addresses and the ISP assigns the WAN IP address. The NAT network appears as a
single host on the Internet.
Figure 75 Multiple Servers Behind NAT Example
A=192.168.1.33
WAN
LAN
B=192.168.1.34
192.168.1.1
C=192.168.1.35
IP Address assigned by ISP
D=192.168.1.36
11.2.1 The Port Forwarding Screen
Click Network Setting > NAT to open the Port Forwarding screen.
See Appendix E on page 381 for port numbers commonly used for particular
services.
Figure 76 Network Setting > NAT > Port Forwarding
The following table describes the fields in this screen.
Table 44 Network Setting > NAT > Port Forwarding
LABEL
DESCRIPTION
Add new rule
Click this to add a new port forwarding rule.
This is the index number of the entry.
Status
This field indicates whether the rule is active or not.
Clear the check box to disable the rule. Select the check box to enable
it.
Service Name
This is the service’s name. This shows User Defined if you manually
added a service. You can change this by clicking the edit icon.
WAN Interface
This shows the WAN interface through which the service is forwarded.
Start Port
This is the first external port number that identifies a service.
End Port
This is the last external port number that identifies a service.
P-2612HNU(L)-FxF User’s Guide
201
Chapter 11 Network Address Translation (NAT)
Table 44 Network Setting > NAT > Port Forwarding (continued)
LABEL
DESCRIPTION
Translation
Start Port
This is the first internal port number that identifies a service.
Translation End
Port
This is the last internal port number that identifies a service.
Server IP
Address
This is the server’s IP address.
Protocol
This shows the IP protocol supported by this virtual server, whether it is
TCP, UDP, or TCP/UDP.
Modify
Click the Edit icon to edit the port forwarding rule.
Click the Delete icon to delete an existing port forwarding rule. Note
that subsequent address mapping rules move up by one when you take
this action.
Apply
Click Apply to save your changes.
Cancel
Click Cancel to restore your previously saved settings.
11.2.2 The Port Forwarding Edit Screen
This screen lets you create or edit a port forwarding rule. Click Add new rule in
the Port Forwarding screen or the Edit icon next to an existing rule to open the
following screen.
Figure 77 Port Forwarding: Add/Edit
The following table describes the labels in this screen.
Table 45 Port Forwarding: Add/Edit
LABEL
DESCRIPTION
Service Name
Enter a name to identify this rule using keyboard characters (A-Z, a-z, 12 and so on).
WAN Interface
Select the WAN interface through which the service is forwarded.
You must have already configured a WAN connection with NAT enabled.
202
P-2612HNU(L)-FxF User’s Guide
Chapter 11 Network Address Translation (NAT)
Table 45 Port Forwarding: Add/Edit (continued)
LABEL
DESCRIPTION
Start Port
Enter the original destination port for the packets.
To forward only one port, enter the port number again in the External
End Port field.
To forward a series of ports, enter the start port number here and the
end port number in the External End Port field.
End Port
Enter the last port of the original destination port range.
To forward only one port, enter the port number in the External Start
Port field above and then enter it again in this field.
To forward a series of ports, enter the last port number in a series that
begins with the port number in the External Start Port field above.
Translation
Start Port
This shows the port number to which you want the ZyXEL Device to
translate the incoming port. For a range of ports, enter the first number
of the range to which you want the incoming ports translated.
Translation End
Port
This shows the last port of the translated port range.
Server IP
Address
Enter the inside IP address of the virtual server here.
Protocol Type
Select the protocol supported by this virtual server. Choices are TCP,
UDP, or TCP/UDP.
Apply
Click Apply to save your changes.
Back
Click Back to return to the previous screen without saving.
11.3 The Sessions Screen
Use the Sessions screen to limit the number of concurrent NAT sessions each
client can use.
Click Network Setting > NAT > Sessions to display the following screen.
Figure 78 Network Setting > NAT > Sessions
P-2612HNU(L)-FxF User’s Guide
203
Chapter 11 Network Address Translation (NAT)
The following table describes the fields in this screen.
Table 46 Network Setting > NAT > Sessions
LABEL
DESCRIPTION
MAX NAT
Session
Use this field to set a common limit to the number of concurrent NAT
sessions each client computer can have.
If only a few clients use peer to peer applications, you can raise this
number to improve their performance. With heavy peer to peer
application use, lower this number to ensure no single client uses too
many of the available NAT sessions.
Apply
Click Apply to save your changes.
Cancel
Click Cancel to restore your previously saved settings.
11.4 Technical Reference
This section provides some technical background information about the topics
covered in this chapter.
11.4.1 NAT Definitions
Inside/outside denotes where a host is located relative to the ZyXEL Device, for
example, the computers of your subscribers are the inside hosts, while the web
servers on the Internet are the outside hosts.
Global/local denotes the IP address of a host in a packet as the packet traverses a
router, for example, the local address refers to the IP address of a host when the
packet is in the local network, while the global address refers to the IP address of
the host when the same packet is traveling in the WAN side.
Note that inside/outside refers to the location of a host, while global/local refers to
the IP address of a host used in a packet. Thus, an inside local address (ILA) is the
IP address of an inside host in a packet when the packet is still in the local
network, while an inside global address (IGA) is the IP address of the same inside
host when the packet is on the WAN side. The following table summarizes this
information.
Table 47 NAT Definitions
204
ITEM
DESCRIPTION
Inside
This refers to the host on the LAN.
Outside
This refers to the host on the WAN.
Local
This refers to the packet address (source or destination) as the packet travels
on the LAN.
Global
This refers to the packet address (source or destination) as the packet travels
on the WAN.
P-2612HNU(L)-FxF User’s Guide
Chapter 11 Network Address Translation (NAT)
NAT never changes the IP address (either local or global) of an outside host.
11.4.2 What NAT Does
In the simplest form, NAT changes the source IP address in a packet received from
a subscriber (the inside local address) to another (the inside global address)
before forwarding the packet to the WAN side. When the response comes back,
NAT translates the destination address (the inside global address) back to the
inside local address before forwarding it to the original inside host. Note that the
IP address (either local or global) of an outside host is never changed.
The global IP addresses for the inside hosts can be either static or dynamically
assigned by the ISP. In addition, you can designate servers, for example, a web
server and a Telnet server, on your local network and make them accessible to the
outside world. If you do not define any servers, NAT offers the additional benefit of
firewall protection. With no servers defined, your ZyXEL Device filters out all
incoming inquiries, thus preventing intruders from probing your network. For
more information on IP address translation, refer to RFC 1631, The IP Network
Address Translator (NAT).
11.4.3 How NAT Works
Each packet has two addresses – a source address and a destination address. For
outgoing packets, the ILA (Inside Local Address) is the source address on the LAN,
and the IGA (Inside Global Address) is the source address on the WAN. For
incoming packets, the ILA is the destination address on the LAN, and the IGA is
the destination address on the WAN. NAT maps private (local) IP addresses to
globally unique ones required for communication with hosts on other networks. It
replaces the original IP source address (and TCP or UDP source port numbers for
Many-to-One and Many-to-Many Overload NAT mapping) in each packet and then
forwards it to the Internet. The ZyXEL Device keeps track of the original addresses
P-2612HNU(L)-FxF User’s Guide
205
Chapter 11 Network Address Translation (NAT)
and port numbers so incoming reply packets can have their original values
restored. The following figure illustrates this.
Figure 79 How NAT Works
NAT Table
LAN
Inside Local
IP Address
192.168.1.10
192.168.1.11
192.168.1.12
192.168.1.13
192.168.1.13
192.168.1.12
SA
SA
192.168.1.10
IGA1
Inside Local
Address (ILA)
192.168.1.11
206
Inside Global
IP Address
IGA 1
IGA 2
IGA 3
IGA 4
WAN
Inside Global
Address (IGA)
192.168.1.10
P-2612HNU(L)-FxF User’s Guide
CHAPTER
12
Dynamic DNS
12.1 Overview
This chapter discusses how to configure your ZyXEL Device to use Dynamic DNS.
Dynamic DNS allows you to update your current dynamic IP address with one or
many dynamic DNS services so that anyone can contact you (in applications such
as NetMeeting and CU-SeeMe). You can also access your FTP server or Web site on
your own computer using a domain name (for instance myhost.dhs.org, where
myhost is a name of your choice) that will never change instead of using an IP
address that changes each time you reconnect. Your friends or relatives will
always be able to call you even if they don't know your IP address.
First of all, you need to have registered a dynamic DNS account with
www.dyndns.org. This is for people with a dynamic IP from their ISP or DHCP
server that would still like to have a domain name. The Dynamic DNS service
provider will give you a password or key.
12.1.1 What You Need To Know
DYNDNS Wildcard
Enabling the wildcard feature for your host causes *.yourhost.dyndns.org to be
aliased to the same IP address as yourhost.dyndns.org. This feature is useful if
you want to be able to use, for example, www.yourhost.dyndns.org and still reach
your hostname.
If you have a private WAN IP address, then you cannot use Dynamic DNS.
P-2612HNU(L)-FxF User’s Guide
207
Chapter 12 Dynamic DNS
12.2 The Dynamic DNS Screen
Use the Dynamic DNS screen to enable DDNS and configure the DDNS settings
on the ZyXEL Device. To change your ZyXEL Device’s DDNS, click Network
Setting > DNS. The screen appears as shown.
Figure 80 Network Setting > DNS
The following table describes the fields in this screen.
Table 48 Network Setting > DNS
LABEL
DESCRIPTION
Dynamic DNS Configuration
Active
Dynamic DNS
Select this check box to use dynamic DNS.
Service
Provider
Select the name of your Dynamic DNS service provider.
Dynamic DNS
Type
Select the type of service that you are registered for from your Dynamic
DNS service provider.
Host Name
Type the domain name assigned to your ZyXEL Device by your Dynamic
DNS provider.
You can specify up to two host names in the field separated by a comma
(",").
208
User Name
Type your user name.
Password
Type the password assigned to you.
Apply
Click Apply to save your changes.
Cancel
Click Cancel to restore your previously saved settings.
P-2612HNU(L)-FxF User’s Guide
CHAPTER
13
Firewall
13.1 Overview
Use the ZyXEL Device firewall screens to enable and configure the firewall that
protects your ZyXEL Device and network from attacks by hackers on the Internet
and control access to it. By default the firewall:
• allows traffic that originates from your LAN and WLAN computers to go to all
other networks.
• blocks traffic that originates on other networks from going to the LAN and
WLAN.
The following figure illustrates the default firewall action. User A can initiate an IM
(Instant Messaging) session from the LAN to the WAN (1). Return traffic for this
session is also allowed (2). However other traffic initiated from the WAN is blocked
(3 and 4).
Figure 81 Default Firewall Action
WAN
LAN
13.1.1 What You Can Do in this Chapter
• Use the General screen to enable or disable the ZyXEL Device’s firewall
(Section 13.2 on page 211).
• Use the Services screen to view the configured firewall rules and add, edit or
remove a firewall rule (Section 13.3 on page 211).
P-2612HNU(L)-FxF User’s Guide
209
Chapter 13 Firewall
13.1.2 What You Need to Know
Firewall
The ZyXEL Device’s firewall feature physically separates the LAN/WLAN and the
WAN and acts as a secure gateway for all data passing between the networks.
It is designed to protect against Denial of Service (DoS) attacks when activated.
The ZyXEL Device's purpose is to allow a private Local Area Network (LAN) to be
securely connected to the Internet. The ZyXEL Device can be used to prevent
theft, destruction and modification of data, as well as log events, which may be
important to the security of your network.
The ZyXEL Device is installed between the LAN/WLAN and a broadband modem
connecting to the Internet. This allows it to act as a secure gateway for all data
passing between the Internet and the LAN.
The ZyXEL Device has one Ethernet WAN port and four Ethernet LAN ports, which
are used to physically separate the network into two areas.The WAN (Wide Area
Network) port attaches to the broadband (cable or DSL) modem to the Internet.
The LAN (Local Area Network) port attaches to a network of computers, which
needs security from the outside world. These computers will have access to
Internet services such as e-mail, FTP and the World Wide Web. However, "inbound
access" is not allowed (by default) unless the remote host is authorized to use a
specific service.
ICMP
Internet Control Message Protocol (ICMP) is a message control and error-reporting
protocol between a host server and a gateway to the Internet. ICMP uses Internet
Protocol (IP) datagrams, but the messages are processed by the TCP/IP software
and directly apparent to the application user.
Finding Out More
See Section 13.4 on page 213 for advanced technical information on firewall.
210
P-2612HNU(L)-FxF User’s Guide
Chapter 13 Firewall
13.2 The General Screen
Use this screen to enable or disable the ZyXEL Device’s firewall. Click Security >
Firewall to open the General screen.
Figure 82 Security > Firewall > General
The following table describes the labels in this screen.
Table 49 Security > Firewall > General
LABEL
DESCRIPTION
Firewall
Select Enable to activate the firewall. The ZyXEL Device performs
access control and protects against Denial of Service (DoS) attacks
when the firewall is activated.
Apply
Click Apply to save your changes.
Cancel
Click Cancel to restore your previously saved settings.
13.3 The Services Screen
Use this screen to enable service blocking and to maintain the list of services you
want to block. To access this screen, click Security > Firewall > Services.
P-2612HNU(L)-FxF User’s Guide
211
Chapter 13 Firewall
Note: These rules specify which computers on the LAN can access which computers
or services on the WAN.
Figure 83 Security > Firewall > Services
Each field is described in the following table.
Table 50 Security > Firewall > Services
LABEL
DESCRIPTION
LAN-to-WAN
Services
Blocking
Select Enable to activate service blocking.
Available
Services
This is a list of pre-defined services (destination ports) you may prohibit
your LAN computers from using. Select the port you want to block, and
click Add to add the port to the Blocked Services field.
A custom port is a service that is not available in the pre-defined
Available Services list. You must define it using the Type and Port
Number fields. See Appendix E on page 381 for some examples of
services.
212
Blocked
Services
This is a list of services (ports) that are inaccessible to computers on
your LAN when service blocking is effective. To remove a service from
this list, select the service, and click Delete.
Type
Select TCP, UDP or TCP and UDP, based on which one the custom port
uses.
Port Number
Enter the range of port numbers that defines the service. For example,
suppose you want to define the Gnutella service. Select TCP type and
enter a port range of 6345-6349.
Add
Click this to add the selected service in Available Services to the
Blocked Services list. Note that the service is blocked immediately
after clicking this.
P-2612HNU(L)-FxF User’s Guide
Chapter 13 Firewall
Table 50 Security > Firewall > Services (continued)
LABEL
DESCRIPTION
Delete
Select a service in the Blocked Services, and click this to remove the
service from the list.
Clear All
Click this to remove all the services in the Blocked Services list.
Apply
Click Apply to save your changes.
Cancel
Click Cancel to restore your previously saved settings.
13.4 Firewall Technical Reference
This section provides some technical background information about the topics
covered in this chapter.
13.4.1 Guidelines For Enhancing Security With Your Firewall
Change the default password via web configurator.
Think about access control before you connect to the network in any way.
Limit who can access your ZyXEL Device.
Don't enable any local service (such as Telnet or FTP) that you don't use. Any
enabled service could present a potential security risk. A determined hacker might
be able to find creative ways to misuse the enabled services to access the firewall
or the network.
For local services that are enabled, protect against misuse. Protect by configuring
the services to communicate only with specific peers, and protect by configuring
rules to block packets for the services at specific interfaces.
Keep the firewall in a secured (locked) room.
13.4.2 Security Considerations
Note: Incorrectly configuring the firewall may block valid access or introduce security
risks to the ZyXEL Device and your protected network. Use caution when
creating or deleting firewall rules and test your rules after you configure them.
Consider these security ramifications before creating a rule:
Does this rule stop LAN users from accessing critical resources on the Internet?
For example, if IRC is blocked, are there users that require this service?
P-2612HNU(L)-FxF User’s Guide
213
Chapter 13 Firewall
Is it possible to modify the rule to be more specific? For example, if IRC is blocked
for all users, will a rule that blocks just certain users be more effective?
Does a rule that allows Internet users access to resources on the LAN create a
security vulnerability? For example, if FTP ports (TCP 20, 21) are allowed from the
Internet to the LAN, Internet users may be able to connect to computers with
running FTP servers.
Does this rule conflict with any existing rules?
Once these questions have been answered, adding rules is simply a matter of
entering the information into the correct fields in the web configurator screens.
214
P-2612HNU(L)-FxF User’s Guide
CHAPTER
14
MAC Filter
14.1 Overview
This chapter discusses MAC address filtering.
You can configure the ZyXEL Device to permit access to clients based on their MAC
addresses in the MAC Filter screen. This applies to wired and wireless
connections.
14.1.1 What You Need to Know
Every Ethernet device has a unique MAC (Media Access Control) address. The MAC
address is assigned at the factory and consists of six pairs of hexadecimal
characters, for example, 00:A0:C5:00:00:02. You need to know the MAC address
of the devices to configure this screen.
P-2612HNU(L)-FxF User’s Guide
215
Chapter 14 MAC Filter
14.2 The MAC Filter Screen
Use the MAC Filter screen to allow wireless clients access to the ZyXEL Device. To
change your ZyXEL Device’s MAC filter settings, click Security > MAC Filter. The
screen appears as shown.
Figure 84 Security > MAC Filter
The following table describes the labels in this menu.
Table 51 Security > MAC Filter
LABEL
DESCRIPTION
MAC
Address
Filter
Select Enable to activate MAC address filtering.
Set
This is the index number of the MAC address.
Allow
Select Allow to permit access to the ZyXEL Device. MAC addresses not
listed will be denied access to the ZyXEL Device.
If you clear this, the MAC Address field for this set clears.
216
MAC
Address
Enter the MAC addresses of the wireless station that are allowed access to
the ZyXEL Device in these address fields. Enter the MAC addresses in a
valid MAC address format, that is, six hexadecimal character pairs, for
example, 12:34:56:78:9a:bc.
Apply
Click Apply to save your changes.
Cancel
Click Cancel to restore your previously saved settings.
P-2612HNU(L)-FxF User’s Guide
CHAPTER
15
Certificates
15.1 Overview
The ZyXEL Device can use certificates (also called digital IDs) to authenticate
users. Certificates are based on public-private key pairs. A certificate contains the
certificate owner’s identity and public key. Certificates provide a way to exchange
public keys for use in authentication.
15.1.1 What You Can Do in this Chapter
• Use the Local Certificate screens to view and import the ZyXEL Device’s CAsigned certificates (Section 15.2 on page 220).
• Use the Trusted CA screens to save the certificates of trusted CAs to the ZyXEL
Device. You can also export the certificates to a computer (Section 15.3 on page
222).
15.1.2 What You Need to Know
The following terms and concepts may help as you read this chapter.
Certification Authorities
A Certification Authority (CA) issues certificates and guarantees the identity of
each certificate owner. There are commercial certification authorities like
CyberTrust or VeriSign and government certification authorities.
Public and Private Keys
When using public-key cryptology for authentication, each host has two keys. One
key is public and can be made openly available; the other key is private and must
be kept secure. Public-key encryption in general works as follows.
Tim wants to send a private message to Jenny. Tim generates a public-private key
pair. What is encrypted with one key can only be decrypted using the other.
Tim keeps the private key and makes the public key openly available.
P-2612HNU(L)-FxF User’s Guide
217
Chapter 15 Certificates
Tim uses his private key to encrypt the message and sends it to Jenny.
Jenny receives the message and uses Tim’s public key to decrypt it.
Additionally, Jenny uses her own private key to encrypt a message and Tim uses
Jenny’s public key to decrypt the message.
The ZyXEL Device uses certificates based on public-key cryptology to authenticate
users attempting to establish a connection. The method used to secure the data
that you send through an established connection depends on the type of
connection. For example, a VPN tunnel might use the triple DES encryption
algorithm.
The certification authority uses its private key to sign certificates. Anyone can then
use the certification authority’s public key to verify the certificates.
Certification Path
A certification path is the hierarchy of certification authority certificates that
validate a certificate. The ZyXEL Device does not trust a certificate if any
certificate on its path has expired or been revoked.
Certificate Directory Servers
Certification authorities maintain directory servers with databases of valid and
revoked certificates. A directory of certificates that have been revoked before the
scheduled expiration is called a CRL (Certificate Revocation List). The ZyXEL
Device can check a peer’s certificate against a directory server’s list of revoked
certificates. The framework of servers, software, procedures and policies that
handles keys is called PKI (public-key infrastructure).
Advantages of Certificates
Certificates offer the following benefits.
• The ZyXEL Device only has to store the certificates of the certification
authorities that you decide to trust, no matter how many devices you need to
authenticate.
• Key distribution is simple and very secure since you can freely distribute public
keys and you never need to transmit private keys.
Certificate File Formats
The certification authority certificate that you want to import has to be in one of
these file formats:
218
P-2612HNU(L)-FxF User’s Guide
Chapter 15 Certificates
• Binary X.509: This is an ITU-T recommendation that defines the formats for
X.509 certificates.
• PEM (Base-64) encoded X.509: This Privacy Enhanced Mail format uses 64
ASCII characters to convert a binary X.509 certificate into a printable form.
• Binary PKCS#7: This is a standard that defines the general syntax for data
(including digital signatures) that may be encrypted. The ZyXEL Device
currently allows the importation of a PKS#7 file that contains a single
certificate.
• PEM (Base-64) encoded PKCS#7: This Privacy Enhanced Mail (PEM) format uses
64 ASCII characters to convert a binary PKCS#7 certificate into a printable
form.
Note: Be careful not to convert a binary file to text during the transfer process. It is
easy for this to occur since many programs use text files by default.
15.1.3 Verifying a Certificate
Before you import a trusted CA or trusted remote host certificate into the ZyXEL
Device, you should verify that you have the actual certificate. This is especially
true of trusted CA certificates since the ZyXEL Device also trusts any valid
certificate signed by any of the imported trusted CA certificates.
You can use a certificate’s fingerprint to verify it. A certificate’s fingerprint is a
message digest calculated using the MD5 or SHA1 algorithms. The following
procedure describes how to check a certificate’s fingerprint to verify that you have
the actual certificate.
Browse to where you have the certificate saved on your computer.
Make sure that the certificate has a “.cer” or “.crt” file name extension.
Figure 85 Certificates on Your Computer
P-2612HNU(L)-FxF User’s Guide
219
Chapter 15 Certificates
Double-click the certificate’s icon to open the Certificate window. Click the
Details tab and scroll down to the Thumbprint Algorithm and Thumbprint
fields.
Figure 86 Certificate Details
Use a secure method to verify that the certificate owner has the same information
in the Thumbprint Algorithm and Thumbprint fields. The secure method may
very based on your situation. Possible examples would be over the telephone or
through an HTTPS connection.
15.2 Local Certificates
Use this screen to view the ZyXEL Device’s summary list of certificates and
certification requests. You can import the following certificates to your ZyXEL
Device:
• Web Server - This certificate secures HTTP connections.
• SIP TLS - This certificate secures VoIP connections.
• SSH/SCP/SFTP - This certificate secures remote connections.
220
P-2612HNU(L)-FxF User’s Guide
Chapter 15 Certificates
Click Security > Certificates to open the Local Certificates screen.
Figure 87 Security > Certificates > Local Certificates
The following table describes the labels in this screen.
Table 52 Security > Certificates > Local Certificates
LABEL
DESCRIPTION
Web Server
Type in the location of the Web Server certificate file you want to
upload in this field or click Browse to find it.
Browse
Click Browse to find the certificate file you want to upload.
Current File
This field displays the name used to identify this certificate. It is
recommended that you give each certificate a unique name.
Subject
This field displays identifying information about the certificate’s owner,
such as CN (Common Name), OU (Organizational Unit or department),
O (Organization or company) and C (Country). It is recommended that
each certificate have unique subject information.
Issuer
This field displays identifying information about the certificate’s issuing
certification authority, such as a common name, organizational unit or
department, organization or company and country.
Valid From
This field displays the date that the certificate becomes applicable. The
text displays in red and includes a Not Yet Valid! message if the
certificate has not yet become applicable.
Valid To
This field displays the date that the certificate expires. The text displays
in red and includes an Expiring! or Expired! message if the certificate
is about to expire or has already expired.
Cert
Click this button and then Save in the File Download screen. The
Save As screen opens, browse to the location that you want to use and
click Save.
SSH/SCP/SFTP
Type in the location of the SSH/SCP/SFTP certificate file you want to
upload in this field or click Browse to find it.
Browse
Click Browse to find the certificate file you want to upload.
Current File
This field displays the name used to identify this certificate. It is
recommended that you give each certificate a unique name.
P-2612HNU(L)-FxF User’s Guide
221
Chapter 15 Certificates
Table 52 Security > Certificates > Local Certificates (continued)
LABEL
DESCRIPTION
Key Type
This field applies to the SSH/SCP/SFTP certificate.
This shows the file format of the current certificate.
Replace
Click this to replace the certificate(s) and save your changes back to the
ZyXEL Device.
Reset
Click this to clear your settings.
15.3 Trusted CA
Use this screen to view a summary list of certificates of the certification authorities
that you have set the ZyXEL Device to accept as trusted. The ZyXEL Device
accepts any valid certificate signed by a certification authority on this list as being
trustworthy; thus you do not need to import any certificate that is signed by one
of these certification authorities.
Click Security > Certificates > Trusted CA to open the Trusted CA screen.
Figure 88 Security > Certificates > Trusted CA
The following table describes the labels in this screen.
Table 53 Security > Certificates > Trusted CA
222
LABEL
DESCRIPTION
Import
Certificate
Click this button to open a screen where you can save the certificate of
a certification authority that you trust to the ZyXEL Device.
Name
This field displays the name used to identify this certificate.
Subject
This field displays information that identifies the owner of the
certificate, such as Common Name (CN), OU (Organizational Unit or
department), Organization (O), State (ST) and Country (C). It is
recommended that each certificate have unique subject information.
P-2612HNU(L)-FxF User’s Guide
Chapter 15 Certificates
Table 53 Security > Certificates > Trusted CA (continued)
LABEL
DESCRIPTION
Type
This field displays general information about the certificate. ca means
that a Certification Authority signed the certificate.
Action
Click the View icon to open a screen with an in-depth list of information
about the certificate (or certification request).
Click the Delete icon to delete the certificate (or certification request).
You cannot delete a certificate that one or more features is configured
to use.
15.4 Trusted CA Import
Click Import Certificate in the Trusted CAs screen to open the Import
Certificate screen. You can save a trusted certification authority’s certificate to
the ZyXEL Device.
Note: You must remove any spaces from the certificate’s filename before you can
import the certificate.
Figure 89 Trusted CA > Import
The following table describes the labels in this screen.
Table 54 Security > Certificates > Trusted CA > Import
LABEL
DESCRIPTION
Certificate
File Path
Type in the location of the file you want to upload in this field or click
Browse to find it.
Browse
Click Browse to find the certificate file you want to upload.
Apply
Click Apply to save the certificate on the ZyXEL Device.
Back
Click Back to return to the previous screen.
P-2612HNU(L)-FxF User’s Guide
223
Chapter 15 Certificates
15.5 View Certificate
Use this screen to view in-depth information about the certification authority’s
certificate, change the certificate’s name and set whether or not you want the
ZyXEL Device to check a certification authority’s list of revoked certificates before
trusting a certificate issued by the certification authority.
Click Security > Certificates > Trusted CA to open the Trusted CA screen.
Click the View icon to open the View Certificate screen.
Figure 90 Trusted CA: View
The following table describes the labels in this screen.
Table 55 Trusted CA: View
LABEL
DESCRIPTION
Certificate Name
This field displays the identifying name of this certificate. If you want
to change the name, type up to 31 characters to identify this key
certificate. You may use any character (not including spaces).
Certificate Detail
This read-only text box displays the certificate or certification request
in Privacy Enhanced Mail (PEM) format. PEM uses 64 ASCII characters
to convert the binary certificate into a printable form.
You can copy and paste the certificate into an e-mail to send to
friends or colleagues or you can copy and paste the certificate into a
text editor and save the file on a management computer for later
distribution (via floppy disk for example).
Back
224
Click this to return to the previous screen.
P-2612HNU(L)-FxF User’s Guide
CHAPTER
16
VoIP
16.1 Overview
Use this chapter to:
• Connect an analog phone to the ZyXEL Device.
• Make phone calls over the Internet, as well as the regular phone network.
• Configure settings such as speed dial.
• Configure network settings to optimize the voice quality of your phone calls.
16.1.1 What You Can Do in this Chapter
These screens allow you to configure your ZyXEL Device to make phone calls over
the Internet and your regular phone line, and to set up the phones you connect to
the ZyXEL Device.
• Use the SIP Service Provider screen to configure the SIP server information,
QoS for VoIP calls, the numbers for certain phone functions (Section 16.3 on
page 231).
• Use the SIP Account screen to set up information about your SIP account,
control which SIP accounts the phones connected to the ZyXEL Device use and
configure audio settings such as volume levels for the phones connected to the
ZyXEL Device (Section 16.3 on page 231).
• Use the Common screen to configure RFC3262 support on the ZyXEL Device
(Section 16.4 on page 236).
• Use the Phone Device screen to control which SIP accounts the phones
connected to the ZyXEL Device use (Section 16.6 on page 239).
• Use the Region screen to change settings that depend on the country you are
in (Section 16.7 on page 241).
• Use the Call Rule screen to set up shortcuts for dialing frequently-used (VoIP)
phone numbers (Section 16.9 on page 243).
• Use the FXO screen to set up the PSTN line used to make regular phone calls
which do not use the Internet (Section 16.9 on page 243).
P-2612HNU(L)-FxF User’s Guide
225
Chapter 16 VoIP
You don’t necessarily need to use all these screens to set up your account. In fact,
if your service provider did not supply information on a particular field in a screen,
it is usually best to leave it at its default setting.
16.1.2 What You Need to Know
The following terms and concepts may help as you read this chapter.
VoIP
VoIP stands for Voice over IP. IP is the Internet Protocol, which is the messagecarrying standard the Internet runs on. So, Voice over IP is the sending of voice
signals (speech) over the Internet (or another network that uses the Internet
Protocol).
SIP
SIP stands for Session Initiation Protocol. SIP is a signalling standard that lets one
network device (like a computer or the ZyXEL Device) send messages to another.
In VoIP, these messages are about phone calls over the network. For example,
when you dial a number on your ZyXEL Device, it sends a SIP message over the
network asking the other device (the number you dialed) to take part in the call.
SIP Accounts
A SIP account is a type of VoIP account. It is an arrangement with a service
provider that lets you make phone calls over the Internet. When you set the
ZyXEL Device to use your SIP account to make calls, the ZyXEL Device is able to
send all the information about the phone call to your service provider on the
Internet.
Strictly speaking, you don’t need a SIP account. It is possible for one SIP device
(like the ZyXEL Device) to call another without involving a SIP service provider.
However, the networking difficulties involved in doing this make it tremendously
impractical under normal circumstances. Your SIP account provider removes these
difficulties by taking care of the call routing and setup - figuring out how to get
your call to the right place in a way that you and the other person can talk to one
another.
Voice Activity Detection/Silence Suppression
Voice Activity Detection (VAD) detects whether or not speech is present. This lets
the ZyXEL Device reduce the bandwidth that a call uses by not transmitting “silent
packets” when you are not speaking.
226
P-2612HNU(L)-FxF User’s Guide
Chapter 16 VoIP
Comfort Noise Generation
When using VAD, the ZyXEL Device generates comfort noise when the other party
is not speaking. The comfort noise lets you know that the line is still connected as
total silence could easily be mistaken for a lost connection.
Echo Cancellation
G.168 is an ITU-T standard for eliminating the echo caused by the sound of your
voice reverberating in the telephone receiver while you talk.
Use this screen to maintain basic information about each SIP account. You can
also enable and disable each SIP account, configure the volume, echo cancellation
and VAD (Voice Activity Detection) settings for each individual phone port on the
ZyXEL Device.
How to Find Out More
See Chapter 3 on page 37 for a tutorial showing how to set up these screens in an
example scenario.
See Section 16.10 on page 244 for advanced technical information on SIP.
16.1.3 Before You Begin
• Before you can use these screens, you need to have a VoIP account already set
up. If you don’t have one yet, you can sign up with a VoIP service provider over
the Internet.
• You should have the information your VoIP service provider gave you ready,
before you start to configure the ZyXEL Device.
16.2 The SIP Service Provider Screen
Use this screen to configure the SIP server information, QoS for VoIP calls, the
numbers for certain phone functions and dialing plan. Click VoIP > SIP to open
the SIP Service Provider screen.
Note: Click more... to see all the fields in the screen. You don’t necessarily need to
use all these fields to set up your account. Click hide more to see and
configure only the fields needed for this feature.
P-2612HNU(L)-FxF User’s Guide
227
Chapter 16 VoIP
Figure 91 VoIP > SIP > SIP Service Provider
228
P-2612HNU(L)-FxF User’s Guide
Chapter 16 VoIP
The following table describes the labels in this screen.
Table 56 VoIP > SIP > SIP Service Provider
LABEL
DESCRIPTION
SIP Service Provider Selection
Service
Provider
Selection
Select the SIP service provider profile you want to use for the SIP
account you configure in this screen. If you change this field, the screen
automatically refreshes. If you want to configure a new service
provider, select Add New.
General
SIP Service
Provider
Select this if you want the ZyXEL Device to use this SIP provider. Clear
it if you do not want the ZyXEL Device to use this SIP provider.
SIP Service
Provider Name
Enter the name of your SIP service provider.
SIP Local Port
Enter the ZyXEL Device’s listening port number, if your VoIP service
provider gave you one. Otherwise, keep the default value.
SIP Server
Address
Enter the IP address or domain name of the SIP server provided by
your VoIP service provider. You can use up to 95 printable ASCII
characters. It does not matter whether the SIP server is a proxy,
redirect or register server.
SIP Server Port
Enter the SIP server’s listening port number, if your VoIP service
provider gave you one. Otherwise, keep the default value.
REGISTER
Server Address
Enter the IP address or domain name of the SIP register server, if your
VoIP service provider gave you one. Otherwise, enter the same address
you entered in the SIP Server Address field. You can use up to 95
printable ASCII characters.
REGISTER
Server Port
Enter the SIP register server’s listening port number, if your VoIP
service provider gave you one. Otherwise, enter the same port number
you entered in the SIP Server Port field.
SIP Service
Domain
Enter the SIP service domain name. In the full SIP URI, this is the part
after the @ symbol. You can use up to 127 printable ASCII Extended
set characters.
RTP Port Range
Start Port
End Port
Enter the listening port number(s) for RTP traffic, if your VoIP service
provider gave you this information. Otherwise, keep the default values.
To enter one port number, enter the port number in the Start Port and
End Port fields.
To enter a range of ports,
•
•
P-2612HNU(L)-FxF User’s Guide
enter the port number at the beginning of the range in the Start
Port field.
enter the port number at the end of the range in the End Port field.
229
Chapter 16 VoIP
Table 56 VoIP > SIP > SIP Service Provider (continued)
LABEL
DESCRIPTION
DTMF Mode
Control how the ZyXEL Device handles the tones that your telephone
makes when you push its buttons. You should use the same mode your
VoIP service provider uses.
RFC2833 - send the DTMF tones in RTP packets.
PCM - send the DTMF tones in the voice data stream. This method
works best when you are using a codec that does not use compression
(like G.711). Codecs that use compression (like G.729 and G.726) can
distort the tones.
SIP INFO - send the DTMF tones in SIP messages.
Transport Type
Transport Type
Select the transport layer protocol (TCP, UDP or TCP) used for SIP.
FAX Option
This field controls how the ZyXEL Device handles fax messages.
G711 Fax
Passthrough
Select this if the ZyXEL Device should use G.711 to send fax messages.
The peer devices must also use G.711.
T38 Fax Relay
Select this if the ZyXEL Device should send fax messages as UDP or
TCP/IP packets through IP networks. This provides better quality, but it
may have inter-operability problems. The peer devices must also use
T.38.
Outbound Proxy
Enable
Select this if your VoIP service provider has a SIP outbound server to
handle voice calls. This allows the ZyXEL Device to work with any type
of NAT router and eliminates the need for STUN or a SIP ALG. Turn off
any SIP ALG on a NAT router in front of the ZyXEL Device to keep it
from re-translating the IP address (since this is already handled by the
outbound proxy server).
Server Address
Enter the IP address or domain name of the SIP outbound proxy server.
Server Port
Enter the SIP outbound proxy server’s listening port, if your VoIP
service provider gave you one. Otherwise, keep the default value.
QoS Tag
SIP TOS Priority
Setting
Enter the DSCP (DiffServ Code Point) number for SIP message
transmissions. The ZyXEL Device creates Class of Service (CoS) priority
tags with this number to SIP traffic that it transmits.
RTP TOS
Priority Setting
Enter the DSCP (DiffServ Code Point) number for RTP voice
transmissions. The ZyXEL Device creates Class of Service (CoS) priority
tags with this number to RTP traffic that it transmits.
Timer Setting
230
Expiration
Duration
Enter the number of seconds your SIP account is registered with the
SIP register server before it is deleted. The ZyXEL Device automatically
tries to re-register your SIP account when one-half of this time has
passed. (The SIP register server might have a different expiration.)
Register Resend timer
Enter the number of seconds the ZyXEL Device waits before it tries
again to register the SIP account, if the first try failed or if there is no
response.
Session Expires
Enter the number of seconds the ZyXEL Device lets a SIP session
remain idle (without traffic) before it automatically disconnects the
session.
P-2612HNU(L)-FxF User’s Guide
Chapter 16 VoIP
Table 56 VoIP > SIP > SIP Service Provider (continued)
LABEL
DESCRIPTION
Min-SE
Enter the minimum number of seconds the ZyXEL Device lets a SIP
session remain idle (without traffic) before it automatically disconnects
the session. When two SIP devices start a SIP session, they must agree
on an expiration time for idle sessions. This field is the shortest
expiration time that the ZyXEL Device accepts.
Dialing Interval Selection
Dialing Interval
Selection
Enter the number of seconds the ZyXEL Device should wait after you
stop dialing numbers before it makes the phone call. The value depends
on how quickly you dial phone numbers.
Bound Interface Name
Bound Interface
Name
If you select LAN or AnyWAN, the ZyXEL Device automatically
activates the VoIP service when any LAN or WAN connection is up.
If you select MultiWAN, you also need to select the pre-configured
WAN connections. The VoIP service is activated only when the selected
WAN connection is up.
PSTN Fail Over
(“L” models
only)
Select this check box if you want to redirect the outgoing calls to the
PSTN line (that do not use the Internet) when your SIP account is
unregistered or SIP call has failed.
Apply
Click Apply to save your changes.
Cancel
Click Cancel to restore your previously saved settings.
16.3 The SIP Account Screen
The ZyXEL Device uses a SIP account to make outgoing VoIP calls and check if an
incoming call’s destination number matches your SIP account’s SIP number. In
order to make or receive a VoIP call, you need to enable and configure a SIP
account, and map it to a phone port. The SIP account contains information that
allows your ZyXEL Device to connect to your VoIP service provider.
See Section 16.6 on page 239 for how to map a SIP account to a phone port.
To access the following screen, click VoIP > SIP > SIP Account.
Figure 92 VoIP > SIP > SIP Account
P-2612HNU(L)-FxF User’s Guide
231
Chapter 16 VoIP
The following table describes the labels in this screen.
Table 57 VoIP > SIP > SIP Account
LABEL
DESCRIPTION
Add new SIP
Account
Click this to configure a new SIP account.
This is the index number of the entry.
Active
This shows whether the SIP account is activated or not.
A yellow bulb signifies that this SIP account is activated. A gray bulb
signifies that this SIP account is activated.
SIP Account
This shows the name of the SIP account.
Account No.
This shows the SIP number.
Modify
Click the Edit icon to configure the SIP account.
Click the Delete icon to delete this SIP account from the ZyXEL Device.
232
P-2612HNU(L)-FxF User’s Guide
Chapter 16 VoIP
16.3.1 Add/Edit SIP Account
You can configure a new SIP account or edit one. To access this screen, click Add
new SIP Account in the SIP Account screen or the Edit icon next to an existing
account.
Figure 93 SIP Account: Add/Edit
P-2612HNU(L)-FxF User’s Guide
233
Chapter 16 VoIP
Each field is described in the following table.
Table 58 SIP Account: Add/Edit
LABEL
DESCRIPTION
SIP Service Provider Selection
Service
Provider
Selection
Select the SIP service provider profile you want to use for the SIP
account you configure in this screen.
This field is view-only if you are editing the SIP account.
General
SIP Account
Select the Active SIP Account check box if you want the ZyXEL Device
to use this account. Clear it if you do not want the ZyXEL Device to use
this account.
SIP Account
Number
Enter your SIP number. In the full SIP URI, this is the part before the @
symbol. You can use up to 127 printable ASCII characters.
Authentication
Username
Enter the user name for registering this SIP account, exactly as it was
given to you. You can use up to 95 printable ASCII characters.
Password
Enter the password for registering this SIP account, exactly as it was
given to you. You can use up to 95 printable ASCII characters.
URL Type
URL Type
Select whether or not to include the SIP service domain name when the
ZyXEL Device sends the SIP number.
SIP - include the SIP service domain name.
TEL - do not include the SIP service domain name.
Voice Features
Primary
Compression
Type
Select the type of voice coder/decoder (codec) that you want the ZyXEL
Device to use. G.711 provides higher voice quality but requires more
bandwidth (64 kbps).
Secondary
Compression
Type
•
•
•
•
•
Third
Compression
Type
G.711MuLaw is typically used in North America and Japan.
G.711ALaw is typically used in Europe.
G.729 only requires 8 kbps.
G.726-32 operates at 16, 24, 32 or 40 kbps.
G.722 operates at 48, 56 and 64 kbps.The ZyXEL Device must use
the same codec as the peer. When two SIP devices start a SIP
session, they must agree on a codec.
Select the ZyXEL Device’s first choice for voice coder/decoder.
Select the ZyXEL Device’s second choice for voice coder/decoder. Select
None if you only want the ZyXEL Device to accept the first choice.
Select the ZyXEL Device’s third choice for voice coder/decoder. Select
None if you only want the ZyXEL Device to accept the first or second
choice.
Speaking
Volume
Control
Enter the loudness that the ZyXEL Device uses for speech that it sends
to the peer device.
Minimum is the quietest, and Maximum is the loudest.
234
P-2612HNU(L)-FxF User’s Guide
Chapter 16 VoIP
Table 58 SIP Account: Add/Edit (continued)
LABEL
Listening
Volume
Control
DESCRIPTION
Enter the loudness that the ZyXEL Device uses for speech that it
receives from the peer device.
Minimum is the quietest, and Maximum is the loudest.
Active G.168
(Echo
Cancellation)
Select this if you want to eliminate the echo caused by the sound of
your voice reverberating in the telephone receiver while you talk.
Active VAD
(Voice Active
Detector)
Select this if the ZyXEL Device should stop transmitting when you are
not speaking. This reduces the bandwidth the ZyXEL Device uses.
Call Features
Send Caller ID
Select this if you want to send identification when you make VoIP phone
calls. Clear this if you do not want to send identification.
Active Call
Transfer
Select this to enable call transfer on the ZyXEL Device. This allows you
to transfer an incoming call (that you have answered) to another
phone.
Active Call
Waiting
Select this to enable call waiting on the ZyXEL Device. This allows you
to place a call on hold while you answer another incoming call on the
same telephone (directory) number.
Call Waiting
Reject Timer
Specify a time of seconds that the ZyXEL Device waits before rejecting
the second call if you do not answer it.
Active
Unconditional
Forward
Select this if you want the ZyXEL Device to forward all incoming calls to
the specified phone number.
Active Busy
Forward
Select this if you want the ZyXEL Device to forward incoming calls to
the specified phone number if the phone port is busy.
Specify the phone number in the To Number field on the right.
Specify the phone number in the To Number field on the right.
If you have call waiting, the incoming call is forwarded to the specified
phone number if you reject or ignore the second incoming call.
Active No
Answer Forward
Select this if you want the ZyXEL Device to forward incoming calls to
the specified phone number if the call is unanswered. (See No Answer
Time.)
Specify the phone number in the To Number field on the right.
No Answer Ring
Time
This field is used by the Active No Answer Forward feature.
Apply
Click Apply to save your changes.
Back
Click Back to return to the previous screen without saving.
Enter the number of seconds the ZyXEL Device should wait for you to
answer an incoming call before it considers the call is unanswered.
P-2612HNU(L)-FxF User’s Guide
235
Chapter 16 VoIP
16.4 The SIP Common Screen
Use the Common screen to configure RFC3262 support on the ZyXEL Device. To
access the following screen, click VoIP > SIP > Common.
Figure 94 VoIP > SIP > Common
Each field is described in the following table.
Table 59 VoIP > SIP > Common
LABEL
DESCRIPTION
RFC Support
PRACK (RFC
3262)
RFC 3262 defines a mechanism to provide reliable transmission of SIP
provisional response messages, which convey information on the
processing progress of the request. This uses the option tag 100rel and
the Provisional Response ACKnowledgement (PRACK) method.
Select Supported or Required to have the ZyXEL Device include a SIP
Require/Supported header field with the option tag 100rel in all INVITE
requests. When the ZyXEL Device receives a SIP response message
indicating that the phone it called is ringing, the ZyXEL Device sends a
PRACK message to have both sides confirm the message is received.
If you select Supported, the peer device supports the option tag
100rel to send provisional responses reliably.
If you select Required, the peer device requires the option tag 100rel
to send provisional responses reliably.
Apply
Click Apply to save your changes.
Cancel
Click Cancel to return to the previous screen without saving.
16.5 Multiple SIP Accounts
You can set up two SIP accounts on your ZyXEL Device and your ZyXEL Device is
equipped with two phone ports. By default your ZyXEL Device uses SIP account 1
with both phone ports for outgoing calls, and it uses SIP accounts 1 and 2 for
incoming calls. With this setting, you always use SIP account 1 for your outgoing
calls and you cannot distinguish which SIP account the calls are coming in
through. If you want to control the use of different dialing plans for accounting
purposes or other reasons, you need to configure your phone ports in order to
control which SIP account you are using when placing or receiving calls.
236
P-2612HNU(L)-FxF User’s Guide
Chapter 16 VoIP
16.5.1 Outgoing Calls
The following figure represents the default behavior of your ZyXEL Device when
two SIP accounts are configured and you are using two phones. When you place a
call from phone port 1 or phone port 2, the ZyXEL Device will use SIP account 1.
Figure 95 Outgoing Calls: Default
PHONE 1
SIP 1
PHONE 2
SIP 2
In the next example, phone port 1 is configured to use SIP account 1 and phone
port 2 is configured to use SIP account 2. In this case, every time you place a call
through phone port 1, you are using your SIP account 1. Similarly, every time you
place a call through phone port 2, you are using your SIP account 2. To apply
these configuration changes you need to configure the Phone Device screen. See
Section 16.6 on page 239.
Figure 96 Outgoing Calls: Individual Configuration
PHONE 1
SIP 1
PHONE 2
P-2612HNU(L)-FxF User’s Guide
SIP 2
237
Chapter 16 VoIP
16.5.2 Incoming Calls
The following example shows the default behavior of your ZyXEL Device for
incoming calls when two SIP accounts are configured and you are using two
phones. When a call comes in from your SIP account 1, the phones connected to
both phone port 1 and phone port 2 ring. Similarly, when a call comes in from your
SIP account 2, the phones connected to both phone port 1 and phone port 2 ring.
In either case you are not sure which SIP account the call is coming from.
Figure 97 Incoming Calls: Default
PHONE 1
SIP 1
PHONE 2
SIP 2
In the next example, phone port 1 is configured to use SIP account 1 and phone
port 2 is configured to use SIP account 2 for incoming calls. In this case, every
time you receive a call from your SIP account 1, the phone connected to phone
port 1 rings. Similarly, every time you receive a call from your SIP account 2,
238
P-2612HNU(L)-FxF User’s Guide
Chapter 16 VoIP
phone port 2 rings. To apply these configuration changes you need to configure
the Phone Device screen. See Section 16.6 on page 239.
Figure 98 Incoming Calls: Individual Configuration
PHONE 1
SIP 1
PHONE 2
SIP 2
16.6 The Phone Device Screen
Use this screen to control which SIP accounts and PSTN line each phone uses.
Click VoIP > Phone to access the Phone Device screen.
Figure 99 VoIP > Phone > Phone Device
The following table describes the labels in this screen.
Table 60 VoIP > Phone > Phone Device
LABEL
DESCRIPTION
This is the index number of the entry.
Phone ID
This is the phone device number.
Outgoing SIP
Number
This is the outgoing SIP number of the phone device.
Modify
Click the Edit icon to configure the SIP account.
P-2612HNU(L)-FxF User’s Guide
239
Chapter 16 VoIP
16.6.1 Edit Phone Device
You can edit an SIP account by clicking the Edit icon next to an SIP account entry.
You cannot edit the account if it is not activated. Go to VoIP > SIP > SIP
Account > Edit to activate an SIP account (see Section 16.3.1 on page 233 for
more information).
Figure 100 Phone Device: Edit
The following table describes the labels in this screen.
Table 61 Phone Device: Edit
LABEL
DESCRIPTION
SIP Account to Make Outgoing Call
SIP Account
Select the SIP account you want to use when making outgoing calls
with the analog phone connected to this phone port.
SIP Number
This shows the SIP account number.
SIP Account(s) to Receive Incoming Call
SIP Account
Select a SIP account if you want to receive phone calls for the selected
SIP account on this phone port.
If you select more than one SIP account for incoming calls, there is no
way to distinguish between them when you receive phone calls. If you
do not select a source for incoming calls, you cannot receive any calls
on this phone port.
SIP Number
This shows the SIP account number.
FXO Interface to Receive Incoming Call
240
Enable
Select this if you want to receive phone calls from the PSTN line (that
do not use the Internet) on this phone port.
Apply
Click Apply to save your changes.
Back
Click Back to return to the previous screen without saving.
P-2612HNU(L)-FxF User’s Guide
Chapter 16 VoIP
16.7 The Region Screen
Use this screen to maintain settings that depend on which region of the world the
ZyXEL Device is in. To access this screen, click VoIP > Phone > Region.
Figure 101 VoIP > Phone > Region
Each field is described in the following table.
Table 62 VoIP > Phone > Region
LABEL
DESCRIPTION
Region Settings
Select the place in which the ZyXEL Device is located.
Apply
Click Apply to save your changes.
Cancel
Click Cancel to restore your previously saved settings.
16.8 The Call Rule Screen
Use this screen to add, edit, or remove speed-dial numbers for outgoing calls.
Speed dial provides shortcuts for dialing frequently-used (VoIP) phone numbers.
You also have to create speed-dial entries if you want to call SIP numbers that
contain letters. Once you have configured a speed dial rule, you can use a shortcut
(the speed dial number, #01 for example) on your phone's keypad to call the
phone number.
P-2612HNU(L)-FxF User’s Guide
241
Chapter 16 VoIP
To access this screen, click VoIP > Phone > Call Rule.
Figure 102 VoIP > Phone > Call Rule
Each field is described in the following table.
Table 63 VoIP > Phone > Call Rule
LABEL
DESCRIPTION
Speed Dial
Use this section to create or edit speed-dial entries.
Select the speed-dial number you want to use for this phone number.
Number
Enter the SIP number you want the ZyXEL Device to call when you dial
the speed-dial number.
Description
Enter a short description to identify the party you call when you dial the
speed-dial number. You can use up to 127 printable ASCII characters.
Add
Click this to use the information in the Speed Dial section to update
the Speed Dial Phone Book section.
Phone Book
Use this section to look at all the speed-dial entries and to erase them.
This field displays the speed-dial number you should dial to use this
entry.
Number
This field displays the SIP number the ZyXEL Device calls when you dial
the speed-dial number.
Description
This field displays a short description of the party you call when you dial
the speed-dial number.
Modify
Use this field to edit or erase the speed-dial entry.
Click the Edit icon to copy the information for this speed-dial entry into
the Speed Dial section, where you can change it. Click Add when you
finish editing to change the configurations.
Click the Delete icon to erase this speed-dial entry.
242
P-2612HNU(L)-FxF User’s Guide
Chapter 16 VoIP
Table 63 VoIP > Phone > Call Rule (continued)
LABEL
DESCRIPTION
Clear
Click this to erase all the speed-dial entries.
Cancel
Click this to set every field in this screen to its last-saved value.
16.9 The FXO Screen (“L” Models Only)
With PSTN line you can make and receive regular PSTN phone calls. Use a prefix
number to make a regular call. When the device does not have power, you can
make regular calls without dialing a prefix number.
When the ZyXEL Device does not have power, only the phone
connected to the PHONE port1 can be used for making calls.
Ensure you know which phone this is, so that in case of
emergency you can make outgoing calls.
Use the FXO screen to set up the PSTN line you use to make regular phone calls
which do not use the Internet. To access this screen, click VoIP > FXO.
Figure 103 VoIP > FXO
Each field is described in the following table.
Table 64 VoIP > FXO
LABEL
DESCRIPTION
Pre-Fix For FXO Outgoing Call
Pre-Fix Number
Enter 1 - 7 numbers you dial before you dial the phone number, if you
want to make a regular phone call while one of your SIP accounts is
registered. These numbers tell the ZyXEL Device that you want to make
a regular phone call.
SIP Fail Over
P-2612HNU(L)-FxF User’s Guide
243
Chapter 16 VoIP
Table 64 VoIP > FXO (continued)
LABEL
DESCRIPTION
Force to SIP if
PSTN unplugged
Select this check box to have the ZyXEL Device redirect outgoing calls
to the registered SIP account if the ZyXEL Device is not connected to
the PSTN network.
When you try to make a PSTN call, but the PSTN port on the ZyXEL
Device is unplugged, the ZyXEL Device uses the phone port’s registered
SIP account to make the call.
Apply
Click Apply to save your changes.
Cancel
Click Cancel to restore your previously saved settings.
16.10 Technical Reference
This section contains background material relevant to the VoIP screens.
16.10.1 VoIP
VoIP is the sending of voice signals over Internet Protocol. This allows you to
make phone calls and send faxes over the Internet at a fraction of the cost of
using the traditional circuit-switched telephone network. You can also use servers
to run telephone service applications like PBX services and voice mail. Internet
Telephony Service Provider (ITSP) companies provide VoIP service.
Circuit-switched telephone networks require 64 kilobits per second (Kbps) in each
direction to handle a telephone call. VoIP can use advanced voice coding
techniques with compression to reduce the required bandwidth.
16.10.2 SIP
The Session Initiation Protocol (SIP) is an application-layer control (signaling)
protocol that handles the setting up, altering and tearing down of voice and
multimedia sessions over the Internet.
SIP signaling is separate from the media for which it handles sessions. The media
that is exchanged during the session can use a different path from that of the
signaling. SIP handles telephone calls and can interface with traditional circuitswitched telephone networks.
SIP Identities
A SIP account uses an identity (sometimes referred to as a SIP address). A
complete SIP identity is called a SIP URI (Uniform Resource Identifier). A SIP
account's URI identifies the SIP account in a way similar to the way an e-mail
244
P-2612HNU(L)-FxF User’s Guide
Chapter 16 VoIP
address identifies an e-mail account. The format of a SIP identity is SIPNumber@SIP-Service-Domain.
SIP Number
The SIP number is the part of the SIP URI that comes before the “@” symbol. A
SIP number can use letters like in an e-mail address (johndoe@your-ITSP.com for
example) or numbers like a telephone number (1122334455@VoIP-provider.com
for example).
SIP Service Domain
The SIP service domain of the VoIP service provider is the domain name in a SIP
URI. For example, if the SIP address is 1122334455@VoIP-provider.com, then
“VoIP-provider.com” is the SIP service domain.
SIP Registration
Each ZyXEL Device is an individual SIP User Agent (UA). To provide voice service,
it has a public IP address for SIP and RTP protocols to communicate with other
servers.
A SIP user agent has to register with the SIP registrar and must provide
information about the users it represents, as well as its current IP address (for the
routing of incoming SIP requests). After successful registration, the SIP server
knows that the users (identified by their dedicated SIP URIs) are represented by
the UA, and knows the IP address to which the SIP requests and responses should
be sent.
Registration is initiated by the User Agent Client (UAC) running in the VoIP
gateway (the ZyXEL Device). The gateway must be configured with information
letting it know where to send the REGISTER message, as well as the relevant user
and authorization data.
A SIP registration has a limited lifespan. The User Agent Client must renew its
registration within this lifespan. If it does not do so, the registration data will be
deleted from the SIP registrar's database and the connection broken.
The ZyXEL Device attempts to register all enabled subscriber ports when it is
switched on. When you enable a subscriber port that was previously disabled, the
ZyXEL Device attempts to register the port immediately.
Authorization Requirements
SIP registrations (and subsequent SIP requests) require a username and
password for authorization. These credentials are validated via a challenge /
P-2612HNU(L)-FxF User’s Guide
245
Chapter 16 VoIP
response system using the HTTP digest mechanism (as detailed in RFC3261, "SIP:
Session Initiation Protocol").
SIP Servers
SIP is a client-server protocol. A SIP client is an application program or device that
sends SIP requests. A SIP server responds to the SIP requests.
When you use SIP to make a VoIP call, it originates at a client and terminates at a
server. A SIP client could be a computer or a SIP phone. One device can act as
both a SIP client and a SIP server.
SIP User Agent
A SIP user agent can make and receive VoIP telephone calls. This means that SIP
can be used for peer-to-peer communications even though it is a client-server
protocol. In the following figure, either A or B can act as a SIP user agent client to
initiate a call. A and B can also both act as a SIP user agent to receive the call.
Figure 104 SIP User Agent
SIP Proxy Server
A SIP proxy server receives requests from clients and forwards them to another
server.
In the following example, you want to use client device A to call someone who is
using client device C.
246
The client device (A in the figure) sends a call invitation to the SIP proxy server B.
P-2612HNU(L)-FxF User’s Guide
Chapter 16 VoIP
The SIP proxy server forwards the call invitation to C.
Figure 105 SIP Proxy Server
SIP Redirect Server
A SIP redirect server accepts SIP requests, translates the destination address to
an IP address and sends the translated IP address back to the device that sent the
request. Then the client device that originally sent the request can send requests
to the IP address that it received back from the redirect server. Redirect servers
do not initiate SIP requests.
In the following example, you want to use client device A to call someone who is
using client device C.
Client device A sends a call invitation for C to the SIP redirect server B.
The SIP redirect server sends the invitation back to A with C’s IP address (or
domain name).
P-2612HNU(L)-FxF User’s Guide
247
Chapter 16 VoIP
Client device A then sends the call invitation to client device C.
Figure 106 SIP Redirect Server
SIP Register Server
A SIP register server maintains a database of SIP identity-to-IP address (or
domain name) mapping. The register server checks your user name and password
when you register.
RTP
When you make a VoIP call using SIP, the RTP (Real time Transport Protocol) is
used to handle voice data transfer. See RFC 3550 for details on RTP.
Pulse Code Modulation
Pulse Code Modulation (PCM) measures analog signal amplitudes at regular time
intervals and converts them into bits.
SIP Call Progression
The following figure displays the basic steps in the setup and tear down of a SIP
call. A calls B.
Table 65 SIP Call Progression
1. INVITE
2. Ringing
3. OK
4. ACK
248
P-2612HNU(L)-FxF User’s Guide
Chapter 16 VoIP
Table 65 SIP Call Progression (continued)
5.Dialogue (voice
traffic)
6. BYE
7. OK
A sends a SIP INVITE request to B. This message is an invitation for B to
participate in a SIP telephone call.
B sends a response indicating that the telephone is ringing.
B sends an OK response after the call is answered.
A then sends an ACK message to acknowledge that B has answered the call.
Now A and B exchange voice media (talk).
After talking, A hangs up and sends a BYE request.
B replies with an OK response confirming receipt of the BYE request and the call is
terminated.
Voice Coding
A codec (coder/decoder) codes analog voice signals into digital signals and
decodes the digital signals back into analog voice signals. The ZyXEL Device
supports the following codecs.
• G.711 is a Pulse Code Modulation (PCM) waveform codec. PCM measures analog
signal amplitudes at regular time intervals and converts them into digital
samples. G.711 provides very good sound quality but requires 64 kbps of
bandwidth.
• G.726 is an Adaptive Differential PCM (ADPCM) waveform codec that uses a
lower bitrate than standard PCM conversion. ADPCM converts analog audio into
digital signals based on the difference between each audio sample and a
prediction based on previous samples. The more similar the audio sample is to
the prediction, the less space needed to describe it. G.726 operates at 16, 24,
32 or 40 kbps.
• G.729 is an Analysis-by-Synthesis (AbS) hybrid waveform codec that uses a
filter based on information about how the human vocal tract produces sounds.
G.729 provides good sound quality and reduces the required bandwidth to 8
kbps.
P-2612HNU(L)-FxF User’s Guide
249
Chapter 16 VoIP
PSTN Call Setup Signaling
Dual-Tone MultiFrequency (DTMF) signaling uses pairs of frequencies (one lower
frequency and one higher frequency) to set up calls. It is also known as Touch
Tone®. Each of the keys on a DTMF telephone corresponds to a different pair of
frequencies.
Pulse dialing sends a series of clicks to the local phone office in order to dial
numbers.3
MWI (Message Waiting Indication)
Enable Message Waiting Indication (MWI) enables your phone to give you a
message–waiting (beeping) dial tone when you have a voice message(s). Your
VoIP service provider must have a messaging system that sends message waiting
status SIP packets as defined in RFC 3842.
16.10.3 Quality of Service (QoS)
Quality of Service (QoS) refers to both a network's ability to deliver data with
minimum delay, and the networking methods used to provide bandwidth for realtime multimedia applications.
Type of Service (ToS)
Network traffic can be classified by setting the ToS (Type of Service) values at the
data source (for example, at the ZyXEL Device) so a server can decide the best
method of delivery, that is the least cost, fastest route and so on.
DiffServ
DiffServ is a class of service (CoS) model that marks packets so that they receive
specific per-hop treatment at DiffServ-compliant network devices along the route
based on the application types and traffic flow. Packets are marked with DiffServ
Code Points (DSCP) indicating the level of service desired. This allows the
intermediary DiffServ-compliant network devices to handle the packets differently
depending on the code points without the need to negotiate paths or remember
state information for every flow. In addition, applications do not have to request a
particular service or give advanced notice of where the traffic is going.4
250
3.
The ZyXEL Device does not support pulse dialing at the time of writing.
4.
The ZyXEL Device does not support DiffServ at the time of writing.
P-2612HNU(L)-FxF User’s Guide
Chapter 16 VoIP
DSCP and Per-Hop Behavior
DiffServ defines a new DS (Differentiated Services) field to replace the Type of
Service (TOS) field in the IP header. The DS field contains a 2-bit unused field and
a 6-bit DSCP field which can define up to 64 service levels. The following figure
illustrates the DS field.
DSCP is backward compatible with the three precedence bits in the ToS octet so
that non-DiffServ compliant, ToS-enabled network device will not conflict with the
DSCP mapping.
Figure 107 DiffServ: Differentiated Service Field
DSCP
Unused
(6-bit)
(2-bit)
The DSCP value determines the forwarding behavior, the PHB (Per-Hop Behavior),
that each packet gets across the DiffServ network. Based on the marking rule,
different kinds of traffic can be marked for different priorities of forwarding.
Resources can then be allocated according to the DSCP values and the configured
policies.
VLAN Tagging
Virtual Local Area Network (VLAN) allows a physical network to be partitioned into
multiple logical networks. Only stations within the same group can communicate
with each other.
Your ZyXEL Device can add IEEE 802.1Q VLAN ID tags to voice frames that it
sends to the network. This allows the ZyXEL Device to communicate with a SIP
server that is a member of the same VLAN group. Some ISPs use the VLAN tag to
identify voice traffic and give it priority over other traffic.
16.10.4 Phone Services Overview
Supplementary services such as call hold, call waiting, and call transfer. are
generally available from your VoIP service provider. The ZyXEL Device supports
the following services:
• Call Hold
• Call Waiting
• Making a Second Call
• Call Transfer
• Three-Way Conference
P-2612HNU(L)-FxF User’s Guide
251
Chapter 16 VoIP
• Internal Calls
• Do not Disturb
Note: To take full advantage of the supplementary phone services available through
the ZyXEL Device's phone ports, you may need to subscribe to the services
from your VoIP service provider.
The Flash Key
Flashing means to press the hook for a short period of time (a few hundred
milliseconds) before releasing it. On newer telephones, there should be a "flash"
key (button) that generates the signal electronically. If the flash key is not
available, you can tap (press and immediately release) the hook by hand to
achieve the same effect. However, using the flash key is preferred since the timing
is much more precise. With manual tapping, if the duration is too long, it may be
interpreted as hanging up by the ZyXEL Device.
You can invoke all the supplementary services by using the flash key.
Europe Type Supplementary Phone Services
This section describes how to use supplementary phone services with the Europe
Type Call Service Mode. Commands for supplementary services are listed in the
table below.
After pressing the flash key, if you do not issue the sub-command before the
default sub-command time-out (2 seconds) expires or issue an invalid subcommand, the current operation will be aborted.
Table 66 European Flash Key Commands
SUBCOMMAND COMMAND
DESCRIPTION
Flash
Put a current call on hold to place a second call.
Switch back to the call (if there is no second call).
Flash
Drop the call presently on hold or reject an incoming call
which is waiting for answer.
Flash
Disconnect the current phone connection and answer the
incoming call or resume with caller presently on hold.
Flash
1. Switch back and forth between two calls.
2. Put a current call on hold to answer an incoming call.
3. Separate the current three-way conference call into
two individual calls (one is on-line, the other is on hold).
252
Flash
Create three-way conference connection.
Flash
*98#
Transfer the call to another phone.
P-2612HNU(L)-FxF User’s Guide
Chapter 16 VoIP
European Call Hold
Call hold allows you to put a call (A) on hold by pressing the flash key.
If you have another call, press the flash key and then “2” to switch back and forth
between caller A and B by putting either one on hold.
Press the flash key and then “0” to disconnect the call presently on hold and keep
the current call on line.
Press the flash key and then “1” to disconnect the current call and resume the call
on hold.
If you hang up the phone but a caller is still on hold, there will be a remind ring.
European Call Waiting
This allows you to place a call on hold while you answer another incoming call on
the same telephone (directory) number.
If there is a second call to a telephone number, you will hear a call waiting tone.
Take one of the following actions.
• Reject the second call.
Press the flash key and then press “0”.
• Disconnect the first call and answer the second call.
Either press the flash key and press “1”, or just hang up the phone and then
answer the phone after it rings.
• Put the first call on hold and answer the second call.
Press the flash key and then “2”.
European Call Transfer
Do the following to transfer a call (that you have answered) to another phone
number.
Press the flash key to put the caller on hold.
When you hear the dial tone, dial “*98#” followed by the number to which you
want to transfer the call. to operate the Intercom.
After you hear the ring signal or the second party answers it, hang up the phone.
European Three-Way Conference
Use the following steps to make three-way conference calls.
P-2612HNU(L)-FxF User’s Guide
253
Chapter 16 VoIP
254
When you are on the phone talking to someone, press the flash key to put the call
on hold and get a dial tone.
Dial a phone number directly to make another call.
When the second call is answered, press the flash key and press “3” to create a
three-way conversation.
Hang up the phone to drop the connection.
If you want to separate the activated three-way conference into two individual
connections (one is on-line, the other is on hold), press the flash key and press
“2”.
P-2612HNU(L)-FxF User’s Guide
CHAPTER
17
Logs
17.1 Overview
The web configurator allows you to choose which categories of events and/or
alerts to have the ZyXEL Device log and then display the logs or have the ZyXEL
Device send them to an administrator (as e-mail) or to a syslog server.
Note: The ZyXEL Device’s log feature is only for Voice over IP (VoIP).
17.1.1 What You Can Do in this Chapter
• Use the Phone Log screen to view phone logs and alert messages (Section 17.2
on page 255).
• Use The VoIP Call History screen to view the details of the calls performed on
the ZyXEL Device (Section 17.3 on page 256).
17.2 The Phone Log Screen
Click System Monitor > Log to open the Phone Log screen. Use this screen to
view phone logs and alert messages. You can select the type of log and level of
severity to display.
Figure 108 System Monitor > Log > Phone Log
P-2612HNU(L)-FxF User’s Guide
255
Chapter 17 Logs
The following table describes the fields in this screen.
Table 67 System Monitor > Log > Phone Log
LABEL
DESCRIPTION
Select a category of logs to view from the drop-down list box. select All
Logs to view all logs.
Level
Select the severity level that you want to view.
Refresh
Click this to renew the log screen.
Clear Logs
Click this to delete all the logs.
This field is a sequential value and is not associated with a specific entry.
Time
This field displays the time the log was recorded.
Level
This field displays the severity level of the logs that the device is to send
to this syslog server.
Message
This field states the reason for the log.
17.3 The VoIP Call History Screen
Click System Monitor > Log > Call History to open the VoIP Call History
screen. Use this screen to see the details of the calls performed on the ZyXEL
Device.
Figure 109 System Monitor > Log > Call History
The following table describes the fields in this screen.
Table 68 System Monitor > Log > Call History
LABEL
DESCRIPTION
Select a category of call records to view from the drop-down list box.
select All Call History to view all call records.
256
Refresh
Click this to renew the log screen.
Clear Logs
Click this to delete all the logs.
This field is a sequential value and is not associated with a specific entry.
Time
This field displays the time the call was recorded.
Local Number
This field displays the phone number you used to make or receive this
call.
Peer Number
This field displays the phone number you called or from which this call is
made.
P-2612HNU(L)-FxF User’s Guide
Chapter 17 Logs
Table 68 System Monitor > Log > Call History
LABEL
DESCRIPTION
Interface
This field displays the type of the call.
Duration
This field displays how long the call lasted.
P-2612HNU(L)-FxF User’s Guide
257
Chapter 17 Logs
258
P-2612HNU(L)-FxF User’s Guide
CHAPTER
18
System Monitor
18.1 Overview
Use the System Monitor screens to look at network traffic status and statistics of
the WAN, LAN interfaces, NAT, and 3G backup.
18.1.1 What You Can Do in this Chapter
• Use the WAN screen to view the WAN traffic statistics (Section 18.2 on page
260) .
• Use the LAN screen to view the LAN traffic statistics (Section 18.3 on page
261).
• Use the NAT screen to view the NAT status of the ZyXEL Device’s client(s)
(Section 18.4 on page 262).
• Use the 3G Backup screen to view the 3G connection traffic statistics (Section
18.5 on page 262).
• Use the VoIP Status screen to view the VoIP traffic statistics (Section 18.6 on
page 263).
P-2612HNU(L)-FxF User’s Guide
259
Chapter 18 System Monitor
18.2 The WAN Status Screen
Click System Monitor > Traffic Status to open the WAN screen. You can view
the WAN traffic statistics in this screen.
Figure 110 System Monitor > Traffic Status > WAN
The following table describes the fields in this screen.
Table 69 System Monitor > Traffic Status > WAN
LABEL
DESCRIPTION
Status
This shows the number of bytes received and sent through the WAN
interface of the ZyXEL Device.
Refresh
Interval
Select how often you want the ZyXEL Device to update this screen from
the drop-down list box.
Connected
Interface
This shows the name of the WAN interface that is currently connected.
Packets Sent
Data
This indicates the number of transmitted packets on this interface.
Error
This indicates the number of frames with errors transmitted on this
interface.
Drop
This indicates the number of outgoing packets dropped on this interface.
Packets Received
260
Data
This indicates the number of received packets on this interface.
Error
This indicates the number of frames with errors received on this
interface.
Drop
This indicates the number of received packets dropped on this interface.
P-2612HNU(L)-FxF User’s Guide
Chapter 18 System Monitor
18.3 The LAN Status Screen
Click System Monitor > Traffic Status > LAN to open the following screen. You
can view the LAN traffic statistics in this screen.
Figure 111 System Monitor > Traffic Status > LAN
The following table describes the fields in this screen.
Table 70 System Monitor > Traffic Status > LAN
LABEL
DESCRIPTION
Refresh
Interval
Select how often you want the ZyXEL Device to update this screen from
the drop-down list box.
Interface
This shows the LAN or WLAN interface.
Bytes Sent
This indicates the number of bytes transmitted on this interface.
Bytes
Received
This indicates the number of bytes received on this interface.
Interface
This shows the LAN or WLAN interface.
Sent (Packet)
Data
This indicates the number of transmitted packets on this interface.
Error
This indicates the number of frames with errors transmitted on this
interface.
Drop
This indicates the number of outgoing packets dropped on this interface.
Received (Packet)
Data
This indicates the number of received packets on this interface.
Error
This indicates the number of frames with errors received on this
interface.
Drop
This indicates the number of received packets dropped on this interface.
P-2612HNU(L)-FxF User’s Guide
261
Chapter 18 System Monitor
18.4 The NAT Status Screen
Click System Monitor > Traffic Status > NAT to open the following screen. You
can view the NAT status of the ZyXEL Device’s client(s) in this screen.
Figure 112 System Monitor > Traffic Status > NAT
The following table describes the fields in this screen.
Table 71 System Monitor > Traffic Status > NAT
LABEL
DESCRIPTION
Refresh
Interval
Select how often you want the ZyXEL Device to update this screen from
the drop-down list box.
Device Name
This shows the name of the client.
IP Address
This shows the IP address of the client.
MAC Address
This shows the MAC address of the client.
No. of Open
Session
This shows the number of NAT sessions used by the client.
18.5 The 3G Backup Status Screen
Click System Monitor > Traffic Status > 3G Backup to open the following
screen. You can view the 3G connection traffic statistics in this screen.
Figure 113 System Monitor > Traffic Status > 3G Backup
262
P-2612HNU(L)-FxF User’s Guide
Chapter 18 System Monitor
The following table describes the fields in this screen.
Table 72 System Monitor > Traffic Status > 3G backup
LABEL
DESCRIPTION
Status
This shows the number of bytes received and sent through the 3G
interface of the ZyXEL Device.
Refresh
Interval
Select how often you want the ZyXEL Device to update this screen from
the drop-down list box.
Connected
Interface
This shows the name of the 3G connection interface that is currently
connected.
Packets Sent
Data
This indicates the number of transmitted packets on this interface.
Error
This indicates the number of frames with errors transmitted on this
interface.
Drop
This indicates the number of outgoing packets dropped on this interface.
Packets Received
Data
This indicates the number of received packets on this interface.
Error
This indicates the number of frames with errors received on this
interface.
Drop
This indicates the number of received packets dropped on this interface.
18.6 The VoIP Status Screen
Click System Monitor > VoIP Status to open the following screen. You can view
the VoIP traffic statistics in this screen.
Figure 114 System Monitor > VoIP Status
P-2612HNU(L)-FxF User’s Guide
263
Chapter 18 System Monitor
The following table describes the fields in this screen.
Table 73 System Monitor > VoIP Status
LABEL
DESCRIPTION
Refresh
Interval
Select how often you want the ZyXEL Device to update this screen from
the drop-down list box.
SIP Status
Account
This column displays each SIP account in the ZyXEL Device.
Registration
This field displays the current registration status of the SIP account. You
can change this in the Status screen.
Registered - The SIP account is registered with a SIP server.
Not Registered - The last time the ZyXEL Device tried to register the
SIP account with the SIP server, the attempt failed. The ZyXEL Device
automatically tries to register the SIP account when you turn on the
ZyXEL Device or when you activate it.
Inactive - The SIP account is not active. You can activate it in VoIP >
SIP > SIP Account.
Last
Registration
This field displays the last time you successfully registered the SIP
account. The field is blank if you never successfully registered this
account.
URI
This field displays the account number and service domain of the SIP
account. You can change these in the VoIP > SIP screens.
Message
Waiting
This field indicates whether or not there are any messages waiting for the
SIP account.
Last Incoming
Number
This field displays the last number that called the SIP account. The field
is blank if no number has ever dialed the SIP account.
Last Outgoing
Number
This field displays the last number the SIP account called. The field is
blank if the SIP account has never dialed a number.
Call Status
Account
This column displays each SIP account in the ZyXEL Device.
Duration
This field displays how long the current call has lasted.
Status
This field displays the current state of the phone call.
Idle - There are no current VoIP calls, incoming calls or outgoing calls
being made.
Dial - The callee’s phone is ringing.
Ring - The phone is ringing for an incoming VoIP call.
Process - There is a VoIP call in progress.
DISC - The callee’s line is busy, the callee hung up or your phone was
left off the hook.
Codec
This field displays what voice codec is being used for a current VoIP call
through a phone port.
Peer Number
This field displays the SIP number of the party that is currently engaged
in a VoIP call through a phone port.
Phone Status
264
P-2612HNU(L)-FxF User’s Guide
Chapter 18 System Monitor
Table 73 System Monitor > VoIP Status (continued)
LABEL
DESCRIPTION
Account
This field displays the phone accounts of the ZyXEL Device.
Outgoing
Number
This field displays the SIP number that you use to make calls on this
phone port.
Incoming
Number
This field displays the SIP number that you use to receive calls on this
phone port.
P-2612HNU(L)-FxF User’s Guide
265
Chapter 18 System Monitor
266
P-2612HNU(L)-FxF User’s Guide
CHAPTER
19
User Account
19.1 Overview
You can configure system password for different user accounts in the User
Account screen.
19.2 The User Account Screen
Use the User Account screen to configure system password.
Click Maintenance > User Account to open the following screen.
Figure 115 Maintenance > User Account
The following table describes the labels in this screen.
Table 74 Maintenance > User Account
LABEL
DESCRIPTION
User Name
You can configure the password for the admin or user account . Select
admin or user from the drop-down list box.
Old Password
Type the default password or the existing password you use to access the
system in this field.
New Password
Type your new system password (up to 30 characters). Note that as you
type a password, the screen displays a (*) for each character you type.
After you change the password, use the new password to access the
ZyXEL Device.
Retype to
Confirm
Type the new password again for confirmation.
P-2612HNU(L)-FxF User’s Guide
267
Chapter 19 User Account
Table 74 Maintenance > User Account (continued)
268
LABEL
DESCRIPTION
Apply
Click Apply to save your changes.
Cancel
Click Cancel to restore your previously saved settings.
P-2612HNU(L)-FxF User’s Guide
CHAPTER
20
Remote MGMT
20.1 Overview
Remote MGMT allows you to manage your ZyXEL Device from a remote location
through the following interfaces:
• LAN and WLAN
• WAN only
Note: The ZyXEL Device is managed using the web configurator.
20.1.1 What You Need to Know
The following terms and concepts may help as you read this chapter
TR-064
TR-064 is a LAN-Side DSL CPE Configuration protocol defined by the DSL Forum.
TR-064 is built on top of UPnP. It allows the users to use a TR-064 compliant CPE
management application on their computers from the LAN to discover the CPE and
configure user-specific parameters, such as the username and password.
SSH/SCP/SFTP
Secure Shell (SSH) is a secure communication protocol that combines
authentication and data encryption to provide secure encrypted communication
between two hosts over an unsecured network. The following file transfer methods
use SSH:
• Secure Copy (SC) is a secure way of transferring files between computers. It
uses port 22.
• SSH File Transfer Protocol or Secure File Transfer Protocol (SFTP) is an
old way of transferring files between computers. It uses port 22.
P-2612HNU(L)-FxF User’s Guide
269
Chapter 20 Remote MGMT
20.2 The Remote MGMT Screen
Use this screen to decide what services you may use to access which ZyXEL
Device interface. Click Maintenance > Remote MGMT to open the following
screen.
Figure 116 Maintenance > Remote MGMT
The following table describes the fields in this screen.
Table 75 Maintenance > Remote MGMT
270
LABEL
DESCRIPTION
Services
This is the service you may use to access the ZyXEL Device.
LAN/WLAN
Select the Enable check box for the corresponding services that you
want to allow access to the ZyXEL Device from the LAN and WLAN.
WAN
Select the Enable check box for the corresponding services that you
want to allow access to the ZyXEL Device from the WAN.
Port
You may change the server port number for a service if needed,
however you must use the same port number in order to use that
service for remote management.
Apply
Click Apply to save your changes.
Cancel
Click Cancel to restore your previously saved settings.
P-2612HNU(L)-FxF User’s Guide
CHAPTER
21
System
21.1 Overview
You can configure system settings, including the host name, domain name and the
inactivity time-out interval in the System screen.
21.1.1 What You Need to Know
The following terms and concepts may help as you read this chapter.
Domain Name
This is a network address that identifies the owner of a network connection. For
example, in the network address “www.zyxel.com/support/files”, the domain
name is “www.zyxel.com”.
21.2 The System Screen
Use the System screen to configure the system’s host name, domain name, and
inactivity time-out interval.
The Host Name is for identification purposes. However, because some ISPs check
this name you should enter your computer's "Computer Name". Find the system
name of your Windows computer.
In Windows XP, click start, My Computer, View system information and then
click the Computer Name tab. Note the entry in the Full computer name field
and enter it as the ZyXEL Device System Name.
P-2612HNU(L)-FxF User’s Guide
271
Chapter 21 System
Click Maintenance > System to open the following screen.
Figure 117 Maintenance > System
The following table describes the labels in this screen.
Table 76 Maintenance > System
LABEL
DESCRIPTION
Host Name
Choose a descriptive name for identification purposes. It is
recommended you enter your computer’s “Computer name” in this field.
This name can be up to 30 alphanumeric characters long. Spaces are not
allowed, but dashes “-” and underscores "_" are accepted.
Domain Name
Enter the domain name (if you know it) here. If you leave this field blank,
the ISP may assign a domain name via DHCP.
The domain name entered by you is given priority over the ISP assigned
domain name.
272
Administrator
Inactivity
Timer
Type how many minutes a management session (either via the web
configurator) can be left idle before the session times out. The default is
5 minutes. After it times out you have to log in with your password again.
Very long idle timeouts may have security risks. A value of "0" means a
management session never times out, no matter how long it has been
left idle (not recommended).
Apply
Click this to save your changes back to the ZyXEL Device.
Cancel
Click this to begin configuring this screen afresh.
P-2612HNU(L)-FxF User’s Guide
CHAPTER
22
Time Setting
22.1 Overview
You can configure the system’s time and date in the Time Setting screen.
22.2 The Time Setting Screen
To change your ZyXEL Device’s time and date, click Maintenance > Time
Setting. The screen appears as shown. Use this screen to configure the ZyXEL
Device’s time based on your local time zone.
Figure 118 Maintenance > Time Setting
The following table describes the fields in this screen.
Table 77 Maintenance > System > Time Setting
LABEL
DESCRIPTION
Current Date/Time
Current Time
This field displays the time of your ZyXEL Device.
Current Date
This field displays the date of your ZyXEL Device.
Time and Date Setup
P-2612HNU(L)-FxF User’s Guide
273
Chapter 22 Time Setting
Table 77 Maintenance > System > Time Setting (continued)
LABEL
DESCRIPTION
Time Protocol
This shows the time service protocol that your time server sends when
you turn on the ZyXEL Device.
Time Server
Address
Enter the IP address or URL (up to 20 extended ASCII characters in
length) of your time server. Check with your ISP/network administrator
if you are unsure of this information.
Time Zone
Time Zone
Choose the time zone of your location. This will set the time difference
between your time zone and Greenwich Mean Time (GMT).
Daylight
Savings
Daylight saving is a period from late spring to early fall when many
countries set their clocks ahead of normal local time by one hour to
give more daytime light in the evening.Select this option if you use
Daylight Saving Time.
Start Date
Configure the day and time when Daylight Saving Time starts if you
selected Daylight Savings. The o'clock field uses the 24 hour format.
Here are a couple of examples:
Daylight Saving Time starts in most parts of the United States on the
second Sunday of March. Each time zone in the United States starts
using Daylight Saving Time at 2 A.M. local time. So in the United States
you would select Second, Sunday, March and type 2 in the o'clock
field.
Daylight Saving Time starts in the European Union on the last Sunday
of March. All of the time zones in the European Union start using
Daylight Saving Time at the same moment (1 A.M. GMT or UTC). So in
the European Union you would select Last, Sunday, March. The time
you type in the o'clock field depends on your time zone. In Germany
for instance, you would type 2 because Germany's time zone is one
hour ahead of GMT or UTC (GMT+1).
End Date
Configure the day and time when Daylight Saving Time ends if you
selected Daylight Savings. The o'clock field uses the 24 hour format.
Here are a couple of examples:
Daylight Saving Time ends in the United States on the first Sunday of
November. Each time zone in the United States stops using Daylight
Saving Time at 2 A.M. local time. So in the United States you would
select First, Sunday, November and type 2 in the o'clock field.
Daylight Saving Time ends in the European Union on the last Sunday of
October. All of the time zones in the European Union stop using
Daylight Saving Time at the same moment (1 A.M. GMT or UTC). So in
the European Union you would select Last, Sunday, October. The
time you type in the o'clock field depends on your time zone. In
Germany for instance, you would type 2 because Germany's time zone
is one hour ahead of GMT or UTC (GMT+1).
274
Apply
Click Apply to save your changes.
Reset
Click Reset to begin configuring this screen afresh.
P-2612HNU(L)-FxF User’s Guide
CHAPTER
23
Log Setting
23.1 Overview
You can configure where the ZyXEL Device sends logs and which logs and/or
immediate alerts the ZyXEL Device records in the Log Setting screen.
23.2 The Log Setting Screen
To change your ZyXEL Device’s log settings, click Maintenance > Log Setting.
The screen appears as shown.
Figure 119 Maintenance > Log Setting
P-2612HNU(L)-FxF User’s Guide
275
Chapter 23 Log Setting
The following table describes the fields in this screen.
Table 78 Maintenance > Log Setting
LABEL
DESCRIPTION
Syslog
Logging
The ZyXEL Device sends a log to an external syslog server. Select the
Enable check box to enable syslog logging.
Syslog Server
Enter the server name or IP address of the syslog server that will log the
selected categories of logs.
UDP Port
Enter the port number used by the syslog server.
Active Log and Select Level
276
Log Category
Select the categories of logs that you want to record.
Log Level
Select the severity level of logs that you want to record. If you want to
record all logs, select ALL.
Apply
Click Apply to save your changes.
Cancel
Click Cancel to restore your previously saved settings.
P-2612HNU(L)-FxF User’s Guide
CHAPTER
24
Firmware Upgrade
24.1 Overview
This chapter explains how to upload new firmware to your ZyXEL Device. You can
download new firmware releases from your nearest ZyXEL FTP site (or
www.zyxel.com) to use to upgrade your device’s performance.
Only use firmware for your device’s specific model. Refer to the
label on the bottom of your ZyXEL Device.
24.2 The Firmware Upgrade Screen
Click Maintenance > Firmware Upgrade to open the following screen. The
upload process uses HTTP (Hypertext Transfer Protocol) and may take up to two
minutes. After a successful upload, the system will reboot.
Do NOT turn off the ZyXEL Device while firmware upload is in
progress!
Figure 120 Maintenance > Firmware Upgrade
The following table describes the labels in this screen.
Table 79 Maintenance > Firmware Upgrade
LABEL
DESCRIPTION
Current
Firmware
Version
This is the present Firmware version.
File Path
Type in the location of the file you want to upload in this field or click
Browse ... to find it.
P-2612HNU(L)-FxF User’s Guide
277
Chapter 24 Firmware Upgrade
Table 79 Maintenance > Firmware Upgrade (continued)
LABEL
DESCRIPTION
Browse...
Click this to find the .bin file you want to upload. Remember that you
must decompress compressed (.zip) files before you can upload them.
Upload
Click this to begin the upload process. This process may take up to two
minutes.
After you see the firmware updating screen, wait two minutes before logging into
the ZyXEL Device again.
Figure 121 Firmware Uploading
The ZyXEL Device automatically restarts in this time causing a temporary network
disconnect. In some operating systems, you may see the following icon on your
desktop.
Figure 122 Network Temporarily Disconnected
After two minutes, log in again and check your new firmware version in the
Status screen.
If the upload was not successful, an error screen will appear. Click OK to go back
to the Firmware Upgrade screen.
Figure 123 Error Message
278
P-2612HNU(L)-FxF User’s Guide
CHAPTER
25
Backup/Restore
25.1 Overview
The Backup/Restore screen allows you to backup and restore device
configurations. You can also reset your device settings back to the factory default.
25.2 The Backup/Restore Screen
Click Maintenance > Backup/Restore. Information related to factory defaults,
backup configuration, and restoring configuration appears in this screen, as shown
next.
Figure 124 Maintenance > Backup/Restore
Backup Configuration
Backup Configuration allows you to back up (save) the ZyXEL Device’s current
configuration to a file on your computer. Once your ZyXEL Device is configured
and functioning properly, it is highly recommended that you back up your
configuration file before making configuration changes. The backup configuration
file will be useful in case you need to return to your previous settings.
Click Backup to save the ZyXEL Device’s current configuration to your computer.
P-2612HNU(L)-FxF User’s Guide
279
Chapter 25 Backup/Restore
Restore Configuration
Restore Configuration allows you to upload a new or previously saved
configuration file from your computer to your ZyXEL Device.
Table 80 Restore Configuration
LABEL
DESCRIPTION
File Path
Type in the location of the file you want to upload in this field or click
Browse ... to find it.
Browse...
Click this to find the file you want to upload. Remember that you must
decompress compressed (.ZIP) files before you can upload them.
Upload
Click this to begin the upload process.
Reset
Click this to reset your device settings back to the factory default.
Do not turn off the ZyXEL Device while configuration file upload is
in progress.
After the ZyXEL Device configuration has been restored successfully, the login
screen appears. Login again to restart the ZyXEL Device.
The ZyXEL Device automatically restarts in this time causing a temporary network
disconnect. In some operating systems, you may see the following icon on your
desktop.
Figure 125 Network Temporarily Disconnected
If you restore the default configuration, you may need to change the IP address of
your computer to be in the same subnet as that of the default device IP address
(192.168.1.1). See Appendix B on page 317 for details on how to set up your
computer’s IP address.
If the upload was not successful, an error screen will appear. Click OK to go back
to the Configuration screen.
280
P-2612HNU(L)-FxF User’s Guide
Chapter 25 Backup/Restore
Reset to Factory Defaults
Click the Reset button to clear all user-entered configuration information and
return the ZyXEL Device to its factory defaults. The following warning screen
appears.
Figure 126 Reset Warning Message
Figure 127 Reset In Process Message
You can also press the RESET button on the rear panel to reset the factory
defaults of your ZyXEL Device. Refer to Section 1.7 on page 28 for more
information on the RESET button.
25.3 The Reboot Screen
System restart allows you to reboot the ZyXEL Device remotely without turning
the power off. You may need to do this if the ZyXEL Device hangs, for example.
Click Maintenance > Reboot. Click the Reboot button to have the ZyXEL Device
reboot. This does not affect the ZyXEL Device's configuration.
P-2612HNU(L)-FxF User’s Guide
281
Chapter 25 Backup/Restore
282
P-2612HNU(L)-FxF User’s Guide
CHAPTER
26
Diagnostic
26.1 Overview
You can use different diagnostic methods to test a connection and see the detailed
information. These read-only screens display information to help you identify
problems with the ZyXEL Device.
26.1.1 What You Can Do in this Chapter
• Use the Ping screen to ping an IP address and see the ping statistics (Section
26.2 on page 283).
• Use the DSL Line screen to check or reset your DSL connection (Section 26.3
on page 284).
26.2 The Ping Screen
Use this screen to ping an IP address. Click Maintenance > Diagnostic to open
the Ping screen shown next.
Figure 128 Maintenance > Diagnostic > Ping
P-2612HNU(L)-FxF User’s Guide
283
Chapter 26 Diagnostic
The following table describes the fields in this screen.
Table 81 Maintenance > Diagnostic > Ping
LABEL
DESCRIPTION
Ping
Type the IP address of a computer that you want to ping in order to test a
connection. Click Ping and the ping statistics will show in the diagnostic .
26.3 The DSL Line Screen
Click Maintenance > Diagnostic > DSL Line to open the screen shown next.
Figure 129 Maintenance > Diagnostic > DSL Line
284
P-2612HNU(L)-FxF User’s Guide
Chapter 26 Diagnostic
The following table describes the fields in this screen.
Table 82 Maintenance > Diagnostic > DSL Line
ITEM
DESCRIPTION
ATM
Status
Click this button to view your DSL connection’s Asynchronous Transfer Mode
(ATM) statistics. ATM is a networking technology that provides high-speed
data transfer. ATM uses fixed-size packets of information called cells. With
ATM, a high QoS (Quality of Service) can be guaranteed.
The (Segmentation and Reassembly) SAR driver translates packets into ATM
cells. It also receives ATM cells and reassembles them into packets.
These counters are set back to zero whenever the device starts up.
inPkts is the number of good ATM cells that have been received.
inDiscards is the number of received ATM cells that were rejected.
outPkts is the number of ATM cells that have been sent.
outDiscards is the number of ATM cells sent that were rejected.
ATM
Loopback
Test
Click this button to start the ATM loopback test. Make sure you have
configured at least one PVC with proper VPIs/VCIs before you begin this test.
The ZyXEL Device sends an OAM F5 packet to the DSLAM/ATM switch and
then returns it (loops it back) to the ZyXEL Device. The ATM loopback test is
useful for troubleshooting problems with the DSLAM and ATM network.
P-2612HNU(L)-FxF User’s Guide
285
Chapter 26 Diagnostic
Table 82 Maintenance > Diagnostic > DSL Line (continued)
ITEM
DESCRIPTION
DSL Line
Status
Click this button to view statistics about the DSL connections.
1. noise margin downstream is the signal to noise ratio for the
downstream part of the connection (coming into the ZyXEL Device from
the ISP). It is measured in decibels. The higher the number the more
signal and less noise there is.
2. output power upstream is the amount of power (in decibels) that the
ZyXEL Device is using to transmit to the ISP.
3. attenuation downstream is the reduction in amplitude (in decibels) of
the DSL signal coming into the ZyXEL Device from the ISP.
Discrete Multi-Tone (DMT) modulation divides up a line’s bandwidth into subcarriers (sub-channels) of 4.3125 KHz each called tones. The rest of the
display is the line’s bit allocation. This is displayed as the number (in
hexadecimal format) of bits transmitted for each tone. This can be used to
determine the quality of the connection, whether a given sub-carrier loop has
sufficient margins to support certain ADSL transmission rates, and possibly
to determine whether particular specific types of interference or line
attenuation exist. Refer to the ITU-T G.992.1 recommendation for more
information on DMT.
The better (or shorter) the line, the higher the number of bits transmitted for
a DMT tone. The maximum number of bits that can be transmitted per DMT
tone is 15. There will be some tones without any bits as there has to be
space between the upstream and downstream channels.
Reset
ADSL Line
Click this button to reinitialize the ADSL line. The large text box above then
displays the progress and results of this operation, for example:
"Start to reset ADSL
Loading ADSL modem F/W...
Reset ADSL Line Successfully!"
286
P-2612HNU(L)-FxF User’s Guide
CHAPTER
27
Troubleshooting
27.1 Overview
This chapter offers some suggestions to solve problems you might encounter. The
potential problems are divided into the following categories.
• Power, Hardware Connections, and LEDs
• ZyXEL Device Access and Login
• Internet Access
• Wireless Internet Access
• Phone Calls and VoIP
• USB Device Connection
• UPnP
27.2 Power, Hardware Connections, and LEDs
The ZyXEL Device does not turn on. None of the LEDs turn on.
Make sure the ZyXEL Device is turned on.
Make sure you are using the power adaptor or cord included with the ZyXEL
Device.
Make sure the power adaptor or cord is connected to the ZyXEL Device and
plugged in to an appropriate power source. Make sure the power source is turned
on.
Turn the ZyXEL Device off and on.
If the problem continues, contact the vendor.
P-2612HNU(L)-FxF User’s Guide
287
Chapter 27 Troubleshooting
One of the LEDs does not behave as expected.
Make sure you understand the normal behavior of the LED. See Section 1.6 on
page 26.
Check the hardware connections. See the Quick Start Guide.
Inspect your cables for damage. Contact the vendor to replace any damaged
cables.
Turn the ZyXEL Device off and on.
If the problem continues, contact the vendor.
27.3 ZyXEL Device Access and Login
I forgot the IP address for the ZyXEL Device.
The default IP address is 192.168.1.1.
If you changed the IP address and have forgotten it, you might get the IP address
of the ZyXEL Device by looking up the IP address of the default gateway for your
computer. To do this in most Windows computers, click Start > Run, enter cmd,
and then enter ipconfig. The IP address of the Default Gateway might be the IP
address of the ZyXEL Device (it depends on the network), so enter this IP address
in your Internet browser.
If this does not work, you have to reset the device to its factory defaults. See
Section 1.7 on page 28.
I forgot the password.
288
The default admin password is 1234 and the default user password is user.
If this does not work, you have to reset the device to its factory defaults. See
Section 1.7 on page 28.
P-2612HNU(L)-FxF User’s Guide
Chapter 27 Troubleshooting
I cannot see or access the Login screen in the web configurator.
Make sure you are using the correct IP address.
• The default IP address is 192.168.1.1.
• If you changed the IP address (Section on page 162), use the new IP
address.
• If you changed the IP address and have forgotten it, see the troubleshooting
suggestions for I forgot the IP address for the ZyXEL Device.
Check the hardware connections, and make sure the LEDs are behaving as
expected. See the Quick Start Guide.
Make sure your Internet browser does not block pop-up windows and has
JavaScript and Java enabled. See Appendix C on page 347.
Reset the device to its factory defaults, and try to access the ZyXEL Device with
the default IP address. See Section 1.7 on page 28.
If the problem continues, contact the network administrator or vendor, or try one
of the advanced suggestions.
Advanced Suggestions
• Try to access the ZyXEL Device using another service, such as Telnet. If you can
access the ZyXEL Device, check the remote management settings and firewall
rules to find out why the ZyXEL Device does not respond to HTTP.
• If your computer is connected to the WAN port or is connected wirelessly, use a
computer that is connected to a ETHERNET port.
I can see the Login screen, but I cannot log in to the ZyXEL Device.
Make sure you have entered the user name and password correctly. The default
user name is admin. These fields are case-sensitive, so make sure [Caps Lock] is
not on.
You cannot log in to the web configurator while someone is using Telnet to access
the ZyXEL Device. Log out of the ZyXEL Device in the other session, or ask the
person who is logged in to log out.
Turn the ZyXEL Device off and on.
P-2612HNU(L)-FxF User’s Guide
289
Chapter 27 Troubleshooting
If this does not work, you have to reset the device to its factory defaults. See
Section 27.2 on page 287.
I cannot Telnet to the ZyXEL Device.
See the troubleshooting suggestions for I cannot see or access the Login screen in
the web configurator. Ignore the suggestions about your browser.
I cannot use FTP to upload / download the configuration file. / I cannot use FTP to
upload new firmware.
See the troubleshooting suggestions for I cannot see or access the Login screen in
the web configurator. Ignore the suggestions about your browser.
27.4 Internet Access
I cannot access the Internet.
290
Check the hardware connections, and make sure the LEDs are behaving as
expected. See the Quick Start Guide and Section 1.6 on page 26.
Make sure you entered your ISP account information correctly. These fields are
case-sensitive, so make sure [Caps Lock] is not on.
If you are trying to access the Internet wirelessly, make sure the wireless settings
in the wireless client are the same as the settings in the AP.
If you are trying to access the Internet wirelessly, make sure you have enabled
the wireless LAN by the WPS/WLAN button or the Network Setting > Wireless
> General screen.
Disconnect all the cables from your device, and follow the directions in the Quick
Start Guide again.
If the problem continues, contact your ISP.
P-2612HNU(L)-FxF User’s Guide
Chapter 27 Troubleshooting
I cannot access the Internet through a DSL connection.
Check if you set the DSL/WAN switch (on the back of the ZyXEL Device) to the
DSL side to have the ZyXEL Device use the DSL port for Internet access.
Make sure you configured a proper DSL WAN connection with the Internet account
information provided by your ISP.
If you set up a WAN connection using bridging service (all LAN ports and WLAN
BSSs are bridged to one WAN connection), make sure you turn off the DHCP
feature in the Home Networking screen to have the clients get WAN IP
addresses directly from your ISP’s DHCP server.
I cannot access the Internet through an Ethernet WAN connection.
Check if you set the DSL/WAN switch (on the back of the ZyXEL Device) to the
WAN side to have the ZyXEL Device use the Ethernet WAN port for Internet
access.
Make sure you connect the Ethernet WAN port to a DSL modem or router in your
network.
Make sure you configured a proper Ethernet WAN connection with the Internet
account information provided by your ISP.
If you set up a WAN connection using bridging service (all LAN ports and WLAN
BSSs are bridged to one WAN connection), make sure you turn off the DHCP
feature in the Home Networking screen to have the clients get WAN IP
addresses directly from your ISP’s DHCP server.
I cannot connect to the Internet using a second DSL connection.
ADSL and VDSL connections cannot work at the same time. You can only use one
type of DSL connection, either ADSL or VDSL connection at one time.
I cannot create multiple connections of the same type.
P-2612HNU(L)-FxF User’s Guide
291
Chapter 27 Troubleshooting
Your WAN interface must enable VLAN and fill each WAN connection with different
VLAN IDs.
I cannot access the Internet anymore. I had access to the Internet (with the ZyXEL
Device), but my Internet connection is not available anymore.
Check the hardware connections, and make sure the LEDs are behaving as
expected. See the Quick Start Guide and Section 1.6 on page 26.
Turn the ZyXEL Device off and on.
If the problem continues, contact your ISP.
The Internet connection is slow or intermittent.
There might be a lot of traffic on the network. Look at the LEDs, and check Section
1.6 on page 26. If the ZyXEL Device is sending or receiving a lot of information,
try closing some programs that use the Internet, especially peer-to-peer
applications.
Turn the ZyXEL Device off and on.
If the problem continues, contact the network administrator or vendor, or try one
of the advanced suggestions.
Advanced Suggestions
• Check the settings for QoS. If it is disabled, you might consider activating it. If it
is enabled, you might consider raising or lowering the priority for some
applications.
27.5 Wireless Internet Access
What factors may cause intermittent or unstabled wireless connection? How can I
solve this problem?
The following factors may cause interference:
292
P-2612HNU(L)-FxF User’s Guide
Chapter 27 Troubleshooting
• Obstacles: walls, ceilings, furniture, and so on.
• Building Materials: metal doors, aluminum studs.
• Electrical devices: microwaves, monitors, electric motors, cordless phones, and
other wireless devices.
To optimize the speed and quality of your wireless connection, you can:
• Move your wireless device closer to the AP if the signal strength is low.
• Reduce wireless interference that may be caused by other wireless networks or
surrounding wireless electronics such as cordless phones.
• Place the AP where there are minimum obstacles (such as walls and ceilings)
between the AP and the wireless client.
• Reduce the number of wireless clients connecting to the same AP
simultaneously, or add additional APs if necessary.
• Try closing some programs that use the Internet, especially peer-to-peer
applications. If the wireless client is sending or receiving a lot of information, it
may have too many programs open that use the Internet.
• Position the antennas for best reception. If the AP is placed on a table or floor,
point the antennas upwards. If the AP is placed at a high position, point the
antennas downwards. Try pointing the antennas in different directions and
check which provides the strongest signal to the wireless clients.
27.6 Phone Calls and VoIP
The telephone port won’t work or the telephone lacks a dial tone.
Check the telephone connections and telephone wire.
I can access the Internet, but cannot make VoIP calls.
The PHONE light should come on. Make sure that your telephone is connected to
the PHONE port.
You can also check the VoIP status in the System Info screen.
If the VoIP settings are correct, use speed dial to make peer-to-peer calls. If you
can make a call using speed dial, there may be something wrong with the SIP
server, contact your VoIP service provider.
P-2612HNU(L)-FxF User’s Guide
293
Chapter 27 Troubleshooting
27.7 USB Device Connection
The ZyXEL Device fails to detect my USB device.
Disconnect the USB device.
Reboot the ZyXEL Device.
If you are connecting a USB hard drive that comes with an external power supply,
make sure it is connected to an appropriate power source that is on.
Re-connect your USB device to the ZyXEL Device.
27.8 UPnP
When using UPnP and the ZyXEL Device reboots, my computer cannot detect
UPnP and refresh My Network Places > Local Network.
Disconnect the Ethernet cable from the ZyXEL Device’s LAN port or from your
computer.
Re-connect the Ethernet cable.
The Local Area Connection icon for UPnP disappears in the screen.
Restart your computer.
I cannot open special applications such as white board, file transfer and video
when I use the MSN messenger.
294
Wait more than three minutes.
Restart the applications.
P-2612HNU(L)-FxF User’s Guide
CHAPTER
28
Product Specifications
The following tables summarize the ZyXEL Device’s hardware and firmware
features.
Hardware Specifications
Table 83 Hardware Specifications
Dimensions
256 (W) x 145 (D) x 40 (H) mm
Weight
457 g
Power Specification
12V 1.5A DC
Built-in Switch
Four auto-negotiating, auto MDI/MDI-X 10/100 Mbps RJ-45
Ethernet ports
DSL Port
P-2612HNU(L)-F1F: One RJ-11 DSL port
P-2612HNU(L)-F3F: One RJ-45 DSL port
WAN Port
One RJ-45 WAN port
PHONE Ports
2 RJ-11 FXS POTS ports
Line Port (“L” models
only)
One FXO (Foreign Exchange Office) lifeline port
RESET Button
Restores factory defaults
WLAN/WPS Button
1 second: Turn on or off WLAN
5 seconds: Start WPS
USB Port
Two USB v2.0 ports for file sharing or print server setup
Antenna
Two 2 dBi external fixed antennas, 2 x 2
Operation
Temperature
0º C ~ 40º C
Storage Temperature
-30º ~ 60º C
Operation Humidity
20% ~ 95% RH
Storage Humidity
20% ~ 95% RH
P-2612HNU(L)-FxF User’s Guide
295
Chapter 28 Product Specifications
Table 83 Hardware Specifications (continued)
Distance between the
centers of the holes
(for wall-mounting)
on the device’s back
137.20mm
Screw size for wallmounting
M4 tap
Firmware Specifications
Table 84 Firmware Specifications
Default IP Address
192.168.1.1
Default Subnet Mask
255.255.255.0 (24 bits)
Default User Name
admin
Default Password
1234
DHCP Server IP Pool
Starting Address: 192.168.1.33
Size: 32
Static DHCP
Addresses
10
Static Routes
16
Device Management
Use the web configurator to easily configure the rich range of
features on the ZyXEL Device.
Wireless
Functionality
Allow the IEEE 802.11n, IEEE 802.11b and/or IEEE 802.11g
wireless clients to connect to the ZyXEL Device wirelessly. Enable
wireless security (WEP, WPA(2), WPA(2)-PSK) and/or MAC filtering
to protect your wireless network.
(wireless devices
only)
Firmware Upgrade
Download new firmware (when available) from the ZyXEL web site
and use the web configurator, an HTTP/FTP/SCP/SFTP tool to put it
on the ZyXEL Device.
Note: Only upload firmware for your specific model!
296
Configuration Backup
& Restoration
Make a copy of the ZyXEL Device’s configuration. You can put it
back on the ZyXEL Device later if you decide to revert back to an
earlier configuration.
Network Address
Translation (NAT)
Each computer on your network must have its own unique IP
address. Use NAT to convert your public IP address(es) to multiple
private IP addresses for the computers on your network.
Port Forwarding
If you have a server (mail or web server for example) on your
network, you can use this feature to let people access it from the
Internet.
DHCP (Dynamic Host
Configuration
Protocol)
Use this feature to have the ZyXEL Device assign IP addresses, an
IP default gateway and DNS servers to computers on your
network.
P-2612HNU(L)-FxF User’s Guide
Chapter 28 Product Specifications
Table 84 Firmware Specifications (continued)
Dynamic DNS
Support
With Dynamic DNS (Domain Name System) support, you can use
a fixed URL, www.zyxel.com for example, with a dynamic IP
address. You must register for this service with a Dynamic DNS
service provider.
IP Multicast
IP multicast is used to send traffic to a specific group of
computers. The ZyXEL Device supports versions 1 and 2 of IGMP
(Internet Group Management Protocol) used to join multicast
groups (see RFC 2236).
Time and Date
Get the current time and date from an external server when you
turn on your ZyXEL Device. You can also set the time manually.
These dates and times are then used in logs.
Logs
Use logs for troubleshooting. You can send logs from the ZyXEL
Device to an external syslog server.
Universal Plug and
Play (UPnP)
A UPnP-enabled device can dynamically join a network, obtain an
IP address and convey its capabilities to other devices on the
network.
Firewall
Your device has a stateful inspection firewall with DoS (Denial of
Service) protection. By default, when the firewall is activated, all
incoming traffic from the WAN to the LAN is blocked unless it is
initiated from the LAN. The firewall supports TCP/UDP inspection,
DoS detection and prevention, real time alerts, reports and logs.
QoS (Quality of
Service)
You can efficiently manage traffic on your network by reserving
bandwidth and giving priority to certain types of traffic and/or to
particular computers.
Remote Management
This allows you to decide whether a service (HTTP or FTP traffic for
example) from a computer on a network (LAN or WAN for
example) can access the ZyXEL Device.
PPPoE Support
(RFC2516)
PPPoE (Point-to-Point Protocol over Ethernet) emulates a dial-up
connection. It allows your ISP to use their existing network
configuration with newer broadband technologies such as ADSL.
The PPPoE driver on your device is transparent to the computers
on the LAN, which see only Ethernet and are not aware of PPPoE
thus saving you from having to manage PPPoE clients on individual
computers.
Multiple PVC
(Permanent Virtual
Circuits) Support
Your device supports one Permanent Virtual Circuits (PVCs).
Packet Filters
Your device’s packet filtering function allows added network
security and management.
P-2612HNU(L)-FxF User’s Guide
297
Chapter 28 Product Specifications
Table 84 Firmware Specifications (continued)
ADSL Standards
Support ITU G.992.1 G.dmt
EOC specified in ITU-T G.992.1
ADSL2 G.dmt.bis (G.992.3)
ADSL 2/2+ AnnexM
ADSL2+ (G.992.5)
Reach-Extended ADSL (RE ADSL)
SRA (Seamless Rate Adaptation)
Auto-negotiating rate adaptation
ADSL physical connection AAL5 (ATM Adaptation Layer type 5)
Multi-protocol over AAL5 (RFC 2684)
PPP over Ethernet (RFC 2516)
Multiple PPPoE
LLC-based multiplexing
I.610 F4/F5 OAM
Other Protocol
Support
Transparent bridging for unsupported network layer protocols
ICMP
ATM QoS
IP Multicasting IGMP v1, v2
IGMP Proxy/Snooping
Management
Embedded Web Configurator
CLI (Command Line Interpreter)
Firmware upgrade and configuration file restore through Web/FTP/
SCP/SFTP
Telnet for remote management
Remote Management Control: Telnet, FTP, Web, SNMP, SSH/SCP/
SFTP, and ICMP.
Remote Firmware Upgrade
Syslog
TR-069
TR-064
298
P-2612HNU(L)-FxF User’s Guide
Chapter 28 Product Specifications
Voice Specifications
Note: To take full advantage of the supplementary phone services available through
the ZyXEL Device's phone port, you may need to subscribe to the services from
your VoIP service provider.
Note: Not all features are supported by all service providers. Consult your service
provider for more information.
Table 85 Voice Features
Call Return
With call return, you can place a call to the last number that called
you (either answered or missed). The last incoming call can be
through either SIP or PSTN.
Country Code
Phone standards and settings differ from one country to another, so
the settings on your ZyXEL Device must be configured to match those
of the country you are in. The country code feature allows you to do
this by selecting the country from a list rather than changing each
setting manually. Configure the country code feature when you move
the ZyXEL Device from one country to another.
Do not Disturb
(DnD)
This feature allows you to set your phone not to ring when someone
calls you. You can set each phone independently using its keypad, or
configure global settings for all phones using the command line
interpreter.
Phone config
The phone config table allows you to customize the phone keypad
combinations you use to access certain features on the ZyXEL Device,
such as call waiting, call return, and call forward. The phone config
table is configurable in command interpreter mode.
Call waiting
This feature allows you to hear an alert when you are already using
the phone and another person calls you. You can then either reject
the new incoming call, put your current call on hold and receive the
new incoming call, or end the current call and receive the new
incoming call.
Call forwarding
With this feature, you can set the ZyXEL Device to forward calls to a
specified number, either unconditionally (always), when your number
is busy, or when you do not answer. You can also forward incoming
calls from one specified number to another.
Caller ID
The ZyXEL Device supports caller ID, which allows you to see the
originating number of an incoming call (on a phone with a suitable
display).
Dynamic Jitter
Buffer
The built-in adaptive buffer helps to smooth out the variations in
delay (jitter) for voice traffic. This helps ensure good voice quality for
your conversations.
Multiple SIP
Accounts
You can simultaneously use multiple voice (SIP) accounts and assign
them to the telephone port.
Multiple Voice
Channels
Your device can simultaneously handle multiple voice channels
(telephone calls). Additionally you can answer an incoming phone call
on a VoIP account, even while someone else is using the account for a
phone call.
P-2612HNU(L)-FxF User’s Guide
299
Chapter 28 Product Specifications
Table 85 Voice Features (continued)
Voice Activity
Detection/Silence
Suppression
Voice Activity Detection (VAD) reduces the bandwidth that a call uses
by not transmitting when you are not speaking.
Comfort Noise
Generation
Your device generates background noise to fill moments of silence
when the other device in a call stops transmitting because the other
party is not speaking (as total silence could easily be mistaken for a
lost connection).
Echo Cancellation
You device supports G.168, an ITU-T standard for eliminating the
echo caused by the sound of your voice reverberating in the
telephone receiver while you talk.
QoS (Quality of
Service)
Quality of Service (QoS) mechanisms help to provide better service
on a per-flow basis. Your device supports Type of Service (ToS)
tagging and Differentiated Services (DiffServ) tagging. This allows
the device to tag voice frames so they can be prioritized over the
network.
Other Voice
Features
SIP version 2 (Session Initiation Protocol RFC 3261)
SDP (Session Description Protocol RFC 2327)
RTP/RTCP (RFC 3550)
RTP/AV Profile (RFC 3551)
Voice codecs (coder/decoders) G.711, G.729ab, G.726, G.722
Fax and data modem discrimination
DTMF Detection and Generation
DTMF: In-band and Out-band traffic (RFC 2833),(PCM), (SIP INFO)
Point-to-point call establishment between two IADs
Quick dialing through predefined phone book, which maps the phone
dialing number and destination URL.
Flexible Dial Plan (RFC3525 section 7.1.14)
Wireless Features
Table 86 Wireless Features
300
External Antenna
The ZyXEL Device is equipped with two fixed antennas to
provide a clear radio signal between the wireless stations and
the access points.
Multiple SSID
Multiple SSID allows the ZyXEL Device to operate up to 4
different wireless networks simultaneously, each with
independently configurable wireless and security settings.
MAC Address Filtering
Your device can check the MAC addresses of clients against a
list of allowed MAC addresses.
P-2612HNU(L)-FxF User’s Guide
Chapter 28 Product Specifications
Table 86 Wireless Features (continued)
WEP Encryption
WEP (Wired Equivalent Privacy) encrypts data frames before
transmitting over the wireless network to help keep network
communications private.
Wi-Fi Protected Access
Wi-Fi Protected Access (WPA) is a subset of the IEEE 802.11i
security standard. Key differences between WPA and WEP
are user authentication and improved data encryption.
WPA2
WPA 2 is a wireless security standard that defines stronger
encryption, authentication and key management than WPA.
WPS
Wi-Fi Protected Setup
Other Wireless Features
IEEE 802.11n Compliance
Frequency Range: 802.11b/g/n ISM Band: 2.4 GHz
Advanced Orthogonal Frequency Division Multiplexing
(OFDM)
Turn on-off WLAN by WLAN button (press the WLAN button
for one second to turn the WLAN on or turn off; five seconds
to turn on WPS)
IEEE 802.11i
IEEE 802.11e
Wired Equivalent Privacy (WEP) Data Encryption 64/128 bit
WLAN bridge to LAN
WLAN bridge to DSL/Ethernet WAN
IEEE 802.1x
External RADIUS server
WLAN Scheduling
The following list, which is not exhaustive, illustrates the standards supported in
the ZyXEL Device.
Table 87 Standards Supported
STANDARD
DESCRIPTION
RFC 867
Daytime Protocol
RFC 868
Time Protocol
RFC 1112
IGMP v1
RFC 1305
Network Time Protocol (NTP version 3)
RFC 1483
Multiprotocol Encapsulation over ATM Adaptation Layer 5
RFC 1631
IP Network Address Translator (NAT)
RFC 1661
The Point-to-Point Protocol (PPP)
RFC 2236
Internet Group Management Protocol, Version 2
RFC 2516
A Method for Transmitting PPP Over Ethernet (PPPoE)
RFC 2684
Multiprotocol Encapsulation over ATM Adaptation Layer 5
RFC 2766
Network Address Translation - Protocol
P-2612HNU(L)-FxF User’s Guide
301
Chapter 28 Product Specifications
Table 87 Standards Supported (continued)
STANDARD
DESCRIPTION
IEEE 802.11
Also known by the brand Wi-Fi, denotes a set of Wireless LAN/
WLAN standards developed by working group 11 of the IEEE
LAN/MAN Standards Committee (IEEE 802)
IEEE 802.11b
Uses the 2.4 gigahertz (GHz) band
IEEE 802.11g
Uses the 2.4 gigahertz (GHz) band
IEEE 802.11n
Uses the 2.4 gigahertz (GHz) band and 5 gigahertz (GHz) band
IEEE 802.11d
Standard for Local and Metropolitan Area Networks: Media
Access Control (MAC) Bridges
802.1x
Port Based Network Access Control
IEEE 802.11e QoS
IEEE 802.11 e Wireless LAN for Quality of Service
ANSI T1.413, Issue 2
Asymmetric Digital Subscriber Line (ADSL) standard
G dmt(G.992.1)
G.992.1 Asymmetrical Digital Subscriber Line (ADSL)
Transceivers
ITU G.992.1 (G.DMT)
ITU standard for ADSL using discrete multitone modulation
ITU G.992.2 (G. Lite)
ITU standard for ADSL using discrete multitone modulation
ITU G.992.3
(G.dmt.bis)
ITU standard (also referred to as ADSL2) that extends the
capability of basic ADSL in data rates
ITU G.992.4
(G.lite.bis)
ITU standard (also referred to as ADSL2) that extends the
capability of basic ADSL in data rates
ITU G.992.5 (ADSL2+) ITU standard (also referred to as ADSL2+) that extends the
capability of basic ADSL by doubling the number of downstream
bits
RFC 2383
ST2+ over ATM Protocol Specification - UNI 3.1 Version
TR-069
TR-069 DSL Forum Standard for CPE Wan Management
TR-064
DSL Forum LAN-Side DSL CPE Configuration
1.363.5
Compliant AAL5 SAR (Segmentation And Re-assembly)
Wall-mounting Instructions
Do the following to hang your ZyXEL Device on a wall.
Note: See Table 83 on page 295 for the size of screws to use and how far apart to
place them.
Locate a high position on a wall that is free of obstructions. Use a sturdy wall.
Drill two holes for the screws. Make sure the distance between the centers of the
holes matches what is listed in the product specifications appendix.
Be careful to avoid damaging pipes or cables located inside the
wall when drilling holes for the screws.
302
P-2612HNU(L)-FxF User’s Guide
Chapter 28 Product Specifications
Do not screw the screws all the way into the wall. Leave a small gap of about 0.5
cm between the heads of the screws and the wall.
Make sure the screws are snugly fastened to the wall. They need to hold the
weight of the ZyXEL Device with the connection cables.
Align the holes on the back of the ZyXEL Device with the screws on the wall. Hang
the ZyXEL Device on the screws.
Figure 130 Wall-mounting Example
The following are dimensions of an M4 tap screw and masonry plug used for wall
mounting. All measurements are in millimeters (mm).
Figure 131 Masonry Plug and M4 Tap Screw
P-2612HNU(L)-FxF User’s Guide
303
Chapter 28 Product Specifications
304
P-2612HNU(L)-FxF User’s Guide
APPENDIX
IP Addresses and Subnetting
This appendix introduces IP addresses and subnet masks.
IP addresses identify individual devices on a network. Every networking device
(such as computers, servers, routers, and printers) needs an IP address to
communicate across the network. These networking devices are also known as
hosts.
Subnet masks determine the maximum number of possible hosts on a network.
You can also use subnet masks to divide one network into multiple sub-networks.
Introduction to IP Addresses
One part of the IP address is the network number, and the other part is the host
ID. In the same way that houses on a street share a common street name, the
hosts on a network share a common network number. Similarly, as each house
has its own house number, each host on the network has its own unique
identifying number - the host ID. Routers use the network number to send packets
to the correct network, while the host ID determines to which host on the network
the packets are delivered.
Structure
An IP address is made up of four parts, written in dotted decimal notation (for
example, 192.168.1.1). Each of these four parts is known as an octet. An octet is
an eight-digit binary number (for example 11000000, which is 192 in decimal
notation).
Therefore, each octet has a possible range of 00000000 to 11111111 in binary, or
0 to 255 in decimal.
P-2612HNU(L)-FxF User’s Guide
305
Appendix A IP Addresses and Subnetting
The following figure shows an example IP address in which the first three octets
(192.168.1) are the network number, and the fourth octet (16) is the host ID.
Figure 132 Network Number and Host ID
How much of the IP address is the network number and how much is the host ID
varies according to the subnet mask.
Subnet Masks
A subnet mask is used to determine which bits are part of the network number,
and which bits are part of the host ID (using a logical AND operation). The term
“subnet” is short for “sub-network”.
A subnet mask has 32 bits. If a bit in the subnet mask is a “1” then the
corresponding bit in the IP address is part of the network number. If a bit in the
subnet mask is “0” then the corresponding bit in the IP address is part of the host
ID.
The following example shows a subnet mask identifying the network number (in
bold text) and host ID of an IP address (192.168.1.2 in decimal).
Table 88 IP Address Network Number and Host ID Example
1ST
OCTET:
2ND
OCTET:
3RD
OCTET:
4TH
OCTET
(192)
(168)
(1)
(2)
IP Address (Binary)
11000000
10101000
00000001
00000010
Subnet Mask (Binary)
11111111
11111111
11111111
00000000
Network Number
11000000
10101000
00000001
Host ID
306
00000010
P-2612HNU(L)-FxF User’s Guide
Appendix A IP Addresses and Subnetting
By convention, subnet masks always consist of a continuous sequence of ones
beginning from the leftmost bit of the mask, followed by a continuous sequence of
zeros, for a total number of 32 bits.
Subnet masks can be referred to by the size of the network number part (the bits
with a “1” value). For example, an “8-bit mask” means that the first 8 bits of the
mask are ones and the remaining 24 bits are zeroes.
Subnet masks are expressed in dotted decimal notation just like IP addresses. The
following examples show the binary and decimal notation for 8-bit, 16-bit, 24-bit
and 29-bit subnet masks.
Table 89 Subnet Masks
BINARY
1ST
OCTET
2ND
OCTET
3RD
OCTET
4TH
OCTET
DECIMAL
8-bit mask
11111111
00000000
00000000
00000000
255.0.0.0
16-bit mask
11111111
11111111
00000000
00000000
255.255.0.0
24-bit mask
11111111
11111111
11111111
00000000
255.255.255.0
29-bit mask
11111111
11111111
11111111
11111000
255.255.255.248
Network Size
The size of the network number determines the maximum number of possible
hosts you can have on your network. The larger the number of network number
bits, the smaller the number of remaining host ID bits.
An IP address with host IDs of all zeros is the IP address of the network
(192.168.1.0 with a 24-bit subnet mask, for example). An IP address with host
IDs of all ones is the broadcast address for that network (192.168.1.255 with a
24-bit subnet mask, for example).
As these two IP addresses cannot be used for individual hosts, calculate the
maximum number of possible hosts in a network as follows:
Table 90 Maximum Host Numbers
SUBNET MASK
HOST ID SIZE
8 bits
24 bits
16 bits
24 bits
29 bits
255.0.0.0
255.255.0.0
255.255.255.0
255.255.255.248
P-2612HNU(L)-FxF User’s Guide
MAXIMUM NUMBER OF
HOSTS
224 – 2
16
–2
16777214
65534
16 bits
8 bits
28
–2
254
3 bits
23
–2
307
Appendix A IP Addresses and Subnetting
Notation
Since the mask is always a continuous number of ones beginning from the left,
followed by a continuous number of zeros for the remainder of the 32 bit mask,
you can simply specify the number of ones instead of writing the value of each
octet. This is usually specified by writing a “/” followed by the number of bits in
the mask after the address.
For example, 192.1.1.0 /25 is equivalent to saying 192.1.1.0 with subnet mask
255.255.255.128.
The following table shows some possible subnet masks using both notations.
Table 91 Alternative Subnet Mask Notation
SUBNET MASK
ALTERNATIVE LAST OCTET
NOTATION
(BINARY)
LAST OCTET
(DECIMAL)
255.255.255.0
/24
0000 0000
255.255.255.128
/25
1000 0000
128
255.255.255.192
/26
1100 0000
192
255.255.255.224
/27
1110 0000
224
255.255.255.240
/28
1111 0000
240
255.255.255.248
/29
1111 1000
248
255.255.255.252
/30
1111 1100
252
Subnetting
You can use subnetting to divide one network into multiple sub-networks. In the
following example a network administrator creates two sub-networks to isolate a
group of servers from the rest of the company network for security reasons.
In this example, the company network address is 192.168.1.0. The first three
octets of the address (192.168.1) are the network number, and the remaining
octet is the host ID, allowing a maximum of 28 – 2 or 254 possible hosts.
308
P-2612HNU(L)-FxF User’s Guide
Appendix A IP Addresses and Subnetting
The following figure shows the company network before subnetting.
Figure 133 Subnetting Example: Before Subnetting
You can “borrow” one of the host ID bits to divide the network 192.168.1.0 into
two separate sub-networks. The subnet mask is now 25 bits (255.255.255.128 or
/25).
The “borrowed” host ID bit can have a value of either 0 or 1, allowing two
subnets; 192.168.1.0 /25 and 192.168.1.128 /25.
P-2612HNU(L)-FxF User’s Guide
309
Appendix A IP Addresses and Subnetting
The following figure shows the company network after subnetting. There are now
two sub-networks, A and B.
Figure 134 Subnetting Example: After Subnetting
In a 25-bit subnet the host ID has 7 bits, so each sub-network has a maximum of
27 – 2 or 126 possible hosts (a host ID of all zeroes is the subnet’s address itself,
all ones is the subnet’s broadcast address).
192.168.1.0 with mask 255.255.255.128 is subnet A itself, and 192.168.1.127
with mask 255.255.255.128 is its broadcast address. Therefore, the lowest IP
address that can be assigned to an actual host for subnet A is 192.168.1.1 and
the highest is 192.168.1.126.
Similarly, the host ID range for subnet B is 192.168.1.129 to 192.168.1.254.
Example: Four Subnets
The previous example illustrated using a 25-bit subnet mask to divide a 24-bit
address into two subnets. Similarly, to divide a 24-bit address into four subnets,
you need to “borrow” two host ID bits to give four possible combinations (00, 01,
10 and 11). The subnet mask is 26 bits
(11111111.11111111.11111111.11000000) or 255.255.255.192.
310
P-2612HNU(L)-FxF User’s Guide
Appendix A IP Addresses and Subnetting
Each subnet contains 6 host ID bits, giving 26 - 2 or 62 hosts for each subnet (a
host ID of all zeroes is the subnet itself, all ones is the subnet’s broadcast
address).
Table 92 Subnet 1
IP/SUBNET MASK
NETWORK NUMBER
LAST OCTET BIT
VALUE
IP Address (Decimal)
192.168.1.
IP Address (Binary)
11000000.10101000.00000001.
00000000
Subnet Mask (Binary)
11111111.11111111.11111111.
11000000
Subnet Address:
192.168.1.0
Lowest Host ID: 192.168.1.1
Broadcast Address:
192.168.1.63
Highest Host ID: 192.168.1.62
Table 93 Subnet 2
IP/SUBNET MASK
NETWORK NUMBER
LAST OCTET BIT
VALUE
IP Address
192.168.1.
64
IP Address (Binary)
11000000.10101000.00000001.
01000000
Subnet Mask (Binary)
11111111.11111111.11111111.
11000000
Subnet Address:
192.168.1.64
Lowest Host ID: 192.168.1.65
Broadcast Address:
192.168.1.127
Highest Host ID: 192.168.1.126
Table 94 Subnet 3
IP/SUBNET MASK
NETWORK NUMBER
LAST OCTET BIT
VALUE
IP Address
192.168.1.
128
IP Address (Binary)
11000000.10101000.00000001.
10000000
Subnet Mask (Binary)
11111111.11111111.11111111.
11000000
Subnet Address:
192.168.1.128
Lowest Host ID: 192.168.1.129
Broadcast Address:
192.168.1.191
Highest Host ID: 192.168.1.190
Table 95 Subnet 4
IP/SUBNET MASK
NETWORK NUMBER
LAST OCTET BIT
VALUE
IP Address
192.168.1.
192
IP Address (Binary)
11000000.10101000.00000001.
11000000
Subnet Mask (Binary)
11111111.11111111.11111111.
11000000
Subnet Address:
192.168.1.192
Lowest Host ID: 192.168.1.193
Broadcast Address:
192.168.1.255
Highest Host ID: 192.168.1.254
P-2612HNU(L)-FxF User’s Guide
311
Appendix A IP Addresses and Subnetting
Example: Eight Subnets
Similarly, use a 27-bit mask to create eight subnets (000, 001, 010, 011, 100,
101, 110 and 111).
The following table shows IP address last octet values for each subnet.
Table 96 Eight Subnets
SUBNET
SUBNET
ADDRESS
FIRST ADDRESS
LAST
ADDRESS
BROADCAST
ADDRESS
30
31
32
33
62
63
64
65
94
95
96
97
126
127
128
129
158
159
160
161
190
191
192
193
222
223
224
225
254
255
Subnet Planning
The following table is a summary for subnet planning on a network with a 24-bit
network number.
Table 97 24-bit Network Number Subnet Planning
NO. “BORROWED”
HOST BITS
SUBNET MASK
NO. SUBNETS NO. HOSTS PER
SUBNET
255.255.255.128 (/25)
126
255.255.255.192 (/26)
62
255.255.255.224 (/27)
30
255.255.255.240 (/28)
16
14
255.255.255.248 (/29)
32
255.255.255.252 (/30)
64
255.255.255.254 (/31)
128
The following table is a summary for subnet planning on a network with a 16-bit
network number.
Table 98 16-bit Network Number Subnet Planning
312
NO. “BORROWED”
HOST BITS
SUBNET MASK
NO. HOSTS PER
NO. SUBNETS SUBNET
255.255.128.0 (/17)
32766
255.255.192.0 (/18)
16382
P-2612HNU(L)-FxF User’s Guide
Appendix A IP Addresses and Subnetting
Table 98 16-bit Network Number Subnet Planning (continued)
NO. “BORROWED”
HOST BITS
SUBNET MASK
NO. HOSTS PER
NO. SUBNETS SUBNET
255.255.224.0 (/19)
8190
255.255.240.0 (/20)
16
4094
255.255.248.0 (/21)
32
2046
255.255.252.0 (/22)
64
1022
255.255.254.0 (/23)
128
510
255.255.255.0 (/24)
256
254
255.255.255.128 (/25)
512
126
10
255.255.255.192 (/26)
1024
62
11
255.255.255.224 (/27)
2048
30
12
255.255.255.240 (/28)
4096
14
13
255.255.255.248 (/29)
8192
14
255.255.255.252 (/30)
16384
15
255.255.255.254 (/31)
32768
Configuring IP Addresses
Where you obtain your network number depends on your particular situation. If
the ISP or your network administrator assigns you a block of registered IP
addresses, follow their instructions in selecting the IP addresses and the subnet
mask.
If the ISP did not explicitly give you an IP network number, then most likely you
have a single user account and the ISP will assign you a dynamic IP address when
the connection is established. If this is the case, it is recommended that you select
a network number from 192.168.0.0 to 192.168.255.0. The Internet Assigned
Number Authority (IANA) reserved this block of addresses specifically for private
use; please do not use any other number unless you are told otherwise. You must
also enable Network Address Translation (NAT) on the ZyXEL Device.
Once you have decided on the network number, pick an IP address for your ZyXEL
Device that is easy to remember (for instance, 192.168.1.1) but make sure that
no other device on your network is using that IP address.
The subnet mask specifies the network number portion of an IP address. Your
ZyXEL Device will compute the subnet mask automatically based on the IP
address that you entered. You don't need to change the subnet mask computed by
the ZyXEL Device unless you are instructed to do otherwise.
P-2612HNU(L)-FxF User’s Guide
313
Appendix A IP Addresses and Subnetting
Private IP Addresses
Every machine on the Internet must have a unique address. If your networks are
isolated from the Internet (running only between two branch offices, for example)
you can assign any IP addresses to the hosts without problems. However, the
Internet Assigned Numbers Authority (IANA) has reserved the following three
blocks of IP addresses specifically for private networks:
• 10.0.0.0
• 172.16.0.0
— 10.255.255.255
— 172.31.255.255
• 192.168.0.0 — 192.168.255.255
You can obtain your IP address from the IANA, from an ISP, or it can be assigned
from a private network. If you belong to a small organization and your Internet
access is through an ISP, the ISP can provide you with the Internet addresses for
your local networks. On the other hand, if you are part of a much larger
organization, you should consult your network administrator for the appropriate IP
addresses.
Regardless of your particular situation, do not create an arbitrary IP address;
always follow the guidelines above. For more information on address assignment,
please refer to RFC 1597, Address Allocation for Private Internets and RFC 1466,
Guidelines for Management of IP Address Space.
IP Address Conflicts
Each device on a network must have a unique IP address. Devices with duplicate
IP addresses on the same network will not be able to access the Internet or other
resources. The devices may also be unreachable through the network.
Conflicting Computer IP Addresses Example
More than one device can not use the same IP address. In the following example
computer A has a static (or fixed) IP address that is the same as the IP address
that a DHCP server assigns to computer B which is a DHCP client. Neither can
access the Internet. This problem can be solved by assigning a different static IP
314
P-2612HNU(L)-FxF User’s Guide
Appendix A IP Addresses and Subnetting
address to computer A or setting computer A to obtain an IP address
automatically.
Figure 135 Conflicting Computer IP Addresses Example
Conflicting Router IP Addresses Example
Since a router connects different networks, it must have interfaces using different
network numbers. For example, if a router is set between a LAN and the Internet
(WAN), the router’s LAN and WAN addresses must be on different subnets. In the
following example, the LAN and WAN are on the same subnet. The LAN computers
cannot access the Internet because the router cannot route between networks.
Figure 136 Conflicting Computer IP Addresses Example
Conflicting Computer and Router IP Addresses Example
More than one device can not use the same IP address. In the following example,
the computer and the router’s LAN port both use 192.168.1.1 as the IP address.
P-2612HNU(L)-FxF User’s Guide
315
Appendix A IP Addresses and Subnetting
The computer cannot access the Internet. This problem can be solved by
assigning a different IP address to the computer or the router’s LAN port.
Figure 137 Conflicting Computer and Router IP Addresses Example
316
P-2612HNU(L)-FxF User’s Guide
APPENDIX
Setting Up Your Computer’s IP
Address
Note: Your specific ZyXEL Device may not support all of the operating systems
described in this appendix. See the product specifications for more information
about which operating systems are supported.
This appendix shows you how to configure the IP settings on your computer in
order for it to be able to communicate with the other devices on your network.
Windows Vista/XP/2000, Mac OS 9/OS X, and all versions of UNIX/LINUX include
the software components you need to use TCP/IP on your computer.
If you manually assign IP information instead of using a dynamic IP, make sure
that your network’s computers have IP addresses that place them in the same
subnet.
In this appendix, you can set up an IP address for:
• Windows XP/NT/2000 on page 317
• Windows Vista on page 321
• Windows 7 on page 325
• Mac OS X: 10.3 and 10.4 on page 329
• Mac OS X: 10.5 on page 333
• Linux: Ubuntu 8 (GNOME) on page 336
• Linux: openSUSE 10.3 (KDE) on page 341
Windows XP/NT/2000
The following example uses the default Windows XP display theme but can also
apply to Windows 2000 and Windows NT.
P-2612HNU(L)-FxF User’s Guide
317
Appendix B Setting Up Your Computer’s IP Address
Click Start > Control Panel.
Figure 138 Windows XP: Start Menu
In the Control Panel, click the Network Connections icon.
Figure 139 Windows XP: Control Panel
318
P-2612HNU(L)-FxF User’s Guide
Appendix B Setting Up Your Computer’s IP Address
Right-click Local Area Connection and then select Properties.
Figure 140 Windows XP: Control Panel > Network Connections > Properties
On the General tab, select Internet Protocol (TCP/IP) and then click
Properties.
Figure 141 Windows XP: Local Area Connection Properties
P-2612HNU(L)-FxF User’s Guide
319
Appendix B Setting Up Your Computer’s IP Address
The Internet Protocol TCP/IP Properties window opens.
Figure 142 Windows XP: Internet Protocol (TCP/IP) Properties
Select Obtain an IP address automatically if your network administrator or ISP
assigns your IP address dynamically.
Select Use the following IP Address and fill in the IP address, Subnet mask,
and Default gateway fields if you have a static IP address that was assigned to
you by your network administrator or ISP. You may also have to enter a Preferred
DNS server and an Alternate DNS server, if that information was provided.
Click OK to close the Internet Protocol (TCP/IP) Properties window.
Click OK to close the Local Area Connection Properties window.
Verifying Settings
320
Click Start > All Programs > Accessories > Command Prompt.
P-2612HNU(L)-FxF User’s Guide
Appendix B Setting Up Your Computer’s IP Address
In the Command Prompt window, type "ipconfig" and then press [ENTER].
You can also go to Start > Control Panel > Network Connections, right-click a
network connection, click Status and then click the Support tab to view your IP
address and connection information.
Windows Vista
This section shows screens from Windows Vista Professional.
Click Start > Control Panel.
Figure 143 Windows Vista: Start Menu
In the Control Panel, click the Network and Internet icon.
Figure 144 Windows Vista: Control Panel
P-2612HNU(L)-FxF User’s Guide
321
Appendix B Setting Up Your Computer’s IP Address
Click the Network and Sharing Center icon.
Figure 145 Windows Vista: Network And Internet
Click Manage network connections.
Figure 146 Windows Vista: Network and Sharing Center
Right-click Local Area Connection and then select Properties.
Figure 147 Windows Vista: Network and Sharing Center
Note: During this procedure, click Continue whenever Windows displays a screen
saying that it needs your permission to continue.
322
P-2612HNU(L)-FxF User’s Guide
Appendix B Setting Up Your Computer’s IP Address
Select Internet Protocol Version 4 (TCP/IPv4) and then select Properties.
Figure 148 Windows Vista: Local Area Connection Properties
P-2612HNU(L)-FxF User’s Guide
323
Appendix B Setting Up Your Computer’s IP Address
The Internet Protocol Version 4 (TCP/IPv4) Properties window opens.
Figure 149 Windows Vista: Internet Protocol Version 4 (TCP/IPv4) Properties
Select Obtain an IP address automatically if your network administrator or ISP
assigns your IP address dynamically.
Select Use the following IP Address and fill in the IP address, Subnet mask,
and Default gateway fields if you have a static IP address that was assigned to
you by your network administrator or ISP. You may also have to enter a Preferred
DNS server and an Alternate DNS server, if that information was
provided.Click Advanced.
Click OK to close the Internet Protocol (TCP/IP) Properties window.
10 Click OK to close the Local Area Connection Properties window.
Verifying Settings
324
Click Start > All Programs > Accessories > Command Prompt.
P-2612HNU(L)-FxF User’s Guide
Appendix B Setting Up Your Computer’s IP Address
In the Command Prompt window, type "ipconfig" and then press [ENTER].
You can also go to Start > Control Panel > Network Connections, right-click a
network connection, click Status and then click the Support tab to view your IP
address and connection information.
Windows 7
This section shows screens from Windows 7 Enterprise.
Click Start > Control Panel.
Figure 150 Windows 7: Start Menu
In the Control Panel, click View network status and tasks under the
Network and Internet category.
Figure 151 Windows 7: Control Panel
P-2612HNU(L)-FxF User’s Guide
325
Appendix B Setting Up Your Computer’s IP Address
Click Change adapter settings.
Figure 152 Windows 7: Network And Sharing Center
Double click Local Area Connection and then select Properties.
Figure 153 Windows 7: Local Area Connection Status
Note: During this procedure, click Continue whenever Windows displays a screen
saying that it needs your permission to continue.
326
P-2612HNU(L)-FxF User’s Guide
Appendix B Setting Up Your Computer’s IP Address
Select Internet Protocol Version 4 (TCP/IPv4) and then select Properties.
Figure 154 Windows 7: Local Area Connection Properties
P-2612HNU(L)-FxF User’s Guide
327
Appendix B Setting Up Your Computer’s IP Address
The Internet Protocol Version 4 (TCP/IPv4) Properties window opens.
Figure 155 Windows 7: Internet Protocol Version 4 (TCP/IPv4) Properties
Select Obtain an IP address automatically if your network administrator or ISP
assigns your IP address dynamically.
Select Use the following IP Address and fill in the IP address, Subnet mask,
and Default gateway fields if you have a static IP address that was assigned to
you by your network administrator or ISP. You may also have to enter a Preferred
DNS server and an Alternate DNS server, if that information was provided.
Click Advanced if you want to configure advanced settings for IP, DNS and WINS.
Click OK to close the Internet Protocol (TCP/IP) Properties window.
Click OK to close the Local Area Connection Properties window.
Verifying Settings
328
Click Start > All Programs > Accessories > Command Prompt.
In the Command Prompt window, type "ipconfig" and then press [ENTER].
P-2612HNU(L)-FxF User’s Guide
Appendix B Setting Up Your Computer’s IP Address
The IP settings are displayed as follows.
Figure 156 Windows 7: Internet Protocol Version 4 (TCP/IPv4) Properties
Mac OS X: 10.3 and 10.4
The screens in this section are from Mac OS X 10.4 but can also apply to 10.3.
Click Apple > System Preferences.
Figure 157 Mac OS X 10.4: Apple Menu
P-2612HNU(L)-FxF User’s Guide
329
Appendix B Setting Up Your Computer’s IP Address
In the System Preferences window, click the Network icon.
Figure 158 Mac OS X 10.4: System Preferences
When the Network preferences pane opens, select Built-in Ethernet from the
network connection type list, and then click Configure.
Figure 159 Mac OS X 10.4: Network Preferences
330
P-2612HNU(L)-FxF User’s Guide
Appendix B Setting Up Your Computer’s IP Address
For dynamically assigned settings, select Using DHCP from the Configure IPv4
list in the TCP/IP tab.
Figure 160 Mac OS X 10.4: Network Preferences > TCP/IP Tab.
For statically assigned settings, do the following:
• From the Configure IPv4 list, select Manually.
• In the IP Address field, type your IP address.
• In the Subnet Mask field, type your subnet mask.
P-2612HNU(L)-FxF User’s Guide
331
Appendix B Setting Up Your Computer’s IP Address
• In the Router field, type the IP address of your device.
Figure 161 Mac OS X 10.4: Network Preferences > Ethernet
Click Apply Now and close the window.
Verifying Settings
Check your TCP/IP properties by clicking Applications > Utilities > Network
Utilities, and then selecting the appropriate Network Interface from the Info
tab.
Figure 162 Mac OS X 10.4: Network Utility
332
P-2612HNU(L)-FxF User’s Guide
Appendix B Setting Up Your Computer’s IP Address
Mac OS X: 10.5
The screens in this section are from Mac OS X 10.5.
Click Apple > System Preferences.
Figure 163 Mac OS X 10.5: Apple Menu
In System Preferences, click the Network icon.
Figure 164 Mac OS X 10.5: Systems Preferences
P-2612HNU(L)-FxF User’s Guide
333
Appendix B Setting Up Your Computer’s IP Address
When the Network preferences pane opens, select Ethernet from the list of
available connection types.
Figure 165 Mac OS X 10.5: Network Preferences > Ethernet
From the Configure list, select Using DHCP for dynamically assigned settings.
For statically assigned settings, do the following:
• From the Configure list, select Manually.
• In the IP Address field, enter your IP address.
• In the Subnet Mask field, enter your subnet mask.
334
P-2612HNU(L)-FxF User’s Guide
Appendix B Setting Up Your Computer’s IP Address
• In the Router field, enter the IP address of your ZyXEL Device.
Figure 166 Mac OS X 10.5: Network Preferences > Ethernet
Click Apply and close the window.
P-2612HNU(L)-FxF User’s Guide
335
Appendix B Setting Up Your Computer’s IP Address
Verifying Settings
Check your TCP/IP properties by clicking Applications > Utilities > Network
Utilities, and then selecting the appropriate Network interface from the Info
tab.
Figure 167 Mac OS X 10.5: Network Utility
Linux: Ubuntu 8 (GNOME)
This section shows you how to configure your computer’s TCP/IP settings in the
GNU Object Model Environment (GNOME) using the Ubuntu 8 Linux distribution.
The procedure, screens and file locations may vary depending on your specific
distribution, release version, and individual configuration. The following screens
use the default Ubuntu 8 installation.
Note: Make sure you are logged in as the root administrator.
Follow the steps below to configure your computer IP address in GNOME:
336
P-2612HNU(L)-FxF User’s Guide
Appendix B Setting Up Your Computer’s IP Address
Click System > Administration > Network.
Figure 168 Ubuntu 8: System > Administration Menu
When the Network Settings window opens, click Unlock to open the
Authenticate window. (By default, the Unlock button is greyed out until clicked.)
You cannot make changes to your configuration unless you first enter your admin
password.
Figure 169 Ubuntu 8: Network Settings > Connections
P-2612HNU(L)-FxF User’s Guide
337
Appendix B Setting Up Your Computer’s IP Address
In the Authenticate window, enter your admin account name and password then
click the Authenticate button.
Figure 170 Ubuntu 8: Administrator Account Authentication
In the Network Settings window, select the connection that you want to
configure, then click Properties.
Figure 171 Ubuntu 8: Network Settings > Connections
338
P-2612HNU(L)-FxF User’s Guide
Appendix B Setting Up Your Computer’s IP Address
The Properties dialog box opens.
Figure 172 Ubuntu 8: Network Settings > Properties
• In the Configuration list, select Automatic Configuration (DHCP) if you
have a dynamic IP address.
• In the Configuration list, select Static IP address if you have a static IP
address. Fill in the IP address, Subnet mask, and Gateway address fields.
Click OK to save the changes and close the Properties dialog box and return to
the Network Settings screen.
P-2612HNU(L)-FxF User’s Guide
339
Appendix B Setting Up Your Computer’s IP Address
If you know your DNS server IP address(es), click the DNS tab in the Network
Settings window and then enter the DNS server information in the fields
provided.
Figure 173 Ubuntu 8: Network Settings > DNS
Click the Close button to apply the changes.
Verifying Settings
Check your TCP/IP properties by clicking System > Administration > Network
Tools, and then selecting the appropriate Network device from the Devices
340
P-2612HNU(L)-FxF User’s Guide
Appendix B Setting Up Your Computer’s IP Address
tab. The Interface Statistics column shows data if your connection is working
properly.
Figure 174 Ubuntu 8: Network Tools
Linux: openSUSE 10.3 (KDE)
This section shows you how to configure your computer’s TCP/IP settings in the K
Desktop Environment (KDE) using the openSUSE 10.3 Linux distribution. The
procedure, screens and file locations may vary depending on your specific
distribution, release version, and individual configuration. The following screens
use the default openSUSE 10.3 installation.
Note: Make sure you are logged in as the root administrator.
Follow the steps below to configure your computer IP address in the KDE:
P-2612HNU(L)-FxF User’s Guide
341
Appendix B Setting Up Your Computer’s IP Address
Click K Menu > Computer > Administrator Settings (YaST).
Figure 175 openSUSE 10.3: K Menu > Computer Menu
When the Run as Root - KDE su dialog opens, enter the admin password and
click OK.
Figure 176 openSUSE 10.3: K Menu > Computer Menu
342
P-2612HNU(L)-FxF User’s Guide
Appendix B Setting Up Your Computer’s IP Address
When the YaST Control Center window opens, select Network Devices and
then click the Network Card icon.
Figure 177 openSUSE 10.3: YaST Control Center
When the Network Settings window opens, click the Overview tab, select the
appropriate connection Name from the list, and then click the Configure button.
Figure 178 openSUSE 10.3: Network Settings
P-2612HNU(L)-FxF User’s Guide
343
Appendix B Setting Up Your Computer’s IP Address
When the Network Card Setup window opens, click the Address tab
Figure 179 openSUSE 10.3: Network Card Setup
Select Dynamic Address (DHCP) if you have a dynamic IP address.
Select Statically assigned IP Address if you have a static IP address. Fill in the
IP address, Subnet mask, and Hostname fields.
344
Click Next to save the changes and close the Network Card Setup window.
P-2612HNU(L)-FxF User’s Guide
Appendix B Setting Up Your Computer’s IP Address
If you know your DNS server IP address(es), click the Hostname/DNS tab in
Network Settings and then enter the DNS server information in the fields
provided.
Figure 180 openSUSE 10.3: Network Settings
Click Finish to save your settings and close the window.
P-2612HNU(L)-FxF User’s Guide
345
Appendix B Setting Up Your Computer’s IP Address
Verifying Settings
Click the KNetwork Manager icon on the Task bar to check your TCP/IP
properties. From the Options sub-menu, select Show Connection Information.
Figure 181 openSUSE 10.3: KNetwork Manager
When the Connection Status - KNetwork Manager window opens, click the
Statistics tab to see if your connection is working properly.
Figure 182 openSUSE: Connection Status - KNetwork Manager
346
P-2612HNU(L)-FxF User’s Guide
APPENDIX
Pop-up Windows, JavaScript
and Java Permissions
In order to use the web configurator you need to allow:
• Web browser pop-up windows from your device.
• JavaScript (enabled by default).
• Java permissions (enabled by default).
Note: Internet Explorer 6 screens are used here. Screens for other Internet Explorer
versions may vary.
Internet Explorer Pop-up Blockers
You may have to disable pop-up blocking to log into your device.
Either disable pop-up blocking (enabled by default in Windows XP SP (Service
Pack) 2) or allow pop-up blocking and create an exception for your device’s IP
address.
Disable Pop-up Blockers
In Internet Explorer, select Tools, Pop-up Blocker and then select Turn Off
Pop-up Blocker.
Figure 183 Pop-up Blocker
You can also check if pop-up blocking is disabled in the Pop-up Blocker section in
the Privacy tab.
P-2612HNU(L)-FxF User’s Guide
347
Appendix C Pop-up Windows, JavaScript and Java Permissions
In Internet Explorer, select Tools, Internet Options, Privacy.
Clear the Block pop-ups check box in the Pop-up Blocker section of the screen.
This disables any web pop-up blockers you may have enabled.
Figure 184 Internet Options: Privacy
Click Apply to save this setting.
Enable Pop-up Blockers with Exceptions
Alternatively, if you only want to allow pop-up windows from your device, see the
following steps.
348
In Internet Explorer, select Tools, Internet Options and then the Privacy tab.
P-2612HNU(L)-FxF User’s Guide
Appendix C Pop-up Windows, JavaScript and Java Permissions
Select Settings…to open the Pop-up Blocker Settings screen.
Figure 185 Internet Options: Privacy
Type the IP address of your device (the web page that you do not want to have
blocked) with the prefix “http://”. For example, http://192.168.167.1.
P-2612HNU(L)-FxF User’s Guide
349
Appendix C Pop-up Windows, JavaScript and Java Permissions
Click Add to move the IP address to the list of Allowed sites.
Figure 186 Pop-up Blocker Settings
Click Close to return to the Privacy screen.
Click Apply to save this setting.
JavaScript
If pages of the web configurator do not display properly in Internet Explorer, check
that JavaScript are allowed.
350
P-2612HNU(L)-FxF User’s Guide
Appendix C Pop-up Windows, JavaScript and Java Permissions
In Internet Explorer, click Tools, Internet Options and then the Security tab.
Figure 187 Internet Options: Security
Click the Custom Level... button.
Scroll down to Scripting.
Under Active scripting make sure that Enable is selected (the default).
Under Scripting of Java applets make sure that Enable is selected (the
default).
P-2612HNU(L)-FxF User’s Guide
351
Appendix C Pop-up Windows, JavaScript and Java Permissions
Click OK to close the window.
Figure 188 Security Settings - Java Scripting
Java Permissions
352
From Internet Explorer, click Tools, Internet Options and then the Security
tab.
Click the Custom Level... button.
Scroll down to Microsoft VM.
Under Java permissions make sure that a safety level is selected.
P-2612HNU(L)-FxF User’s Guide
Appendix C Pop-up Windows, JavaScript and Java Permissions
Click OK to close the window.
Figure 189 Security Settings - Java
JAVA (Sun)
From Internet Explorer, click Tools, Internet Options and then the Advanced
tab.
Make sure that Use Java 2 for Source Exif Data:
File Type : PDF File Type Extension : pdf MIME Type : application/pdf PDF Version : 1.5 Linearized : No Page Count : 196 Creator : cairo 1.10.2 (http://cairographics.org) Producer : cairo 1.10.2 (http://cairographics.org)EXIF Metadata provided by EXIF.tools