S2S VPN Azure <-> CheckPoint
We have already implemented a S2S VPN connection between Azure and CheckPoint VPN gateway. So we have used following config:
eg: 169.254.0.1 = VIP 169.254.0.2 = FW A 169.254.0.3 = FW B 169.254.0.4 Azure gateway
So now we have a request for a second S2S VPN connection between Azure and on prem Checkpoint. The downloaded config from Azure looks like this:
int tunnel 11
ip address 169.254.0.1 255.255.255.252
tunnel mode ipsec ipv4
ip tcp adjust-mss 1350
So where can I change the 169.254.x.x network in Azure? What IPs for the virtual tunnel interfaces can be used? can I use 169.254.1.0/29 instead? I can´t find a setting in Azure to define this? BGP is not used....