As usual follow up to myself, I'm used to talk to myself too.


Paul Bijnens wrote:

To verify, you can run a packetsnooper on both server, and client. With tcpdump, as root:

tcpdump -X udp and port 10080

Verify that the packets that are send by the client are also received
by the server.

Without starting amanda, you can check the udp connection too with netcat. First disable the normal amandad started by (x)inetd to free up the UDP port. Then:

On the client side:

  nc -vvv -u -l -p 10080

On the server side:

  nc -vvv theclient 10080

Type something on the client: you should see the letters on the other side. Wait some time, and type something on the other program, and
see if the letters appear on the opposite program again.
Some experiment with how long to wait before answering should give
you an idea if it is a timing issue with udp or not.



-- 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: [EMAIL PROTECTED] *********************************************************************** * 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, :D::D, 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 * ***********************************************************************




Reply via email to