Search This Blog

Monday, February 10, 2020

Routing Using Veeam PN

In this post, we are going to look on how traffic flow from one site to another site using Veeam PN. In this lab, we have deployed Veeam PN as site to site vpn on both sides.


Note: Click on image to view in larger mode.

HQ Site
Configured as Network Hub Mode
Network Subnet: 192.168.0.0/24
On client computer, we added route. For any request to 192.168.1.0/24 will flow to 192.168.0.10

DR Site
Configured as Site Gateway
Network Subnet: 192.168.1.0/24
On client computer, we added route. For any request to 192.168.0.0/24 will flow to 192.168.1.249

Do check out the diagram on the architecture & routing table.

Try ping on both sites. By right you should able to ping HQ Site & DR Site. 
If you cannot ping HQ Site from DR Site, remember to add HUB Site for HQ Site- Veeam PN.

That should do the trick to enable both sites able to ping each other.

Sunday, February 2, 2020

Get Size Use on 0365 Objects

Before we start to do sizing for o365 backup, you should get the current size by execute the following command using O365 powershell


$org = Get-VBOOrganization -Name "o365democenter.onmicrosoft.com"
Measure-VBOOrganizationFullBackupSize -Organization $org


Output: