The correct format used for the builtin lookup for Network Solutions is: www.networksolutions.com/whois/results.jsp?ip={ip} The PAN uses {ip} to submit the ipaddress from the ACC link into the URL. You will need to find the URL format that is used for the site you would like to use. If the format is similar to Network Solutions, you will need to make the change in a couple of steps. This is because the question mark is a special character in the CLI and displays a menu of command choices, instead of allowing you to enter the question mark in the configuration. Via CLI in configure mode, execute the following command: # set deviceconfig system ip-address-lookup-url www.networksolutions.com/whois/results.jsp Then export the candidate config, from the Device tab in the Web UI. Edit this config file, I use Notepadd++. Search for: <ip-address-lookup-url>www.networksolutions.com/whois/results.jsp</ip-address-lookup-url> and change it to: <ip-address-lookup-url>www.networksolutions.com/whois/results.jsp?ip={ip}</ip-address-lookup-url> You are adding ?ip={ip} to the URL. Save the file. Then import it back into the PAN device on the Device tab. You will need to Load this configuration on the Device tab then perform a commit.
... View more