-
- Influencer
- Posts: 15
- Liked: 1 time
- Joined: Dec 21, 2016 9:43 am
- Full Name: Mikael Gustafsson
- Contact:
IPsec tunnel for offsire rrepository
Hi,
After trying to increase the security on the tunnel set up to our offsite repository I get "channel time out failure" on the first try merging the copied data to a full restore point. It usually succeeds on the second try. When doing a full sync it fails with "peer did not respond in time". What we did was change encryption on the tunnel to DH20 SHA512 etc. so the most secure versions availiable on the 2 firewalls. And I think that might be the cause of these errors. Trying different settings is cumbersome since the jobs take a long time before they run into problems. Does anyone have tips on a good setting that works for them? As I rather not fall back to the old encryption that was pretty weak. Both peers have 1gbit connections so speed shouldn´t be an issue. And the firewalls work fine with other tunnels using the more complex encryption. Only with the Veeam backup copy jobs there is a problem.
Thanks,
Mikael
After trying to increase the security on the tunnel set up to our offsite repository I get "channel time out failure" on the first try merging the copied data to a full restore point. It usually succeeds on the second try. When doing a full sync it fails with "peer did not respond in time". What we did was change encryption on the tunnel to DH20 SHA512 etc. so the most secure versions availiable on the 2 firewalls. And I think that might be the cause of these errors. Trying different settings is cumbersome since the jobs take a long time before they run into problems. Does anyone have tips on a good setting that works for them? As I rather not fall back to the old encryption that was pretty weak. Both peers have 1gbit connections so speed shouldn´t be an issue. And the firewalls work fine with other tunnels using the more complex encryption. Only with the Veeam backup copy jobs there is a problem.
Thanks,
Mikael
-
- Veeam Software
- Posts: 170
- Liked: 43 times
- Joined: Mar 19, 2016 10:57 pm
- Full Name: Eugene Kashperovetskyi
- Location: Chicago, IL
- Contact:
Re: IPsec tunnel for offsire rrepository
Hi Mikael,
Do you see any events on the firewall side for the periods, when it happens? The encryption level itself should not have affected the way the jobs operate, I suspect there may be tcp timeouts for IPsec tunnels or a potential resources saturation on the endpoint firewalls, which may lead to the packets drop.
Do you see any events on the firewall side for the periods, when it happens? The encryption level itself should not have affected the way the jobs operate, I suspect there may be tcp timeouts for IPsec tunnels or a potential resources saturation on the endpoint firewalls, which may lead to the packets drop.
Eugene K
VMCA, VCIX-DCV, vExpert
VMCA, VCIX-DCV, vExpert
-
- Influencer
- Posts: 15
- Liked: 1 time
- Joined: Dec 21, 2016 9:43 am
- Full Name: Mikael Gustafsson
- Contact:
Re: IPsec tunnel for offsire rrepository
Hi, I haven't found anything in the firewall logs that could explain it. But I'll check again next week.
-
- Product Manager
- Posts: 8191
- Liked: 1322 times
- Joined: Feb 08, 2013 3:08 pm
- Full Name: Mike Resseler
- Location: Belgium
- Contact:
Re: IPsec tunnel for offsire rrepository
Mikael,
I think you should indeed search in the direction that Eugene is pointing at. How are the time-outs for TCP / UDP connections? I assume that they need to get increased on your firewall. But the problem is that if you increase them and they stay longer open (unless there is a closure confirmation) it can also cause your memory of your firewall to be used completely or the firewall could stop accepting new connections.
From a previous life as a consultant I would check the current connection time-out settings to maybe double it or so...
I think you should indeed search in the direction that Eugene is pointing at. How are the time-outs for TCP / UDP connections? I assume that they need to get increased on your firewall. But the problem is that if you increase them and they stay longer open (unless there is a closure confirmation) it can also cause your memory of your firewall to be used completely or the firewall could stop accepting new connections.
From a previous life as a consultant I would check the current connection time-out settings to maybe double it or so...
-
- Influencer
- Posts: 15
- Liked: 1 time
- Joined: Dec 21, 2016 9:43 am
- Full Name: Mikael Gustafsson
- Contact:
Re: IPsec tunnel for offsire rrepository
Hi,
I will look into it, but I don´t think firewall timeouts is the issue since it woked perfectly before the encryption change. We did setup a new linux machine (repository) over the tunnel also. My thought now is that it could be SSH time out that causes it. ´The vendow has changed the time out setting now so we´ll se if it helps.
Thanks,
Mikael
I will look into it, but I don´t think firewall timeouts is the issue since it woked perfectly before the encryption change. We did setup a new linux machine (repository) over the tunnel also. My thought now is that it could be SSH time out that causes it. ´The vendow has changed the time out setting now so we´ll se if it helps.
Thanks,
Mikael
-
- VP, Product Management
- Posts: 7076
- Liked: 1510 times
- Joined: May 04, 2011 8:36 am
- Full Name: Andreas Neufert
- Location: Germany
- Contact:
Re: IPsec tunnel for offsire rrepository
The default SSHD current allowed connections are pretty low. Maybe this config from one of my tests help:
/etc/ssh/sshd_config
ClientAliveInterval 30
TCPKeepAlive yes
ClientAliveCountMax 99999
MaxSessions 200 <= we limit at the data transport side (current task count at Repository). Limited SSH connections result in job errors.
MaxStartups 100:30:200
/etc/ssh/sshd_config
ClientAliveInterval 30
TCPKeepAlive yes
ClientAliveCountMax 99999
MaxSessions 200 <= we limit at the data transport side (current task count at Repository). Limited SSH connections result in job errors.
MaxStartups 100:30:200
-
- VP, Product Management
- Posts: 7076
- Liked: 1510 times
- Joined: May 04, 2011 8:36 am
- Full Name: Andreas Neufert
- Location: Germany
- Contact:
Re: IPsec tunnel for offsire rrepository
you can as well "play" with the number of TCP streams in the network throttling settings.
Who is online
Users browsing this forum: jim.lowry and 123 guests