Change port number for mobile user access | |||
GO |
This topic describes the steps to change the default port that is used for access by mobile users.
The default port may need to be changed when a mobile service provider does not allow the default port 8080 to be universally opened.
When the default port is changed, the URL that the mobile user uses to access the Lucent CM client changes from https://<Lucent CM_system_name>:8443/lps/mobile/home.jsp?part=<userpartition_name> to http://Lucent CM_system_name:<new_port_number>/lps/mobile/home.jsp?part=<userpartition_name>
When you use HTTP, change http://<Lucent CM_system_name>:8080/lps/mobile/home.jsp?part=<userpartition_name> to http://Lucent CM_system_name:<new_port_number>/lps/mobile/home.jsp?part=<userpartition_name> If the port number is changed to 80, the new_port_number does not have to be included since 80 is the default http port number.
Important! The procedure must be performed on all Lucent CM application nodes.
Perform the following steps to change the port that is used for access by mobile users:
1 |
Login in to Lucent CM application node as “root” user. |
2 |
Update the IP table to reroute traffic from port 8443 or 8080 to the desired port. Type the following command and press ENTER: iptables -t nat -A PREROUTING -p tcp --dport <port number> -j REDIRECT --to-port 8843 |
3 |
Save the updated IP table. Type the following command and press ENTER:: service iptables save End of steps |
GO | |||
© Lucent Technologies |