Edgerouter: modify config
-
Edgerouter 4 S2S & Client VPN config files: what's the best way to replace (overwrite) the Public IP address?
set vpn ipsec site-to-site peer 1.2.3.4 authentication mode pre-shared-secret set vpn ipsec site-to-site peer 1.2.3.4 authentication pre-shared-secret "shared-secret" set vpn ipsec site-to-site peer 1.2.3.4 description ipsec
set vpn l2tp remote-access outside-address 5.6.7.8
-
Use the edit and copy commands.
I am driving home so cannot give you a real sample.
edit vpn site-to-site copy peer 1.2.3.4 to peer 5.6.7.8 delete peer 1.2.3.4 exit commit
-
@JaredBusch Just a reminder for when have some time.
-