Unsolved
This post is more than 5 years old
23 Posts
0
349
January 17th, 2008 04:00
no backups in Redhad partition with many files and few changes.
hi!
we have a client who has one particon with many files and few changes. The backup of that particion is alwais wrong,we have not seen anything related to the "time outs". The error is:
client.name.com:/var lost connection to server, exiting
we have proven has to make backups with client firewall not actived (iptable stoped), the backup is made well.
when we change the client iptables rules, the backup is made well:
old rule : -A INPUT -m state --state NEW -p tcp -s X.X.X.X -j ACCEPT
new rule: -A INPUT -p tcp -s X.X.X.X -j ACCEPT
Normally, the rule is used is the first.
why does this change affect?
Does anyone know what happens?
is known that behavior?
thanks, and escuse me my bad English.
Arkaitz
we have a client who has one particon with many files and few changes. The backup of that particion is alwais wrong,we have not seen anything related to the "time outs". The error is:
client.name.com:/var lost connection to server, exiting
we have proven has to make backups with client firewall not actived (iptable stoped), the backup is made well.
when we change the client iptables rules, the backup is made well:
old rule : -A INPUT -m state --state NEW -p tcp -s X.X.X.X -j ACCEPT
new rule: -A INPUT -p tcp -s X.X.X.X -j ACCEPT
Normally, the rule is used is the first.
why does this change affect?
Does anyone know what happens?
is known that behavior?
thanks, and escuse me my bad English.
Arkaitz
No Events found!


dk3
163 Posts
0
January 17th, 2008 13:00
this is actually not a Networker issue. Please see iptables man page for explanation what connection states can occur (esp. "ESTABLISHED","RELATED","NEW")... It seems that your firewall is blocking all packets that do not open a new connection. And Networker is not opening a new connection with every packet. I'm not a iptables expert but this is obviously not a Networker issue but a firewall misconfiguration...
regards.
ark-flUcr
23 Posts
0
January 18th, 2008 00:00
thanks