A s2s prob

Hello , i finally decide to post , i really looked all post regarding my s2s issues , but i just don’t quite understand why it doesn’t work .

Let me explain, i got 2 servers : one is Ubuntu 8.04 and the other is Debian 4.0.

Openfire is installed on both , all works great exept for the s2s feature.

My DNS server ( bind9) is installed on the Debian 4.0 server.

the Ubuntu 8.04 server got for hostname : jabberubu

the Debian 4.0 server got for hostname : jabberdeb

jabberubu ip : 192.168.2.233

jabberdeb ip : 192.168.2.243

i left all default feature and configuration.

so the xmpp.domain for the Ubuntu server is actually : jabberubu

and the xmpp.domain for the Debian server is actually : jabberdeb

also i didnt touch any of the hosts files on both servers (/etc/hosts , /etc/host.conf)

i did change the /etc/resolv.conf for the Ubuntu server : namerserver 192.168.2.243 (DNS server which is on the Debian server)

also on the DNS server i added my new zone (/etc/bind/named.conf):

zone “oasis.com” {
type master;
file “/etc/bind/db.jabberdeb”;
forwarders{};
};

zone “2.168.192.in-addr.arpa” {
type master;
file “/etc/bind/db.jabberdeb.inv”;
forwarders{};
};

and the configuration for the file “/etc/bind/db.jabberdeb” :

$TTL 86400

@ IN SOA jabberdeb.oasis.com. root.oasis.com. (
2007101001 ; serial
21600 ; refresh after 6 hours
3600 ; retry after 1 hour
604800 ; expires after 1 week
86400 ) ; minimum TTL of 1 day

                 NS      jabberdeb.oasis.com.           

jabberdeb A 192.168.2.243
jabberubu A 192.168.2.233

_xmpp-client._tcp.oasis.com. 86400 IN SRV 0 0 5222 jabberdeb.oasis.com.
_xmpp-server._tcp.oasis.com. 86400 IN SRV 0 0 5269 jabberdeb.oasis.com.
_jabber._tcp.oasis.com. 86400 IN SRV 0 0 5269 jabberdeb.oasis.com.

and the configuration for the file “/etc/bind/db.jabberdeb.inv” :

$TTL 604800
@ IN SOA jabberdeb.oasis.com.
root.oasis.com. (
20041122
604800
86400
2419200
604800 )

NS jabberdeb.oasis.com.

1 PTR jabberubu.oasis.com.

the problem is i dont know exactly what is the issue , is it my DNS SRV that ain’t done right ?

both servers can be reached via telnet on port 5269.

i can ping without any probs

from jabberdeb box :
PING jabberubu.oasis.com (192.168.2.233) 56(84) bytes of data.
64 bytes from 192.168.2.233: icmp_seq=1 ttl=64 time=0.040 ms

from jabberubu box :

PING jabberdeb.oasis.com (192.168.2.243) 56(84) bytes of data.
64 bytes from 192.168.2.243: icmp_seq=1 ttl=64 time=0.040 ms

also i tried so many differente things , like s2s secure connection or without , i also played a bit with whitelist like adding jabberdeb.oasis.com or adding jabberdeb only or even oasis.com or even just the ip itself 192.168.2.243 …

i even changed the default xmpp.domain of both servers (jabberdeb.oasis.com or jabberubu.oasis.com) or oasis.com or even the ip itself , i also changed everytime the RSA certicate , i also looked at all logs , didnt help me much , even debug.log .

Also debug.log looks crypted , i dont know why because all s2s secure feature have been turned off (Server Dialback not available and TLS also)

Here is a sample :

2008.07.28 15:16:48 >> "User-Agent: Jakarta Commons-HttpClient/3.0[\r][\n]"
2008.07.28 15:16:48 >> "Host: www.igniterealtime.org[\r][\n]"
2008.07.28 15:16:48 >> "[\r][\n]"
2008.07.28 15:16:49 << "HTTP/1.0 200 OK[\r][\n]"
2008.07.28 15:16:49 << "Date: Mon, 28 Jul 2008 13:22:54 GMT[\r][\n]"
2008.07.28 15:16:49 << "Server: Apache/2.0.52 (Red Hat)[\r][\n]"
2008.07.28 15:16:49 << "Set-Cookie: jive.server.info=serverName=www.igniterealtime.org:serverPort=80:contextPath=/c ommunity:localName=www.igniterealtime.org:localPort=80:localAddr=null; Path=/community[\r][\n]"
2008.07.28 15:16:49 << "Set-Cookie: JSESSIONID=77DB8973D6A7B95FB8DFCBACB9A7ABEE; Path=/community[\r][\n]"
2008.07.28 15:16:49 << "Last-Modified: Fri, 13 Jun 2008 05:46:36 GMT[\r][\n]"
2008.07.28 15:16:49 << "Cache-Control: max-age=60, max-age=0[\r][\n]"
2008.07.28 15:16:49 << "Content-Language: en-US[\r][\n]"
2008.07.28 15:16:49 << "Vary: Accept-Encoding,User-Agent[\r][\n]"
2008.07.28 15:16:49 << "Content-Encoding: gzip[\r][\n]"
2008.07.28 15:16:49 << "Expires: Mon, 28 Jul 2008 13:22:54 GMT[\r][\n]"
2008.07.28 15:16:49 << "Content-Type: text/xml;charset=UTF-8[\r][\n]"
2008.07.28 15:16:49 << "X-Cache: MISS from vpnadsl1[\r][\n]"
2008.07.28 15:16:49 << "X-Cache-Lookup: MISS from vpnadsl1:3128[\r][\n]"
2008.07.28 15:16:49 << "Connection: close[\r][\n]"
2008.07.28 15:16:49 Cookie accepted: "$Version=0; jive.server.info=serverName=www.igniterealtime.org:serverPort=80:contextPath=/c ommunity:localName=www.igniterealtime.org:localPort=80:localAddr=null; $Path=/community"
2008.07.28 15:16:49 Cookie accepted: "$Version=0; JSESSIONID=77DB8973D6A7B95FB8DFCBACB9A7ABEE; $Path=/community"
2008.07.28 15:16:49 << "[0x1f]"
2008.07.28 15:16:49 << "[0x8b]"
2008.07.28 15:16:49 << "[0x8]“
2008.07.28 15:16:49 << “[0x0][0x0][0x0][0x0][0x0][0x3]“
2008.07.28 15:16:49 << “[0xed]][0xfb]o[0xdb][0xc6][0xb2][0xfe][0xfd][0x0][0xe7]�[0xd8][0xf8][0x0] m[0x2][0x98][0xe2][[0xaf]8)r[0x9d][0xa4]MQ[0xb7]F[0xa3][0xa0][0xe7][0x81][0x8b]b [0xc9]]J[0x8c]I./[0x97][0xb4][0xac][0xf3][0xd7][0x9f][0x99][0xe5][0xdb][0x96][0x 1c]Y[0xb6]t[0x9a][[0x15]E"J[0xbb][0xcb][0xd9][0xd9][0xd9][0x99][0xef][0x9b]}[0xe 4][0xec][0xbb][0x9b]8”[0xd7]<[0x93][0xa1]H^[0x9d][0x98][0x3][0xe3][0x84][0xf0][0 xc4][0x17],L[0xe6][0xaf]N>[0xcd][0xde]k[0xe3][0x93][0xef]^[0xff][0xf5]/g[0x99][0 x94][0x4][0x8a]&r[0xea][0x8b]$[0xe7]I[0xfe][0xea]d[0x91][0xe7][0xe9]T[0xd7][0xd3 ]”[0x8b][0x6]”[0x9b][0xeb]PD[0x87][0x6][0xf4]X[0xb0]”[0xe2]R[0xaf][\n]"
2008.07.28 15:16:49 << "[0xea]‘u[0xc5][0x88][0xd3]L[0xa6][0xd4][0xe7]M[0xdd][0xe5]r9[0xf8][0x1c]^s)[0x 82]|I3>[0xf0]E[0xac][0xab][0xd2]z[[0x1a][0x1b][0xae][0xdb][0xc8]X[0xd0][0xab][0x bc][0xb4][0xd5][0xab][0xcd][0xc9]d[0xa2][0x1b][0x96]nY[0x1a][0x94][0xd0][0xe4][ 0xc9][0xe9][0x8d][0x96][0xc8][0xbf][0xd5][0xf5][0x96][0xc1][0xb2][0xad][0xc7][0x a3]([0x10]Y[0xcc][0xd9][0x92]{[0xaa][0xfa][0xb9][0x88]c[0x90][0xf4][0xcd][0xe5][ 0x87]FX[0x91][0xf2]D[0x82][0x4][0xfe][0xa2][0xa9]G’J<M[0x97])[0xf7][0xf5][0xb6][ 0x0]t[0xda]l[0xea]1[0xff][0xae]b[0x98][0xaf][0xf3][0x88][0xe3][0x1b]d[0xaf],[0xc 8]([0xbe][0xac]F,[0x95][0x88]x[0x5][0xd5][0x9a]q[0xb2][0x9c]T[0x8]9[0xf3][0x17 ]4Ix[0xa4][0x1e][0xe0]1[0xf][0xf3][0x88][0xbf][0xfe]0O[0xc2][0x9c][0x93]9[0x8d] [0xf2]0[0xe6]Sr[0xc1][0xa5][0xa4]sN~[\n]"
2008.07.28 15:16:49 << "eN4r[0x99]A[0xdb]~[0xe][0x5]@[0xc9][0x92]KB[0x13]F~[0xe6]Ky[0xa6][0x97][\r]T[0 xad]Ear[0xf5][0xba][0xa3][0xed]P[0xb5][0x9b]U[0xcd]*iA#q[0x1][0xdf][0xae]:[0x9f] [0x12]h[0xe9][0xbb][0xeb][0x90]/
[0xb1]P[0xfa][0x85]D[0x99][0xa1]i[0xd5]Z[0xd5]2 [0xe3][0xd2][0xcf][0xc2]4[0x87]^[0x8][0x10]
[0xe3]>[0xe8][0x87][0xc0][0xb8][0x 14]1[0x89]Kq[0xa1]N[0xb7]-[0x14]M[0xe6][0x5][0xfc][0xfa][0x9a]’[0xd0]f[0xfd]P[0 xfd][0x98][0x16][0xde][[0x9a][0xf3][0xd7][0xef][0xb3][0xf0][0x94][0x98]6[0xf9][0 xb1]H[0x88]e[0x18]cb[0xb8]Sg8[0xb5][0x87][0xe4][0xfb][0x8b][0xd9][0x99]^[0x17][0 xab]j[0xcd]y[0xc2]3[0x9a][0x8b][0xec][0xf5]ycu[0xc4][0x1a][0xb8][0x3][0x83]x<[0x a7][0xe4]y[0xa5][0x83];[0xa6][0x9a][0x96][0x8a][0xec]Y[0xeb][0x8b]3[0xbd]m[0xaf] [0xee][0xae]?e"
2008.07.28 15:16:49 << "[0xf8]>[0x14]E3[0x86][0x9a]i[0xcf]j[0x81][0xfe][0x9][0x9d][0xac]~m[0xb][0xf7][ 0xfa][0xd8]}[0xae][0x8a][0xc0]([0xc4][0xd5][0xe7]f[0xd0]�[0x1][0x83][0xc][0 xc2][0x8c][0x13][0x1b][0x4][0xb7][0xc8][0x82]J[0x10][0x9e]’[0xa0]Y5[0xc8][0xac]? [0xb6][0xf][0x1d][0xdd]jHtsd[0x1b]#[0xeb][0xbb][0xe6]4[0xcb][0x19]�+[0x9f ]{[0x83]{kx[0xbf][0x89][0xf2][0x97][0xcf]4[0x8d][0xfc][0xeb][0xad][0xf0][0xb][0x 9c][0x4][0xff]#[0xd8][0xea]#V[0x9f]rF[0x19][0x1b][0xdb][0xbe]fz[0xd6]Hs[0xc6][0x dc][0xd6][0xc6]cji[0xe][0xf3][0x86][0xd0][0xac];[0xf1]=[0xfa][0xbf]D[0xd3][0xbe] [0x99][0xe7]/[0xb1][0x19][0x16]^[0x13]?[0xa2]R[0xbe][0xfa][0x16][0x87]B[0xcb]x[0 xc2]@[0xa6]U[0xae][0xe6][0xdb][0xba][0x8a][0x1f]~[0xe3][0x4][0xc6][0x89][0xa4] e[0xf7]I.[0xc0][0xcc][0x13]Q$0[0xb6][0xf9][0x82][0xd7]z!" }[0xd5][\r][0xbe][0xa1]q[0xfa]2[0xf1]d[0xfa][0x92][0xcc][0x16][0xa1]$[0xf0]?%1[ \r][0xf1][0x1d][0x14][0xab][0xd7]U[0x97]a[0xbe][0x80][0x1f][0x92][0x15][0x9][0xe 3]Td9[0x5][0xb][0xf6][0x8a]9[0x9][0xc2][0x1b].[0x7][0xe4]S:[0xcf](zR[0x12]d"&"[0 x2]a[0xeb]9[0xac]Z][0x84][0xf3]E[0xb4]B[0xdb]W[0xe][0x88]q6[0x80]7r[0x2][0x8f] 5[0xcc][0xc9]s[0x94][0xf]'9L[0x7][0xe2][0xd3][0x4][0xc6][0x14]&I[0x1][0xf3][0x 15][0xfb]I+u[0x9c](u[0xe0][0x18]h[0xfc][0x6][0xc6]0[0xa1][0x91]&c[0x1a]E'd[0x91] [0xf1][0xbe][0xcb]\3[0xcc]^[0x11]FL*[0x97][0x86]j[0xd0][0x99][0xf0]%L[0xad][0x9c ][0xcb]\/[0xdf][0x1d][0x89][0xf9][0x91][0xc7][0xd1][0x9]*v[0x1][0xb5][0xf1][0xe d]:[0xc5][0xa7][0x81][0x92]DO[0x1b][0xdd][0x13][0x99][0xaf]"[0xf0][0xf1]q[0x98]h [0xb][0xe]][0xcc][0xa7]d[0x9c][0xe6]/I[0xef]![0x85][0xa1][0x7][0xd5]L[0x89][0x91 ][0xde][0xbc]T[0xcd][0xb6]j[0xbf][0xd5] ~x+[0x96]I$(k[0xc7]J[0xe9][0xf4][0x9][0x95][0xc0][0xaa]7H=[0x84][0x91][0xb8][0x 19]|[0x96][0xe9]6[0xbd][0xed][0x9]w.[0xc0][0x19][0xfb]h[0xf6][0xe4][0x82]&0[0xb 2]’[0x17][0x13][0xce]g[0x8e].[0xa7][0x19]-[0xbf]y[0xe9][0xef]q[0xf9][0xd2][\r][ 0xb2][0xaf][0x91]|]o[0xde]%[0x9f][0xc5][0xea][0xd9]![0x6][0xb5][0x19][0xcb][0x19 ][0xa7]q[0xff]w[0x1d][0xe6]z[0xfd][0xf9][0x8e][0xf7]x[0x97][0xb0][0x7][0xf9][0x8 e]uqd[0xd7][0x1][0xf5]h[0x91]/[0xc0][0xb7]3[0x11]{" 2008.07.28 15:16:49 << "![0xbd][0xfa]}Ne.[0xc0]OW_7[0xc5][0xe6]E[0xc8][0x9e][0xcc][0xbf][0xaa][0xc6]Z[ 0xff][0xfa][0x80]x[0x82] [0xa1][0x89]N[0xea][0x87][0x99][0x98][0x81][0xe5][0xbd]6I[0xc]nsqJ,[0xb2][0xe4] [0xfc][\n]" 2008.07.28 15:16:49 << "[0x9c][0xdc]\[0x9c][0xe9][0xeb][0xcb]VqG[0xef][0x4][0x9e]/[0x7]![0xb3][0x6][0x 18][0xec][0xd9][0x13][0x5][0x9f][0xe1][0xc4][0xb6][0xed][0x8e]r[0xd4][0xf3][0x8e ][0xc1]gd[0xf][0x8d][0xb1]K}m[0x14]x[0xa6][0xe6][0xc][0x1d]W[0xf3][0xc6][0xe6]X[ 0x9b][0x4]#[0x9f][0xf]Y[0xc0][0x18][0xf5][0xe][0x1e]|[0xcc]g[0xb7][0x83]O]2[0xe3 ]i[0xc6]%b[0xc8][0xdb][\r][0xe0]#:[0x3]"E[0x91][0xf9][0xf0][0xb2]w O[0x96]f[0xa1],#[0x89]H[0xb0][0xd6])[0x1]@ yJ[0x1][0x98][0xa0]\[0xc5]<Ld7[0xd4]}[0xc8][0x9][0x8d][0xa4] a[0xe2]G[0x5][0xe8][0xb0][0x8c]b[0x88][0xc8][0xd4][0x1b][0xa4][0x85]!K[0x16][0x f0][0xd5]s[0x8e][0x8]8[0x4][0x97][0xb5]*C[0xe0][0x1c][0x82]c[0x84][0x80][0xe8][0 x5][0x14][0xa5]9[0xb4]N[0xe7][0x5][0x8][0x82]=2[0xba]=z[0xf][0x8d][0xc5][0x2][0x fa][0xca][0x0]V[0x85][0x11][0x8][0x95][0xd6][0xbd][0x3][0xef][0x89][0xaf][0xf1] [0xd2][0x90][0x14][0x11][0xe1][0x6][0x9f][0x89][0x5][0x1e][0xe2]/[+[0xc2][0x9a] [0xe0][0xdc]U[0x11][0x1d]g[0x8e]n8[0xba][0xe5](G[0xca][0xaf]y[0x82][0x82][0xe1]@ h[0xb6]kj5jZ[0x17][0x2]:[0x1d][0xfa][0x87](TTF[0xb4][0xab][0xe4][0xf][0x8a]([0xa a][0xe2]5[0xc1][0xae][0xfc][0xb9][0xa2]4[0xd8][0x10][0xe2][0xa5][0x6][0xc])kX[0x 81][0x8e][0x8a]" 2008.07.28 15:16:49 << "[0x14][0x9d]I[0xa9]![0x11]Eb[0x89][0xa8][0xa8]2[0xc2][0xd2][0x86][0xf2][0xae][ 0xb1][0x87][0x81][0xaa][0x85]3[0xa8][0xe8][0x83][0xa8][0x14][0xc7][0x7][0xcd][0x aa][0xb4]g[0x11]s[0x2][0xb4][\r][0xa0][0x14][0xbd][0xe6][0x95][0xde][0xd9][0xb4] /Y[0x11][0xd5][0x9f][0xa2][0x90]D0[0xd2][0x11][0x10][0xdd][0x13][0x92][0xaf]R[0x e8]~Q*[0xab][0xed][0xc1][0x5][0xf9][0x1e]$][0xd2][0xd5][0xad]x[0x14][0x85][0xf]h [0xe5][0x93][0x84][0xc8][0xff]Q[0xb1][0xc3][0xc7]4s[0xf1][0xcb][0xec][0xed]c[0xe a]&#127;[0xfc]p[0xb9][0xb1][0xba][0xde][0xaa]e[0x9f][0xb6][0xa0]\[\n]" 2008.07.28 15:16:49 << "[0xde][0xd5]:[0xab][0xc0][0xb2]2[0xcf]D2[0xc7][\n]"
2008.07.28 15:16:49 << "[0xe8][0x3]T;[0xed]W[0xca]~}[0xf7][0xe6][0xed][0xc5][0xbb][0xc6][0x11][0xb5][ 0xf6][0x93]/[0x5][0x1][0xae]Y[0xdb][0x91][0xb2][0x8]([0xb1]"[0xfc][0x6]<P[0x98][ 0x90][0x85]X[0xa2][0xe7][0x8d][0xc3][0xb9]rz[0xca][0x80][0xb0][0x89][0x8e][0x83] ,[0xeb]b)[0xfc][0x1][[0xeb][0xb8][0xd2][0xba][0xe5][0xc7][0x18][0xd4][0x85][0x80 ][0x89],2[0x90][0xf7]1#[0xf9][0x1e]0FJ[0xf3][0xcd][0xd6][0xb4][0xf7][0xe1][0xfc] Y[0xa8][0xf9][0xb]#[0xd7][0x4][0xac][0x8e][0x1a][0xcb]p_[0x8f]7[0xbd][0x6][0xe7] N[0xbd][0x88][0xaf][0xa5]R[0xf5][0x8f][0xa4]H[0xf2]0*[0xc3][0x17][0xfc][0x91]u[0 x82][0x15][0x86][0xb5]N[0xeb][0xe8][0x7]j[0x87][0xdc]m[0xf2][0xf9]yTH([0x85][0xc 6][0x80])[0x8c][0xf3]([0xc4]$B[0x9][0xbd]1[0xda][0xbf][0xe8][0xbd][0x9f]c[0xb8][ 0x2][0xf7][0xec][0xb5][0xad][0xc1]@[0x8b][0xa4][0xdb][0xe4]G[0x8][0x90]W[0xbf]q[ 0xef]n[0xc9]\@[0x80][0xc8][0xc0][0xa2]([0xd2][0xc1]6[0x92][0x96])[0x80][0xc1][0x 91][0x4][0xdd][0x11][0xae]3[0x82][0xfb]gA5[0xa2][0xd9] [0xf1][0xff][0x1b][0xd6][0xb6][0x17][0xc3][0xfa]:([0xdf]C[0x10][0xfb]6[0x94][0x cf]r[0xc9][0x9b]4[0xab]([0x9f]55[0xdd][0xa9][0xed][0xdc]O[0xf9]>Sh[0x15][0xbc]y[ 0xfc]Tlo[0x3][0xa1][0xb9][0x8f][0xed]9[0x9a][0xe5][0xce]jq[0xb7]g{v[0xc9][0xf6] J:[0x84][0xd1][0xd5][0xd3][0xb3]=[0x83][0xfc][0xc][0xce][0xf1]M[0xed][0xdd][0x9 f][0x8a][0xf1][0x8d][0x8d][0xe1][0xa4][0xab] |[0xde][0x91][0xf1]1[0xd3]qLk[0xec]h>[0xa3][0xae][0xe6][0x8c][0x1c]4[0x1d][0x8a ][0x8f][0xde][0xd0]pmf[0xc][0xdd][0xc3]3>[0xe3][0xe][0xe3][0x8b][0xe9]g[0x80]:[\ r][0x14][0xae][0xe9][0x18]%I[0x11]{[0xe0][0x9b][0xa0][0x5][0xc4])[0x1][0xa7]y[0x 1][0x94][0xf0][0x94][0xc8][0xc2]_T[0xd8][0x87]P/[0x8c]@[0x81][0xf8]z[0x16]J[0x15 ]f[0xa9][0xef][0x83][0x18][0x8a][0x1]B[0x8c][0xf4]" 2008.07.28 15:16:49 << "2[0xfc][0x13][0x1b][0xa0][0xc]f6[0xc1][0xac]f[0x16][0xc2];[0x12][0xe2]J[0x15] [0x9]8[0x8f][0xb0]0[0x1][0x1]V$[0xe6][0xe8][0xaa]?[0x95][0xcb][0x82]*[0xd7][0xa 1][0xc][0xbd]hU[0xb6][0xd8][0x15]l][0x1e][0xf4]>[0x8e][0x9]0[0x8b][0xa4][0xb][0x a5][0x97]D[0xe9][0x6][0xbf]P[0xaf][0x85][0xf7]a[0xf6][0xb3]H[0x95][0x84][0x8][0x e0][0xd0]?+[0xaa][0xb0][0xab]_[0xde]&}[0xaf]<Xo[0x15][0xc0]h][0xf1])F[0xfb][0xeb ]P[0xb1][0x91][0x2] >[0xaa][0x14][0xdc][0x0][0x98]B[0xe8]+[0xf9]N[0xc9]<[0x13]EZ[0xa9][0xba]d[0xba] 0[0xd0]~[0xe]LY[0x85][0x94][0xb6][0xe5]gG[0x16][0xb9])F[\n]"
2008.07.28 15:16:49 << "[0xbc][0xc1]a~[0x89][0xe9][0x8b]a[0x4][0xc1]z[0x1f][0xc2]s[0x16][0xdb]hV<J[0 xb2][0x89]&+[0xba][0xc6][0xf7][0x86],Q[0x11][0xb]4[0xb3][0xc6]:[0xd5]@[0x81][0xd 5][0xc2][0xb8][0x96]+t%[0x93]T[0xed][0xc4][0xe0][0xed]O[0xab]7[0xe3][0x90][0xcb] "E[0xeb]VL[0xe4][0xe2][0xd3]y9[0x81]B+0[0xf6][0xc8]>[0xc1]+d"[0x92][0xe4][0xf9] U[0xe8]_[0x9d][0x12][0x8f][0x82]=[0xf0][0xdc]&#127;qg[0x96]|[0xfa]P[0xc9]([0x7][ 0xcd][0xd8][0x83]=[0xa9][0x8e][0xdd][0xee][0xf8][0xde][0x90][0x88][0xc4][0x17]-[ 0xb9][0xa7]o[0x1][0x97][0xfe][0xc8][0xc9][0x82]c"[0xe0][0xf][0x9e][0x8]8[0xb2][0 x96]#kQ[0xc9][0x9c]5[0xdf]][0x96] [0xe7][0x8a][0xf3]T[0x1][0x8e][0x15][0x80][0x80][0xa2][0xf4][0xb0][0xb4][0x93][ 0xb][0xfe][0xd0][0xd0][0xf1][0x98]^[0xa1]7[0xc0][0x80][0x95][0x81][0x83][0x7]$[[ 0xfa][\r][0xf5][0xfb][0x1c][0x91][0x5]&|[0xda][0x14]3[0x0]"l[0xb0][0xeb]0[0xe][0 xc2]s[0xbe][0xe]F[0xf5][0x10]D[0xfc][0x5]Fu[0x81][0xe8][0xc7][0x18][0xb5][0x8c][ 0xca][0xb2][0xa6][0x8e];u[0xdd]C3[0xaa][0xf5][0x84][0xe1]~Fe[0x8c]f[0xb5][0xb8][ 0xbb]0*{O[0xb]hF[0xbd][0x80]F[0xce][0x1]B[0x84]**Z[0xfb][0xa1]Y#[0xd7]q[0xba]Z[0 xc3][0xe7][0x1d]i[0x96][0xeb]R[0xcf][0x1f][0x8d][0x3]md[0x82]=9[0xdc][0x9d]hc[0x a4][0xe9]l[0xc2]&[0x94][0x6][0x93][0x9]u[0x1f][0xb1][0xab][0xe3][0x87][0x10]A[0x c1]U[0x17]>[0xdf][0xd6][0xd9]9([0x9][0xa6]{[0x82][0xb9][0xba]&[0xd9][0xd8]$&#127 ;[0xd5][0x8e][0x9e][0xbd][0x4][0x1f]l[0xb9]q[0x87][0xcd][0xd7]0[0x9f][0xe7][0x1b ]V[0x8f]*[0xef]'[0xf9]m[0xb0][0xd3]z>[0xf4][0x84][0xd5]b[0xd9][0xf4] Kb[0xb6]n[0x9a][0x8d][0xbf][0xd7]l[0xd7][0xa8][0x97][0xc2]4[0xbf][0xb6]A[0xcd]" 2008.07.28 15:16:49 << "[0xd4]@[0xb7]Z[0xa3][0xdb][0x93][0x9e][0x1b][0xda]d[0xb8]f[0xdf]p[0xf][0x9b][0 xe0][0xfa][0xf5][0xdc][0x2][0xee][0x16][0xc6]4[0xb][0x81][0x8a]A] [0xce][0xb8][0xf1]M[0xe1][0xc6][0x92]p+[0xc6][0x16]&[0xf0][0x9][0xc8][0x81][0xa c]6[0xd9][0x0][0xdb][0x0]s2k[0xa2][0xb]D[0x1a][0xf8][0xbd][0xe2][0xa9]*c[0xdd]'[ 0xe][0xa0]eU[0xe]&#127;[0xe2][0x7][0x81][0xd0][0xb3][0x85][0x0][0x1d][0x17]R[0xa d][0x86][0x80][0x5][0xb5][0xa0][0xb5]^[0xd8][0x88])&[0xbd][0xe5][0x2][0xf9]4[0x8 c]gm[0x95]$[0xcc][0x11]6[0xe3]VH[0xfc];[0xcc][0xbf][0x95][0xa4][0xc0]i7G[0x1e][0 xde][0xed]hMT[0xba],[0x9e][0xd0]T[0x80][0xe5][0x84][0xff][0x6][0xf0][0xed][0x15] [0x18][0x9e]a[0x8c]a[0xbe][0xe5][0x18][0x81][0x15]@[0xa7][0xe4][0x4]g[0xc3][0x9] [0x1]u[0x9e][0xd4][0xa9][0x8c][0xc6][0x80][0x9a][0x9d][0x8c][0x8a]U[0xf9][0xb]P[ 0xa0]2[0xf4][0xf0]0i[0xf4][0xf5]t{[0xdf][0x1c][[0xcd][0x8b][0xdf]3[0xdf]ZG[0xb3] [0x9b][0xaf][0xee][0x7]&#127;w$[0xaf][0xa9][0xee][0xe1][0x84]g[0x95][0xbf]W[0xf9 ][0x8e][\n]" 2008.07.28 15:16:49 << "o7[0xdd][0xe8][0xfd][0xd8]v[0x85]<[0xff][0xc][0xce][0x2][0x1b][0x2]>Lh[0xf4]b] [0xdf].K[0x83][0xad][0xec][\r][0x8c][0xf5][0xff][\n]" 2008.07.28 15:16:49 << "x=S[0x86]q[0xcb][0xb9][0x9e][0xad][0xf5][0xec][0xa2][0xcc][0x8][0x1c][0x2][0x a7]k=[0x17][0x8f][0xf]5-[0xbd][0xed][0xe4][0xd7]g5[0xd4][0xbe][0x89] [0xf4][0x1b]6[0xab][0xb0]k[0xc2][0xcb]|[0xa1][0xd7][0x8e]’[0xf4]p[0xba][0xa6][0 x8d][0x8e]Y[0xaf][0xf9]t[0xb]?5[0xdd][0xed][0x12][0xc5][0xfd][\n]" 2008.07.28 15:16:49 << "[0xb3][\r]k>[0x9c]4-![0xfc]" 2008.07.28 15:16:49 << "[0x3][0x8]so&[0xe0]pb[0xfc]W[0x13][\n]" 2008.07.28 15:16:49 << "?[0xd0]4[0x5][0xda][0x7][0xbc][0x1]*[0x1d][0x84]cij[[0xee]c[0x98][0xd6]C@[0xf1 ][0x17][0x98][0xd6]lQ[0x9c][0x12]k[0x4][0xac][0xbf]fZ[0xf6][0xd4][0x99]Lm[0xeb][ 0xd0]Lk=g[0xb8][0x8f]i[0xd9][0x9a][0x5]L[0xab][0x12]w{[0xa6][0xe5]4L[0xcb][0xda] [0xd7][0xda][0xd5][0x17][0xf1][0xea]S[0x11]-[0xf8][0xcf][0xed]*[\r][0x9f]w$Z[0x8 e][0xe5]Zc[0xce][0x86][0x9a]=[0xe1][0xc0][0xde]-o[0xac]Q[0xd7][0xf][0xb4][0x80]Q [0xc3][0xe4]#k<[0xf4][0xf9][0x9e][0x89][0x96][0xf9]%[0xa2][0xd5][0xa7]A[0x8f] ?[0xeb][0xa2][0xe1][0x91][0xe][0xed][0xc3][0x83]>[0x8d][0xc3]{[0x88]q~[0xc1][0x e1][0xfd][0xc6][0xd9])1[0xad][0xd6][0xe1][0xe1][0xea][0xf7]pj[0x1e]|[0xb1]~[0xfd ][0xdc][0xbd][0xdf][0xe1][0x99][0xd6][0xac][0x16]w7[0x87][0xb7][0x8f][0xd4][0x92 ]3p[0xf7]v@h[0xe8][0x8c][0xad]^X[0xc0][0xe7][0x1d]=[0x9c]1[0xb6][0x19][0xf3][0x8 d][0x89][0xe6][0xd0][0xb1][0xa3]9[0x8c]2m[0xec][0x18][0xa6][0xe6][0x19][0xcc][0x f0][0x87][0x9e][0x15][0x8c][0xad][0xc9][0x81]W[0xec]Au[0x1b][0xf7]hw[0xd6][0xea] [0xdb]ev[0x18])[0xea])[0xfa][0xdb]&[0xec]S!"L[0x1e][0x94][0xa7][0x2][0xab][0xa5] [0xe3][0xe5]"[0xf4][0x17]0,[0x9][0x8b][0xa0][0x89][0xa6][0x9a](r<[0xb][0x87][0xa 9][0x8]Jb\[0xea][0x97][0xb1]([0xd3][0xf]1[0x9e][0xfd][0xcb][0xee]]W[0x9][0x8e][ 0xdb]+[0xfd][0x99][0xf0][\n]"
2008.07.28 15:16:49 << "[0x99]‘0b[0xfd][0xc]F[0x99][0xe4]P[0xae][0x93][0xc4]<[0x16][0xd9][\n]"
2008.07.28 15:16:49 << "[0x80] [0xbd][0xc2][0x95][0xd2][0xe3][0xa6][0xe7][0xaf]z[0xb9][0x1a]l/[0x8][0xe7]E[0xb 5][0x8b][0x2]Z[0xc4][0xf5][0xeb]L[0x88][0x18]\L[0xfd][0x91][0x94][0xc7]Y[0xeb]zU [0xce][0xab][0xc8]U[0xaa]’[0xe9][0xbd][0xf5][0x8f][0xba]l}<[0x8a]v[0xcf]<[0x9e] [0x9d][0xfb]"6{HX[0xdd][0x86][0x8c][0x1a]#[0xf2][0x1e][0xa6]~IF[0x8d][0xa9]5[0x9 9]:[0xa3]Cc[0xb3][0xf5][0xa8][0xe3]>lf[0xa9]e[0xbf]J[0xdc][0xed][0xb1][0x99][0xb b][0xe7]e?g[0xe0][0xec][0xf][0x9b][0xd9]#[0xb7]{[0xb8]P=[0xef][0x88][0xcd]|[0xcf ][0xe2][0xcc][0x4][0xab][0x9][0xdc][0xf1]Ps[0x86][0x16][0xd3]&[0x13][0x1b][0x94] :f[0x1][0x1d][0xb9][0x86][0x1d]x[0xa3][0x83]c3g[0xb]l[0x96]t[0xf6][0x1c]I[0xee][ 0x17][0x19][0xee][0x97][0x84][0xe8][0xaa][0x2][0xe5][0x8f]<[0xcf]q_cg[0xb7]V[0x1 9]xA[0x82][0x9f][0xde][0xbe][0xb9]$[0x1e]@/[0x15][0xd5]y[0x16][0xab]s"
2008.07.28 15:16:49 << "[\n]“
2008.07.28 15:16:49 << “[0x19][0x12][0xd4]r%[0x3][0xea][0xc2][0xdf][0xb2][0xe][0xfa]%[0xec][0x82][0xee ]I[0x11]5+C[0xdd][0x1d][0x9a]8[0x3]T&[0x1b][0x14][0x11][0xff]E[0xf5]b[0x8e]z[0x 15][0xca]s}N3&[0xeb][0xf5][0xa7][0x0][0xcf][0xa7]([0xe8][0x97]/[0xd4][0x9b][0x0] [0x1c][0xc2][0xe0][0xb5]8[0xa3][0x3][0xc2][0xfe][0x8c][0xa7][0xc4][0xbf][0x6]([0 x86][0xc0][0x1e]?[0xc4][0x8d][0x9d][0xe0]V[0xd2][0x1a]|[0x5][0xe2]([0x13]E[0x1b ][0x81]a[0xaf][0x93]"[0xb8],[0xa7][0xb6][0xc4][0xaa]Rx[0xe5][0xc0][0xdf]/./[0xe1 ]9[0xbb][0x86][0x98]u[0x84]cG8v[0x84]c_+[0x1c]{H$[0xdd][0x6][0x8e][0x99]#[0xf2]# M[0x9a]]X[0xee]d[0xea][0xda][0x87][0x86]c[0xeb][0x81][0xc6]}p[0xcc][0xd4]L[0xb5] [0xb]K[0x89][0xbb]=[0x1c][0x1b]6p[0xcc]Tp[0xec][0xc9][0xd1][0x98][0xbd]?4f[0x8d] [0xfa][0xb]([0xf8][0xbc]#[0x1a][0xb][0x86][0xde][0xc4]6[0x1d][0x0][0xf2][0x8c]Q[ 0xcd]1[0x3]S[0xa3]#nh[0x96][0x13]L,[0xd3][0xf7][0x2][0xdf]e[0x7]Gc[0xf6]6[0x99][ 0xb2][0xce][0xa9][0x96][0x10][0xda][0xeb]E[0xd4][\r]'[[0xfa][0xb8][0xa9][0x8a][0 xa2]M[0xc2][0xc][0xcf][0xf2][0x3][0x98][0x82]?[0x14][0x8a][\n]" 2008.07.28 15:16:49 << "q[0xf0][0xaa][0x13][0x1b][0x8c]<[0x1f][0x1a][0xe4]Z[0x0]fy[0xf6][0xe2][0xb4]<< L[0xfd]+[0x95]_[0xc3][0xd8][0xfc]QD4[0xb][0xcb][0xd0][0xfe][0x96]{![0xcc]"[0xb9] [0x92]![\r][0x2][0x93][0x11]B[0xb0][0x80][0xa4]<[0xc3][0x18][0xae][0xae][0x3][0 xea]eFz[0xb0][0xa1][0xb9][0xc8]’[0xc2][0x8b][0xb7][0x8e]7[0xf9]<5F#?[0x89][0xf2] [0xb0]p[0x1f][0x95]m[0x1a][0x9c]-[0x11][0xda][0xf][0xb3][0xd9][0xe5][0xc7][0xb2] [0xa1]L[0xcc]3[0x1a][0xc7]4[0xf]}[0x12]Q0[0xf8]Ei’[0x1f]�[0xf9]Sc[0xae][0xc a][0x1f][0xa8]Ts9[0xa5][0xd7][0x9c][0xc7][0x87][0x9f][0x5]p[0x94][0x90][0xf1]r[0 xfb]u[0xe3][0x1a][0x9a]}[0xd8][0xbd][0xc3][0xd9][0x4][0xb7]6TuO[0x89][0x97][0x89 ][0x2][0xc4]#0t[0x15][0xf0][0xf8]u[0x5][0xba][0xfe]>[0xa3][0xb][0x1a]�[0xb] dIdW[0x15]<[0x96][0xdd][0x83]8"STM[\r]4[0xad]/[0x92]SYL5[0x88][0xea][0xce][0x12] [0xbc]E[0x5][0xb][0xa9]#`O]*[0xc5]9[0xb8]%[0x10][0xf6][0xe5][0x1d]^m[0xa2][0xe e][0xcd][0xc3];[0xdd][0xea]]u[0x91]z.}[0x6][0xc7][0x12][0xa5][0xdd]A[0xc3][0xc][ 0xbb][0xcd][0xb3]\I[0xd1]l[0xf7][0xa9][0xf][0x8b]A[0x99]%m[0xee][0xfd]B?T[0xee]o " 2008.07.28 15:16:49 << "[0xa2]9[0xb1][0xad][0xca]/[0xf5][0x96]HKE[0xee][0xcb][<[0x16]0[0x1e][0xf1][0xf c][0x11][0xcf][0x1f][0xf1][0xfc][0x1d]<[0xff][0x10],[0xb6][0xe5]^[0x9f][0xb7][0x dc]G<?[0xc2][0xbd]>[0xc6][0xf0][0xbf]p[0xaa]b=T[0xdd][0x88][0xe7]G[0x9a]iU{}[0x9 4][0xb8][0xdb][0xe3][0xf9]Q'[0xbd][0xba][0x87][0xbd]>[0xce][0x1e][0xaf][0xc6]t'[ 0x96]mt[0x94][0xa4][0x9e]w][0xf9][0x1e][0x6][0x13]w[0xcc]F[0xda][0xc4][0x8],[0xc d][0xe1][0x86][0xaf]Qglk[0xde][0xc4][0xe0][0x8e][0xe5][0x8c][0xf8][0x90][0x1f][0 xfa]jLP[0xdd][0x1d]<[0xbf][0xf1]jL[0xb5][0xb1][0xb5][0xbf][0x14][0xbd][0x19][0xd e]{<[0xc7][0xe3]\>[0xc4]M[0xc][0x97][0xb8]=&n[0xee]p)#k[0x7][0x9e][0xed][0xea][0 xb1]n[0xe2]4UC[0x87]%[0x13]u[0x9][0xa7]~[0xc3]S[0x9e][0xa6][0xdb]Bb[0xf0][0xe7] [0xc8]2[0xce]iZ[0x12][0x8e][0x90][0xcb]nL[0xb8][0xec]@[0xcb][0xc6][0x8e][0xaa]N) LZ[0xee][0xfe][0xf][0x90][0xa0][0xa0][0xd7][0xb8][0xdd][0xf2]b[0xdf];[0x80]vp[0 xe4][0xb][0x87][0xe3][0xb][0xb7]X[0x81]lIA[0x99][0xd6][0xcd][0xd5][0xa6]6[0xfc][ 0xa1]ky[0xea]p?[0x8e]I[0xfe][0xa7]F[0xff]G[0x84]vDh_7B{Ht[0xdd][0xe6]&![0xa3][0x 83][0xd0][0xc][0x13]w[0xfb]Y[0x87]^[0x0][0xdf][0x0]>[0xee]Gh[0xc6]hV[0x8b][0xbb] [0x1b]B{[0xb2][0x5]p[0xe5]>[0xd5][0x9d][0xeb][0xe3][0xbb][0xf8][0xec][0xc9][0xae ][0x8f]5[0xec][0xfe]&[0x1]|[0xde][0x11][0xa0]y[0x81][0xeb]z[0xa3][0xa1][0xa9]Y[0 xfe][0x4]7[0xf4]O[0xc0]z[0x98][0xe7]i[0x1e][0xe5]co[0xe4][0x8e][0x86][0x9e][0xed ][0xef][0xe][0xd0][0xba][0xea][0xb8][0xbb][0xc3][0x1a]W[0x11]k[0xaf]qx[0xaf][0xb b])[0xa7][[0xe5][0xdf]:[0x9]]<H[0xd9]K[0xb2][0xe1]f[0xc4][0x84][0x82]7[0xe8]n/[0 xac][0x12]#[0x9d][0x94]0.sw[0xaf]8[0xea][0xbe][0xf2][0x97][0xf2][0x9e][0xa0]r[0x b3]d(k[0xa0][0x19][0xd5]7[0xe1][0xe6][0x19]M$F[0xec][0xea][0xa7][0xf5][0xc7]”[0x ab][0xa8].[0x15][0xc]F[0xed]V_[0x94][0x90]Bi[0xff][0x94] x-/”][0xe2][0xd1][0xce][0xf6][0x98][0xe5][0xbb][0x1b]xK[0xdd][0xa4][0xac][0xdb] [0xf4][0x14][0xea]k[0xae][0xb4]e![0xb9]0?[0x88]7[0x9c][0xf5][0x17][0xff][0xf7][ 0x8c][0x17][0x15][0x6]y X<[0x84][0x16][0xd6]F[0x9f]v>[0xed][0x10])[0x1e]2[0xcd][0xb7][0xda][0xc6][0xee] [0x90][0x9f][0xc5]u[0xc3][0xe5][0x1d]cj[0x1c]|[0x1b][0xfb]z/x_"
2008.07.28 15:16:49 << "[0xa4]05[0xd3][0x99][0xd5][0xe2]n[0x1f])[0xc6][0x8f][0xda][0xc6]~[0xa6][0xb7][ 0xff][0xb8][0xc9][0x19][0xfe][0xb3]([0xf0][0xf7]_[0xff][0xf2][0x1f]m[0x18]p[0xe0 ][0xb2]f[0x0][0x0]"
2008.07.28 15:16:49 Should close connection in response to directive: close
2008.07.28 15:16:49 Releasing connection back to connection manager.

i just want the s2s function to work , if anyone can help me on this matter please feel free to post .

Truly,

Wget