18 Dec
2012
18 Dec
'12
4:02 p.m.
hi, server has mulitple interfaces? ensure that the listener etc are bound to the IPs that you want the packet to go out from - the remote system is likely to only accept requests from a particular IP.....if the packet comes from a different interface that IP will be different.. the remote server will not accept it (unknown client/incorrect shared secret) and will silently discard. basic 'tcpdump -eqntl' wil suffice alan