Default IP address after configuration of PMP 450

Is there a default IP address besides the 169.254.1.1 that can be used after static or DHCP has been configured on a PMP450.  I know you can you the override key to get into the unit, but wanted to see if there was an IP and can be used so I wouldn't need to phyically go to the unit itself.  

Not publicly. Technically it uses 192.168.101.[LUID] but that's only through the AP. You can telnet to it on that address, from the AP, and that's how the web proxy feature works. Is it inaccessible through the access point?

2 Likes

Thanks!!! 

What is the LUID and how to I retrieve it?

Thanks.

LUID is available on the Session Status page of the AP or via SNMP (I think)

1 Like

Thanks, will take a look

Go to Configuration/IP. Scroll down to the bottom of the page. Enable the Default alternative LAN1 IP address and Save Changes. This is effective immediately and does not require a reboot of the SM. This will allow access to the 169.254.1.1 again. Here is a template I created if you want to push the configuration to all the SM’s.
{
“userParameters”: {
“networkConfig”: {
“defaultIPAccessEnable”: 1
}
}
}