CPE IP host addresses:
To refresh the data displayed in the CPE IP Host Connections table, click the Refresh button.
CPE IP Host Table
Public IP Address |
The public IP address for the device. |
Public Port |
The public port for the first CPE starts with base port value 51921. The subsequent ports will be value 51921 + offset 9. The max port value is 56250. |
Local IP Address |
Local CPE address - class A network used internally for all managed CPEs |
ECHO |
CPE port for the ECHO protocol. |
FTP |
CPE port for the FTP protocol. |
SSH |
CPE port for the SSH protocol. |
Telnet |
CPE port for the Telnet protocol. |
HTTP |
CPE port for the HTTP protocol. |
SNMP |
CPE port for the SNMP protocol. |
HTTPS |
CPE port for the HTTPS protocol. |
Interface |
CPE interface. |
CPE HTTP |
CPE HTTP address. |
CPE HTTPS |
CPE HTTPS address. |
Local Port |
The currently defined ports by the IANA are 1..49151. The typical value will be 9 |
Port Type |
Types: tcp(1) udp(2) cpemgr(3) The NAT code needs to know if this port uses a connection oriented exchange (TCP), or not (UDP). The cpemgr value represents a wildcard that defines a set of PAT Bindings. When using this wildcard, the publicPort value represents the first port of a consecutive block of publicPorts, and the localPort value represents the number of publicPorts in this block. The actual local ports are well known ports and the set of bindings is currently: Public | Local Well | Type | Name Port | Known Port | | ------|---------------|-----------|-------- public | 7 |TCP,UDP | ECHO +1 | 20 | TCP | FTP - data +2 | 21 | TCP | FTP - control +3 | 22 | TCP,UDP | SSH +4 | 23 | TCP,UDP | Telnet +5 | 80 | TCP | HTTP +6 | 81 | TCP | HTTP +7 | 161 | TCP,UDP | SNMP +8 | 443 | TCP | HTTPS With this set, the localPort value should be 9. |