-
- Lurker
- Posts: 1
- Liked: 1 time
- Joined: May 20, 2015 4:42 pm
- Full Name: A.Dallari
- Contact:
Feature Request: Exclude/Skip Backup from remote WAN
Hi,
we started testing Veeam Endpoint on some of our users notebook.
As we have a lot of employee travelling around our companies and all companies are connected trough a company Wan, the main problem we have at the moment is to avoid endpoint backup start when people is outside original Lan.
Would be possible to add to the "Global Network Traffic Rules" a flag to exclude/skip backup Jobs based on the source/destination ip?
Same problem when users connect to the company from home using VPn Client software.
Thanks a lot
A.Dallari
we started testing Veeam Endpoint on some of our users notebook.
As we have a lot of employee travelling around our companies and all companies are connected trough a company Wan, the main problem we have at the moment is to avoid endpoint backup start when people is outside original Lan.
Would be possible to add to the "Global Network Traffic Rules" a flag to exclude/skip backup Jobs based on the source/destination ip?
Same problem when users connect to the company from home using VPn Client software.
Thanks a lot
A.Dallari
-
- Influencer
- Posts: 10
- Liked: 1 time
- Joined: May 20, 2015 7:03 pm
- Full Name: Justin Goldberg
- Contact:
Re: Feature Request: Exclude/Skip Backup from remote WAN
You could script this to only use certain gateways :
If ( (ipconfig /all | findstr -I gateway) == "gateway 10.0.0.1" or "(ipconfig /all | findstr -I "gateway 192.168.1.1) )
The only issue with this is you'll have to see the routers mac addresses. I'm posting this from my phone and don't have access to a computer to check if ipconfig shows this. But a pinging of the gateway followed by ARP should show this.
Sorry I'm not a powershell guru yet
If ( (ipconfig /all | findstr -I gateway) == "gateway 10.0.0.1" or "(ipconfig /all | findstr -I "gateway 192.168.1.1) )
The only issue with this is you'll have to see the routers mac addresses. I'm posting this from my phone and don't have access to a computer to check if ipconfig shows this. But a pinging of the gateway followed by ARP should show this.
Sorry I'm not a powershell guru yet
--
-
- Influencer
- Posts: 10
- Liked: 1 time
- Joined: May 20, 2015 7:03 pm
- Full Name: Justin Goldberg
- Contact:
Re: Feature Request: Exclude/Skip Backup from remote WAN
Ok, here's some starter code:
I'm looking into the powershell way of doing this since VBF is a powershell'erific product.
Code: Select all
C:\Users\shop>ipconfig /all | findstr -i gateway
Default Gateway . . . . . . . . . : 192.168.50.1
--
-
- Product Manager
- Posts: 8221
- Liked: 1333 times
- Joined: Feb 08, 2013 3:08 pm
- Full Name: Mike Resseler
- Location: Belgium
- Contact:
Re: Feature Request: Exclude/Skip Backup from remote WAN
Besides doing scripting as Justin proposes, the only thing we offer at this moment is to exclude the backup over a metered connection. But that means that your machine needs to detect that it is a metered connection or be "told" that it is a metered connection. This is an option starting from windows 8.
If your backups are stored on the Veeam Backup & Replication server (integration...) then you will be able to work with global network traffic rules...
Mike
If your backups are stored on the Veeam Backup & Replication server (integration...) then you will be able to work with global network traffic rules...
Mike
-
- Influencer
- Posts: 10
- Liked: 2 times
- Joined: Dec 09, 2014 8:06 pm
- Full Name: Jiří Arazim
- Contact:
Re: Feature Request: Exclude/Skip Backup from remote WAN
Helo,
we had a same problem and solved this by setup firewall rule on backup server (port 10001) block from all, and allow only from networks where we can do backup. For now we block all WAN ips and VPN ips.
For this it is good if you have setup "At storage attach" on VEB client.
Regards
Jirka
we had a same problem and solved this by setup firewall rule on backup server (port 10001) block from all, and allow only from networks where we can do backup. For now we block all WAN ips and VPN ips.
For this it is good if you have setup "At storage attach" on VEB client.
Regards
Jirka
Who is online
Users browsing this forum: aleksey.bashkirtsev and 41 guests