Quantcast
Channel: All EdgeRouter posts
Viewing all articles
Browse latest Browse all 60861

Re: In the CLI, how do you change ipsec VPN site-to-site Peer address?

$
0
0

No sure if my method is best, but it'll work:

First , get all current config commands:

show configuration commands | grep <old_IP>

Copy to text editor search/replace old/new IP

Delete that part of config tree:

configure
delete vpn ipsec site-to-site peer <old IP>

And copy all commands from text editor.  commit , save , and exit


Viewing all articles
Browse latest Browse all 60861

Trending Articles