Azure VPN

Hi,

I have created a VPN connection between Azure and my Homelab Vyos. but im unable to communicate between the local site (172.16.200.0/24) to the remote site (172.17.200.0/24)
The remote site can communicate with the local site.

How to enable traffic from my localsite acorss the vpn. I have created a static route on my VM, but it’s not working :frowning:

Any clues would be much appreciated

Thanks

TommyT

what NAT configuration have you set up? can you post route tables?

How do i get the route table, i dont believe i have any routing setup. And i dont have any NAT in place. Would this be the issue?

Thanks

Tommy

This is the output of the get protocol static route:

route 0.0.0.0/0 {
next-hop 192.168.0.1 {
}
}

I’ve sorted it. I did have a incorrectly configured NAT.
Thanks anyway

Hello Tommy,
how did you solve this with NAT ?