SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
Amanda problem with Advanced Routing
Author Message
Post Amanda problem with Advanced Routing 
Hi!

I have a problem with my server and clients. I use Linux 2.4 and
2.6. Some clients I need use "advanced routing" for iproute2. When this options is compiled in kernel and in use, the dump doesn't work, but amcheck works perfectly... looks like the connection not establish. We use vlan in many clients, but only the clients that uses iproute2 presents this problem.

Look the traffic:

20:25:46.368150 192.168.0.62.48969 > 192.168.0.7.42127: SWE
2818967847:2818967847(0) win 5840 <mss 1460,sackOK,timestamp 120850838
0,nop,wscale 0> (DF)
20:25:46.368231 192.168.0.7.42127 > 192.168.0.62.48969: S
1247586323:1247586323(0) ack 2818967848 win 5792 <mss
1460,sackOK,timestamp 116019160 120850838,nop,wscale 0> (DF)
20:25:49.367827 192.168.0.62.48969 > 192.168.0.7.42127: SWE
2818967847:2818967847(0) win 5840 <mss 1460,sackOK,timestamp 120851138
0,nop,wscale 0> (DF)
20:25:49.367853 192.168.0.7.42127 > 192.168.0.62.48969: S
1247586323:1247586323(0) ack 2818967848 win 5792 <mss
1460,sackOK,timestamp 116019460 120850838,nop,wscale 0> (DF)
20:25:49.566010 192.168.0.7.42127 > 192.168.0.62.48969: S
1247586323:1247586323(0) ack 2818967848 win 5792 <mss
1460,sackOK,timestamp 116019480 120850838,nop,wscale 0> (DF)
20:25:55.368978 192.168.0.62.48969 > 192.168.0.7.42127: SWE
2818967847:2818967847(0) win 5840 <mss 1460,sackOK,timestamp 120851738
0,nop,wscale 0> (DF)
20:25:55.369014 192.168.0.7.42127 > 192.168.0.62.48969: S
1247586323:1247586323(0) ack 2818967848 win 5792 <mss
1460,sackOK,timestamp 116020060 120850838,nop,wscale 0> (DF)
20:25:55.566012 192.168.0.7.42127 > 192.168.0.62.48969: S
1247586323:1247586323(0) ack 2818967848 win 5792 <mss
1460,sackOK,timestamp 116020080 120850838,nop,wscale 0> (DF)
20:26:07.371270 192.168.0.62.48969 > 192.168.0.7.42127: SWE
2818967847:2818967847(0) win 5840 <mss 1460,sackOK,timestamp 120852938
0,nop,wscale 0> (DF)


My amanda report says me:

host /var/named lev 0 FAILED 20040622[could not connect to host]


It seems be a bug, am I correct?

Help, please!

Thanks for all.

Taffarel

Post Amanda problem with Advanced Routing 
Armando Taffarel Neto wrote:

I have a problem with my server and clients. I use Linux 2.4 and
2.6. Some clients I need use "advanced routing" for iproute2. When this
options is compiled in kernel and in use, the dump doesn't work, but
amcheck works perfectly... looks like the connection not establish. We
use vlan in many clients, but only the clients that uses iproute2
presents this problem.

Look the traffic:

Who is the server? Who is the client?
Is this all traffic? Where is the initial udp traffic to port 10080?
Are there debug files in /tmp/amanda/amandad.XXX.debug? If yes, mail
them too.


20:25:46.368150 192.168.0.62.48969 > 192.168.0.7.42127: SWE ...
20:25:46.368231 192.168.0.7.42127 > 192.168.0.62.48969: S ... ack
20:25:49.367827 192.168.0.62.48969 > 192.168.0.7.42127: SWE ...
20:25:49.367853 192.168.0.7.42127 > 192.168.0.62.48969: S ... ack
20:25:49.566010 192.168.0.7.42127 > 192.168.0.62.48969: S ... ack
20:25:55.368978 192.168.0.62.48969 > 192.168.0.7.42127: SWE ...
20:25:55.369014 192.168.0.7.42127 > 192.168.0.62.48969: S ... ack
20:25:55.566012 192.168.0.7.42127 > 192.168.0.62.48969: S ... ack
20:26:07.371270 192.168.0.62.48969 > 192.168.0.7.42127: SWE ...

The computer 192.168.0.62 never sends an acknowledge.
You'll have to find out why.


My amanda report says me:

host /var/named lev 0 FAILED 20040622[could not connect to host]


It seems be a bug, am I correct?

A bug in the iproute2 configuration maybe?



--
Paul Bijnens, Xplanation Tel +32 16 397.511
Technologielaan 21 bus 2, B-3001 Leuven, BELGIUM Fax +32 16 397.512
http://www.xplanation.com/ email: Paul.Bijnens < at > xplanation.com
***********************************************************************
* I think I've got the hang of it now: exit, ^D, ^C, ^\, ^Z, ^Q, F6, *
* quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye, /bye, *
* stop, end, F3, ~., ^]c, +++ ATH, disconnect, halt, abort, hangup, *
* PF4, F20, ^X^X, Very Happy:Very Happy, KJOB, F14-f-e, F8-e, kill -1 $$, shutdown, *
* kill -9 1, Alt-F4, Ctrl-Alt-Del, AltGr-NumLock, Stop-A, ... *
* ... "Are you sure?" ... YES ... Phew ... I'm out *
***********************************************************************

Post Amanda problem with Advanced Routing 
an SWE sync points to tcp_ecn turned on on the initiating system, which
might not be liked by intermediate firewalls (or even simple routers)

try
echo 0 >/proc/sys/net/ipv4/tcp_ecn

and see if that helps. It has solved many weird cases (non-amanda though)
for me..

regards


--On Tuesday, June 22, 2004 04:38:45 PM +0200 Paul Bijnens
<paul.bijnens < at > xplanation.com> wrote:

Armando Taffarel Neto wrote:

I have a problem with my server and clients. I use Linux 2.4 and
2.6. Some clients I need use "advanced routing" for iproute2. When this
options is compiled in kernel and in use, the dump doesn't work, but
amcheck works perfectly... looks like the connection not establish. We
use vlan in many clients, but only the clients that uses iproute2
presents this problem.

Look the traffic:

Who is the server? Who is the client?
Is this all traffic? Where is the initial udp traffic to port 10080?
Are there debug files in /tmp/amanda/amandad.XXX.debug? If yes, mail
them too.


20:25:46.368150 192.168.0.62.48969 > 192.168.0.7.42127: SWE ...
20:25:46.368231 192.168.0.7.42127 > 192.168.0.62.48969: S ... ack
20:25:49.367827 192.168.0.62.48969 > 192.168.0.7.42127: SWE ...
20:25:49.367853 192.168.0.7.42127 > 192.168.0.62.48969: S ... ack
20:25:49.566010 192.168.0.7.42127 > 192.168.0.62.48969: S ... ack
20:25:55.368978 192.168.0.62.48969 > 192.168.0.7.42127: SWE ...
20:25:55.369014 192.168.0.7.42127 > 192.168.0.62.48969: S ... ack
20:25:55.566012 192.168.0.7.42127 > 192.168.0.62.48969: S ... ack
20:26:07.371270 192.168.0.62.48969 > 192.168.0.7.42127: SWE ...

The computer 192.168.0.62 never sends an acknowledge.
You'll have to find out why.


My amanda report says me:

host /var/named lev 0 FAILED 20040622[could not connect to host]


It seems be a bug, am I correct?

A bug in the iproute2 configuration maybe?



--
Paul Bijnens, Xplanation Tel +32 16 397.511
Technologielaan 21 bus 2, B-3001 Leuven, BELGIUM Fax +32 16 397.512
http://www.xplanation.com/ email: Paul.Bijnens < at > xplanation.com
***********************************************************************
* I think I've got the hang of it now: exit, ^D, ^C, ^\, ^Z, ^Q, F6, *
* quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye, /bye, *
* stop, end, F3, ~., ^]c, +++ ATH, disconnect, halt, abort, hangup, *
* PF4, F20, ^X^X, Very Happy:Very Happy, KJOB, F14-f-e, F8-e, kill -1 $$, shutdown, *
* kill -9 1, Alt-F4, Ctrl-Alt-Del, AltGr-NumLock, Stop-A, ... *
* ... "Are you sure?" ... YES ... Phew ... I'm out *
***********************************************************************


Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB