- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-04-2017 08:41 AM
Is is possible to rename an repurpose a global protect portal and gateway? I have one named student that is not being used but I want to repurpose the IP's and save myself from rebuilding a new one by just renaming and reusing student portal and gateway but the name is greyed out
04-04-2017 08:51 AM
Hi,
Just tested and don't think it is possible for me as well. At least through the GUI
04-04-2017 09:11 AM
bummer I will probably have to delete and re-create it with a new name
04-04-2017 10:16 AM
Hi jprovine,
You can change the name in the configuration xml file.
I followed these steps:
1) Save named configuration snapshot
2) Export the saved file
3) Edit the name in the notepad++
4) Import the configuration snapshot
5) Load this configuration snapshot
6) Commit
Hope this helps.
Regards,
Anurag
04-04-2017 11:09 AM
interesting approach, thanks for the option
04-04-2017 01:09 PM
XML nice and tweakable, you definitely need this option when doing migration from the different hardware range.
04-07-2023 01:48 PM - edited 04-08-2023 08:29 AM
Hi @jdprovine ,
The rename command on the CLI (in configuration mode) will do it. You will need to rename the Gateway-N in addition to the Portal and Gateway.
Thanks,
Tom
04-09-2023 10:40 PM
Hello,
If your are using wildcard certificate in portal config you can use multiple fqdn for one portal.
Example: *.acme.com certificate used for portal and gateway certificate profile so you can use;
vpn1.acme.com
vpn2.acme.com
vpnN.acme.com
for the same gateway and portal config.
02-28-2024 07:49 AM
You can change Global Protect Portal/Gateway names via CLI.
The steps I followed and worked for me are,
1) Pull the "Show" output from Panorama CLI in set output format.
Example:
panorama> set cli config-output-format set
panorama> configure
Entering configuration mode
[edit]
panorama# show
This will provide Panorama configuration in a "set" format.
2) Next look for the Global Protect Portal/Gateway name you want to modify in the output and replace the "set" with" rename"
Example:
panorama# rename template <template name> config vsys <vsys name> global-protect-portal/global-protect-gateway <old name> to <new name>
Thanks,
Anurag
04-10-2024 11:37 AM
This worked. I'm not seeing any users under "Remote Users" now, though connections work fine.
04-10-2024 01:57 PM
Once I did a commit, Remote Users began showing up.
07-18-2024 05:59 AM
This process worked well for me. One issue I had was the dependency on my tunnel interface. When attempting to commit to the firewall nodes I receive an error that the tunnel interface is already in use. I'm guessing this wouldn't happen without the tunnel functionality enabled on the gateway. I haven't tried updating the tunnel configuration via the same rename commands yet.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!