My client IP is: 192.168.123.6
SOCKS Proxy is: 192.168.123.7
HTTP Proxy is: 192.168.123.2

It may be worth knowing that the I am hopping (SSH tunnel) to this client
machine (192.168.123.6) through HTTP Proxy (192.168.123.2)

After changing log level to DEBUG and adding timestamp to layout, following
is the log output:

_______________________________________________________________________________
Attempting with Default JRE Connection through HTTP Proxy to:
https://somesharepoint.mydomain.com
java.io.IOException: Server returned HTTP response code: 401 for URL:
https://somesharepoint.mydomain.com
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown
Source)
at
net.vj.proxy.TestConnection.testWithDefaultJREConnections(TestConnection.java:79)
at net.vj.proxy.TestConnection.main(TestConnection.java:42)
Connecting with Apache HTTPClient through HTTP Proxy to :
https://somesharepoint.mydomain.com
2011-12-13 23:15:00,769  INFO [main] (HttpClientFactory.java:52) - Setting
the proxy server
2011-12-13 23:15:00,769  INFO [main] (HttpClientFactory.java:52) - Setting
the proxy server
0 [main] INFO net.vj.proxy.HttpClientFactory  - Setting the proxy server
2011-12-13 23:15:00,773  INFO [main] (HttpClientFactory.java:61) - Proxy
server set to 192.168.123.2 proxyPort 8000
2011-12-13 23:15:00,773  INFO [main] (HttpClientFactory.java:61) - Proxy
server set to 192.168.123.2 proxyPort 8000
4 [main] INFO net.vj.proxy.HttpClientFactory  - Proxy server set to
192.168.123.2 proxyPort 8000
Connecting to: https://somesharepoint.mydomain.com
2011-12-13 23:15:00,824 DEBUG [main] (SingleClientConnManager.java:212) -
Get connection for route HttpRoute[{tls}->http://192.168.123.2:8000->
https://somesharepoint.mydomain.com]
2011-12-13 23:15:00,824 DEBUG [main] (SingleClientConnManager.java:212) -
Get connection for route HttpRoute[{tls}->http://192.168.123.2:8000->
https://somesharepoint.mydomain.com]
55 [main] DEBUG org.apache.http.impl.conn.SingleClientConnManager  - Get
connection for route HttpRoute[{tls}->http://192.168.123.2:8000->
https://somesharepoint.mydomain.com]
2011-12-13 23:15:00,827 DEBUG [main]
(DefaultClientConnectionOperator.java:145) - Connecting to
192.168.123.2:8000
2011-12-13 23:15:00,827 DEBUG [main]
(DefaultClientConnectionOperator.java:145) - Connecting to
192.168.123.2:8000
58 [main] DEBUG org.apache.http.impl.conn.DefaultClientConnectionOperator
 - Connecting to 192.168.123.2:8000
2011-12-13 23:15:00,844 DEBUG [main] (RequestAuthCache.java:75) - Auth
cache not set in the context
2011-12-13 23:15:00,844 DEBUG [main] (RequestAuthCache.java:75) - Auth
cache not set in the context
75 [main] DEBUG org.apache.http.client.protocol.RequestAuthCache  - Auth
cache not set in the context
2011-12-13 23:15:00,845 DEBUG [main] (DefaultClientConnection.java:264) -
Sending request: CONNECT somesharepoint.mydomain.com:443 HTTP/1.1
2011-12-13 23:15:00,845 DEBUG [main] (DefaultClientConnection.java:264) -
Sending request: CONNECT somesharepoint.mydomain.com:443 HTTP/1.1
76 [main] DEBUG org.apache.http.impl.conn.DefaultClientConnection  -
Sending request: CONNECT somesharepoint.mydomain.com:443 HTTP/1.1
2011-12-13 23:15:00,846 DEBUG [main] (Wire.java:63) - >> "CONNECT
somesharepoint.mydomain.com:443 HTTP/1.1[\r][\n]"
2011-12-13 23:15:00,846 DEBUG [main] (Wire.java:63) - >> "CONNECT
somesharepoint.mydomain.com:443 HTTP/1.1[\r][\n]"
2011-12-13 23:15:00,846 DEBUG [main] (Wire.java:63) - >> "CONNECT
somesharepoint.mydomain.com:443 HTTP/1.1[\r][\n]"
77 [main] DEBUG org.apache.http.wire  - >> "CONNECT
somesharepoint.mydomain.com:443 HTTP/1.1[\r][\n]"
2011-12-13 23:15:00,847 DEBUG [main] (Wire.java:63) - >> "Host:
somesharepoint.mydomain.com[\r][\n]"
2011-12-13 23:15:00,847 DEBUG [main] (Wire.java:63) - >> "Host:
somesharepoint.mydomain.com[\r][\n]"
2011-12-13 23:15:00,847 DEBUG [main] (Wire.java:63) - >> "Host:
somesharepoint.mydomain.com[\r][\n]"
78 [main] DEBUG org.apache.http.wire  - >> "Host:
somesharepoint.mydomain.com[\r][\n]"
2011-12-13 23:15:00,847 DEBUG [main] (Wire.java:63) - >> "Proxy-Connection:
Keep-Alive[\r][\n]"
2011-12-13 23:15:00,847 DEBUG [main] (Wire.java:63) - >> "Proxy-Connection:
Keep-Alive[\r][\n]"
2011-12-13 23:15:00,847 DEBUG [main] (Wire.java:63) - >> "Proxy-Connection:
Keep-Alive[\r][\n]"
78 [main] DEBUG org.apache.http.wire  - >> "Proxy-Connection:
Keep-Alive[\r][\n]"
2011-12-13 23:15:00,847 DEBUG [main] (Wire.java:63) - >> "User-Agent:
Apache-HttpClient/4.1.2 (java 1.5)[\r][\n]"
2011-12-13 23:15:00,847 DEBUG [main] (Wire.java:63) - >> "User-Agent:
Apache-HttpClient/4.1.2 (java 1.5)[\r][\n]"
2011-12-13 23:15:00,847 DEBUG [main] (Wire.java:63) - >> "User-Agent:
Apache-HttpClient/4.1.2 (java 1.5)[\r][\n]"
78 [main] DEBUG org.apache.http.wire  - >> "User-Agent:
Apache-HttpClient/4.1.2 (java 1.5)[\r][\n]"
2011-12-13 23:15:00,848 DEBUG [main] (Wire.java:63) - >> "[\r][\n]"
2011-12-13 23:15:00,848 DEBUG [main] (Wire.java:63) - >> "[\r][\n]"
2011-12-13 23:15:00,848 DEBUG [main] (Wire.java:63) - >> "[\r][\n]"
79 [main] DEBUG org.apache.http.wire  - >> "[\r][\n]"
2011-12-13 23:15:00,849 DEBUG [main] (DefaultClientConnection.java:268) -
>> CONNECT somesharepoint.mydomain.com:443 HTTP/1.1
2011-12-13 23:15:00,849 DEBUG [main] (DefaultClientConnection.java:268) -
>> CONNECT somesharepoint.mydomain.com:443 HTTP/1.1
80 [main] DEBUG org.apache.http.headers  - >> CONNECT
somesharepoint.mydomain.com:443 HTTP/1.1
2011-12-13 23:15:00,850 DEBUG [main] (DefaultClientConnection.java:271) -
>> Host: somesharepoint.mydomain.com
2011-12-13 23:15:00,850 DEBUG [main] (DefaultClientConnection.java:271) -
>> Host: somesharepoint.mydomain.com
81 [main] DEBUG org.apache.http.headers  - >> Host:
somesharepoint.mydomain.com
2011-12-13 23:15:00,850 DEBUG [main] (DefaultClientConnection.java:271) -
>> Proxy-Connection: Keep-Alive
2011-12-13 23:15:00,850 DEBUG [main] (DefaultClientConnection.java:271) -
>> Proxy-Connection: Keep-Alive
81 [main] DEBUG org.apache.http.headers  - >> Proxy-Connection: Keep-Alive
2011-12-13 23:15:00,850 DEBUG [main] (DefaultClientConnection.java:271) -
>> User-Agent: Apache-HttpClient/4.1.2 (java 1.5)
2011-12-13 23:15:00,850 DEBUG [main] (DefaultClientConnection.java:271) -
>> User-Agent: Apache-HttpClient/4.1.2 (java 1.5)
81 [main] DEBUG org.apache.http.headers  - >> User-Agent:
Apache-HttpClient/4.1.2 (java 1.5)
2011-12-13 23:15:01,211 DEBUG [main] (Wire.java:63) - << "HTTP/1.0 200
Connection established[\r][\n]"
2011-12-13 23:15:01,211 DEBUG [main] (Wire.java:63) - << "HTTP/1.0 200
Connection established[\r][\n]"
2011-12-13 23:15:01,211 DEBUG [main] (Wire.java:63) - << "HTTP/1.0 200
Connection established[\r][\n]"
442 [main] DEBUG org.apache.http.wire  - << "HTTP/1.0 200 Connection
established[\r][\n]"
2011-12-13 23:15:01,214 DEBUG [main] (Wire.java:63) - << "[\r][\n]"
2011-12-13 23:15:01,214 DEBUG [main] (Wire.java:63) - << "[\r][\n]"
2011-12-13 23:15:01,214 DEBUG [main] (Wire.java:63) - << "[\r][\n]"
445 [main] DEBUG org.apache.http.wire  - << "[\r][\n]"
2011-12-13 23:15:01,215 DEBUG [main] (DefaultClientConnection.java:249) -
Receiving response: HTTP/1.0 200 Connection established
2011-12-13 23:15:01,215 DEBUG [main] (DefaultClientConnection.java:249) -
Receiving response: HTTP/1.0 200 Connection established
446 [main] DEBUG org.apache.http.impl.conn.DefaultClientConnection  -
Receiving response: HTTP/1.0 200 Connection established
2011-12-13 23:15:01,215 DEBUG [main] (DefaultClientConnection.java:252) -
<< HTTP/1.0 200 Connection established
2011-12-13 23:15:01,215 DEBUG [main] (DefaultClientConnection.java:252) -
<< HTTP/1.0 200 Connection established
446 [main] DEBUG org.apache.http.headers  - << HTTP/1.0 200 Connection
established
2011-12-13 23:15:01,216 DEBUG [main] (ResponseProcessCookies.java:78) -
Cookie spec not specified in HTTP context
2011-12-13 23:15:01,216 DEBUG [main] (ResponseProcessCookies.java:78) -
Cookie spec not specified in HTTP context
447 [main] DEBUG org.apache.http.client.protocol.ResponseProcessCookies  -
Cookie spec not specified in HTTP context
2011-12-13 23:15:01,217 DEBUG [main] (DefaultRequestDirector.java:752) -
Tunnel to target created.
2011-12-13 23:15:01,217 DEBUG [main] (DefaultRequestDirector.java:752) -
Tunnel to target created.
448 [main] DEBUG org.apache.http.impl.client.DefaultHttpClient  - Tunnel to
target created.
2011-12-13 23:15:02,339 DEBUG [main] (RequestAddCookies.java:132) -
CookieSpec selected: best-match
2011-12-13 23:15:02,339 DEBUG [main] (RequestAddCookies.java:132) -
CookieSpec selected: best-match
1570 [main] DEBUG org.apache.http.client.protocol.RequestAddCookies  -
CookieSpec selected: best-match
2011-12-13 23:15:02,352 DEBUG [main] (RequestAuthCache.java:75) - Auth
cache not set in the context
2011-12-13 23:15:02,352 DEBUG [main] (RequestAuthCache.java:75) - Auth
cache not set in the context
1583 [main] DEBUG org.apache.http.client.protocol.RequestAuthCache  - Auth
cache not set in the context
2011-12-13 23:15:02,353 DEBUG [main] (DefaultRequestDirector.java:643) -
Attempt 1 to execute request
2011-12-13 23:15:02,353 DEBUG [main] (DefaultRequestDirector.java:643) -
Attempt 1 to execute request
1584 [main] DEBUG org.apache.http.impl.client.DefaultHttpClient  - Attempt
1 to execute request
2011-12-13 23:15:02,353 DEBUG [main] (DefaultClientConnection.java:264) -
Sending request: GET /sites/projects/spirit/SAL_2-0/default.aspx HTTP/1.1
2011-12-13 23:15:02,353 DEBUG [main] (DefaultClientConnection.java:264) -
Sending request: GET /sites/projects/spirit/SAL_2-0/default.aspx HTTP/1.1
1584 [main] DEBUG org.apache.http.impl.conn.DefaultClientConnection  -
Sending request: GET /sites/projects/spirit/SAL_2-0/default.aspx HTTP/1.1
2011-12-13 23:15:02,353 DEBUG [main] (Wire.java:63) - >> "GET
/sites/projects/spirit/SAL_2-0/default.aspx HTTP/1.1[\r][\n]"
2011-12-13 23:15:02,353 DEBUG [main] (Wire.java:63) - >> "GET
/sites/projects/spirit/SAL_2-0/default.aspx HTTP/1.1[\r][\n]"
2011-12-13 23:15:02,353 DEBUG [main] (Wire.java:63) - >> "GET
/sites/projects/spirit/SAL_2-0/default.aspx HTTP/1.1[\r][\n]"
1584 [main] DEBUG org.apache.http.wire  - >> "GET
/sites/projects/spirit/SAL_2-0/default.aspx HTTP/1.1[\r][\n]"
2011-12-13 23:15:02,353 DEBUG [main] (Wire.java:63) - >> "Host:
somesharepoint.mydomain.com[\r][\n]"
2011-12-13 23:15:02,353 DEBUG [main] (Wire.java:63) - >> "Host:
somesharepoint.mydomain.com[\r][\n]"
2011-12-13 23:15:02,353 DEBUG [main] (Wire.java:63) - >> "Host:
somesharepoint.mydomain.com[\r][\n]"
1584 [main] DEBUG org.apache.http.wire  - >> "Host:
somesharepoint.mydomain.com[\r][\n]"
2011-12-13 23:15:02,354 DEBUG [main] (Wire.java:63) - >> "Connection:
Keep-Alive[\r][\n]"
2011-12-13 23:15:02,354 DEBUG [main] (Wire.java:63) - >> "Connection:
Keep-Alive[\r][\n]"
2011-12-13 23:15:02,354 DEBUG [main] (Wire.java:63) - >> "Connection:
Keep-Alive[\r][\n]"
1585 [main] DEBUG org.apache.http.wire  - >> "Connection:
Keep-Alive[\r][\n]"
2011-12-13 23:15:02,354 DEBUG [main] (Wire.java:63) - >> "User-Agent:
Apache-HttpClient/4.1.2 (java 1.5)[\r][\n]"
2011-12-13 23:15:02,354 DEBUG [main] (Wire.java:63) - >> "User-Agent:
Apache-HttpClient/4.1.2 (java 1.5)[\r][\n]"
2011-12-13 23:15:02,354 DEBUG [main] (Wire.java:63) - >> "User-Agent:
Apache-HttpClient/4.1.2 (java 1.5)[\r][\n]"
1585 [main] DEBUG org.apache.http.wire  - >> "User-Agent:
Apache-HttpClient/4.1.2 (java 1.5)[\r][\n]"
2011-12-13 23:15:02,355 DEBUG [main] (Wire.java:63) - >> "[\r][\n]"
2011-12-13 23:15:02,355 DEBUG [main] (Wire.java:63) - >> "[\r][\n]"
2011-12-13 23:15:02,355 DEBUG [main] (Wire.java:63) - >> "[\r][\n]"
1586 [main] DEBUG org.apache.http.wire  - >> "[\r][\n]"
2011-12-13 23:15:02,355 DEBUG [main] (DefaultClientConnection.java:268) -
>> GET /sites/projects/spirit/SAL_2-0/default.aspx HTTP/1.1
2011-12-13 23:15:02,355 DEBUG [main] (DefaultClientConnection.java:268) -
>> GET /sites/projects/spirit/SAL_2-0/default.aspx HTTP/1.1
1586 [main] DEBUG org.apache.http.headers  - >> GET
/sites/projects/spirit/SAL_2-0/default.aspx HTTP/1.1
2011-12-13 23:15:02,355 DEBUG [main] (DefaultClientConnection.java:271) -
>> Host: somesharepoint.mydomain.com
2011-12-13 23:15:02,355 DEBUG [main] (DefaultClientConnection.java:271) -
>> Host: somesharepoint.mydomain.com
1586 [main] DEBUG org.apache.http.headers  - >> Host:
somesharepoint.mydomain.com
2011-12-13 23:15:02,356 DEBUG [main] (DefaultClientConnection.java:271) -
>> Connection: Keep-Alive
2011-12-13 23:15:02,356 DEBUG [main] (DefaultClientConnection.java:271) -
>> Connection: Keep-Alive
1587 [main] DEBUG org.apache.http.headers  - >> Connection: Keep-Alive
2011-12-13 23:15:02,356 DEBUG [main] (DefaultClientConnection.java:271) -
>> User-Agent: Apache-HttpClient/4.1.2 (java 1.5)
2011-12-13 23:15:02,356 DEBUG [main] (DefaultClientConnection.java:271) -
>> User-Agent: Apache-HttpClient/4.1.2 (java 1.5)
1587 [main] DEBUG org.apache.http.headers  - >> User-Agent:
Apache-HttpClient/4.1.2 (java 1.5)
2011-12-13 23:15:02,911 DEBUG [main] (Wire.java:63) - << "HTTP/1.1 401
Unauthorized[\r][\n]"
2011-12-13 23:15:02,911 DEBUG [main] (Wire.java:63) - << "HTTP/1.1 401
Unauthorized[\r][\n]"
2011-12-13 23:15:02,911 DEBUG [main] (Wire.java:63) - << "HTTP/1.1 401
Unauthorized[\r][\n]"
2142 [main] DEBUG org.apache.http.wire  - << "HTTP/1.1 401
Unauthorized[\r][\n]"
2011-12-13 23:15:02,912 DEBUG [main] (Wire.java:63) - << "Content-Length:
1656[\r][\n]"
2011-12-13 23:15:02,912 DEBUG [main] (Wire.java:63) - << "Content-Length:
1656[\r][\n]"
2011-12-13 23:15:02,912 DEBUG [main] (Wire.java:63) - << "Content-Length:
1656[\r][\n]"
2143 [main] DEBUG org.apache.http.wire  - << "Content-Length: 1656[\r][\n]"
2011-12-13 23:15:02,912 DEBUG [main] (Wire.java:63) - << "Content-Type:
text/html[\r][\n]"
2011-12-13 23:15:02,912 DEBUG [main] (Wire.java:63) - << "Content-Type:
text/html[\r][\n]"
2011-12-13 23:15:02,912 DEBUG [main] (Wire.java:63) - << "Content-Type:
text/html[\r][\n]"
2143 [main] DEBUG org.apache.http.wire  - << "Content-Type:
text/html[\r][\n]"
2011-12-13 23:15:02,912 DEBUG [main] (Wire.java:63) - << "Server:
Microsoft-IIS/6.0[\r][\n]"
2011-12-13 23:15:02,912 DEBUG [main] (Wire.java:63) - << "Server:
Microsoft-IIS/6.0[\r][\n]"
2011-12-13 23:15:02,912 DEBUG [main] (Wire.java:63) - << "Server:
Microsoft-IIS/6.0[\r][\n]"
2143 [main] DEBUG org.apache.http.wire  - << "Server:
Microsoft-IIS/6.0[\r][\n]"
2011-12-13 23:15:02,913 DEBUG [main] (Wire.java:63) - << "WWW-Authenticate:
NTLM[\r][\n]"
2011-12-13 23:15:02,913 DEBUG [main] (Wire.java:63) - << "WWW-Authenticate:
NTLM[\r][\n]"
2011-12-13 23:15:02,913 DEBUG [main] (Wire.java:63) - << "WWW-Authenticate:
NTLM[\r][\n]"
2144 [main] DEBUG org.apache.http.wire  - << "WWW-Authenticate:
NTLM[\r][\n]"
2011-12-13 23:15:02,913 DEBUG [main] (Wire.java:63) - <<
"MicrosoftSharePointTeamServices: 12.0.0.6520[\r][\n]"
2011-12-13 23:15:02,913 DEBUG [main] (Wire.java:63) - <<
"MicrosoftSharePointTeamServices: 12.0.0.6520[\r][\n]"
2011-12-13 23:15:02,913 DEBUG [main] (Wire.java:63) - <<
"MicrosoftSharePointTeamServices: 12.0.0.6520[\r][\n]"
2144 [main] DEBUG org.apache.http.wire  - <<
"MicrosoftSharePointTeamServices: 12.0.0.6520[\r][\n]"
2011-12-13 23:15:02,913 DEBUG [main] (Wire.java:63) - << "X-Powered-By:
ASP.NET[\r][\n]"
2011-12-13 23:15:02,913 DEBUG [main] (Wire.java:63) - << "X-Powered-By:
ASP.NET[\r][\n]"
2011-12-13 23:15:02,913 DEBUG [main] (Wire.java:63) - << "X-Powered-By:
ASP.NET[\r][\n]"
2144 [main] DEBUG org.apache.http.wire  - << "X-Powered-By: ASP.NET[\r][\n]"
2011-12-13 23:15:02,914 DEBUG [main] (Wire.java:63) - << "Date: Tue, 13 Dec
2011 12:02:04 GMT[\r][\n]"
2011-12-13 23:15:02,914 DEBUG [main] (Wire.java:63) - << "Date: Tue, 13 Dec
2011 12:02:04 GMT[\r][\n]"
2011-12-13 23:15:02,914 DEBUG [main] (Wire.java:63) - << "Date: Tue, 13 Dec
2011 12:02:04 GMT[\r][\n]"
2145 [main] DEBUG org.apache.http.wire  - << "Date: Tue, 13 Dec 2011
12:02:04 GMT[\r][\n]"
2011-12-13 23:15:02,914 DEBUG [main] (Wire.java:63) - << "[\r][\n]"
2011-12-13 23:15:02,914 DEBUG [main] (Wire.java:63) - << "[\r][\n]"
2011-12-13 23:15:02,914 DEBUG [main] (Wire.java:63) - << "[\r][\n]"
2145 [main] DEBUG org.apache.http.wire  - << "[\r][\n]"
2011-12-13 23:15:02,915 DEBUG [main] (DefaultClientConnection.java:249) -
Receiving response: HTTP/1.1 401 Unauthorized
2011-12-13 23:15:02,915 DEBUG [main] (DefaultClientConnection.java:249) -
Receiving response: HTTP/1.1 401 Unauthorized
2146 [main] DEBUG org.apache.http.impl.conn.DefaultClientConnection  -
Receiving response: HTTP/1.1 401 Unauthorized
2011-12-13 23:15:02,916 DEBUG [main] (DefaultClientConnection.java:252) -
<< HTTP/1.1 401 Unauthorized
2011-12-13 23:15:02,916 DEBUG [main] (DefaultClientConnection.java:252) -
<< HTTP/1.1 401 Unauthorized
2147 [main] DEBUG org.apache.http.headers  - << HTTP/1.1 401 Unauthorized
2011-12-13 23:15:02,916 DEBUG [main] (DefaultClientConnection.java:255) -
<< Content-Length: 1656
2011-12-13 23:15:02,916 DEBUG [main] (DefaultClientConnection.java:255) -
<< Content-Length: 1656
2147 [main] DEBUG org.apache.http.headers  - << Content-Length: 1656
2011-12-13 23:15:02,916 DEBUG [main] (DefaultClientConnection.java:255) -
<< Content-Type: text/html
2011-12-13 23:15:02,916 DEBUG [main] (DefaultClientConnection.java:255) -
<< Content-Type: text/html
2147 [main] DEBUG org.apache.http.headers  - << Content-Type: text/html
2011-12-13 23:15:02,916 DEBUG [main] (DefaultClientConnection.java:255) -
<< Server: Microsoft-IIS/6.0
2011-12-13 23:15:02,916 DEBUG [main] (DefaultClientConnection.java:255) -
<< Server: Microsoft-IIS/6.0
2147 [main] DEBUG org.apache.http.headers  - << Server: Microsoft-IIS/6.0
2011-12-13 23:15:02,917 DEBUG [main] (DefaultClientConnection.java:255) -
<< WWW-Authenticate: NTLM
2011-12-13 23:15:02,917 DEBUG [main] (DefaultClientConnection.java:255) -
<< WWW-Authenticate: NTLM
2148 [main] DEBUG org.apache.http.headers  - << WWW-Authenticate: NTLM
2011-12-13 23:15:02,917 DEBUG [main] (DefaultClientConnection.java:255) -
<< MicrosoftSharePointTeamServices: 12.0.0.6520
2011-12-13 23:15:02,917 DEBUG [main] (DefaultClientConnection.java:255) -
<< MicrosoftSharePointTeamServices: 12.0.0.6520
2148 [main] DEBUG org.apache.http.headers  - <<
MicrosoftSharePointTeamServices: 12.0.0.6520
2011-12-13 23:15:02,917 DEBUG [main] (DefaultClientConnection.java:255) -
<< X-Powered-By: ASP.NET
2011-12-13 23:15:02,917 DEBUG [main] (DefaultClientConnection.java:255) -
<< X-Powered-By: ASP.NET
2148 [main] DEBUG org.apache.http.headers  - << X-Powered-By: ASP.NET
2011-12-13 23:15:02,917 DEBUG [main] (DefaultClientConnection.java:255) -
<< Date: Tue, 13 Dec 2011 12:02:04 GMT
2011-12-13 23:15:02,917 DEBUG [main] (DefaultClientConnection.java:255) -
<< Date: Tue, 13 Dec 2011 12:02:04 GMT
2148 [main] DEBUG org.apache.http.headers  - << Date: Tue, 13 Dec 2011
12:02:04 GMT
2011-12-13 23:15:02,924 DEBUG [main] (DefaultRequestDirector.java:487) -
Connection can be kept alive indefinitely
2011-12-13 23:15:02,924 DEBUG [main] (DefaultRequestDirector.java:487) -
Connection can be kept alive indefinitely
2155 [main] DEBUG org.apache.http.impl.client.DefaultHttpClient  -
Connection can be kept alive indefinitely
2011-12-13 23:15:02,924 DEBUG [main] (DefaultRequestDirector.java:1086) -
Target requested authentication
2011-12-13 23:15:02,924 DEBUG [main] (DefaultRequestDirector.java:1086) -
Target requested authentication
2155 [main] DEBUG org.apache.http.impl.client.DefaultHttpClient  - Target
requested authentication
2011-12-13 23:15:02,925 DEBUG [main]
(AbstractAuthenticationHandler.java:151) - Authentication schemes in the
order of preference: [negotiate, NTLM, Digest, Basic]
2011-12-13 23:15:02,925 DEBUG [main]
(AbstractAuthenticationHandler.java:151) - Authentication schemes in the
order of preference: [negotiate, NTLM, Digest, Basic]
2156 [main] DEBUG
org.apache.http.impl.client.DefaultTargetAuthenticationHandler  -
Authentication schemes in the order of preference: [negotiate, NTLM,
Digest, Basic]
2011-12-13 23:15:02,925 DEBUG [main]
(AbstractAuthenticationHandler.java:174) - Challenge for negotiate
authentication scheme not available
2011-12-13 23:15:02,925 DEBUG [main]
(AbstractAuthenticationHandler.java:174) - Challenge for negotiate
authentication scheme not available
2156 [main] DEBUG
org.apache.http.impl.client.DefaultTargetAuthenticationHandler  - Challenge
for negotiate authentication scheme not available
2011-12-13 23:15:02,925 DEBUG [main]
(AbstractAuthenticationHandler.java:161) - NTLM authentication scheme
selected
2011-12-13 23:15:02,925 DEBUG [main]
(AbstractAuthenticationHandler.java:161) - NTLM authentication scheme
selected
2156 [main] DEBUG
org.apache.http.impl.client.DefaultTargetAuthenticationHandler  - NTLM
authentication scheme selected
2011-12-13 23:15:02,930 DEBUG [main] (DefaultRequestDirector.java:1196) -
Authorization challenge processed
2011-12-13 23:15:02,930 DEBUG [main] (DefaultRequestDirector.java:1196) -
Authorization challenge processed
2161 [main] DEBUG org.apache.http.impl.client.DefaultHttpClient  -
Authorization challenge processed
2011-12-13 23:15:02,931 DEBUG [main] (DefaultRequestDirector.java:1224) -
Authentication scope: NTLM <any realm>@somesharepoint.mydomain.com:443
2011-12-13 23:15:02,931 DEBUG [main] (DefaultRequestDirector.java:1224) -
Authentication scope: NTLM <any realm>@somesharepoint.mydomain.com:443
2162 [main] DEBUG org.apache.http.impl.client.DefaultHttpClient  -
Authentication scope: NTLM <any realm>@somesharepoint.mydomain.com:443
2011-12-13 23:15:02,932 DEBUG [main] (DefaultRequestDirector.java:1233) -
Credentials not found
2011-12-13 23:15:02,932 DEBUG [main] (DefaultRequestDirector.java:1233) -
Credentials not found
2163 [main] DEBUG org.apache.http.impl.client.DefaultHttpClient  -
Credentials not found
Response: HTTP/1.1 401 Unauthorized
Content-Length : 1656
Content-Type : text/html
Server : Microsoft-IIS/6.0
WWW-Authenticate : NTLM
MicrosoftSharePointTeamServices : 12.0.0.6520
X-Powered-By : ASP.NET
Date : Tue, 13 Dec 2011 12:02:04 GMT
Attempting with Default JRE Connection through SOCKS Proxy to:
https://somesharepoint.mydomain.com
2011-12-13 23:15:04,764 DEBUG [Finalizer]
(DefaultClientConnection.java:152) - Connection shut down
2011-12-13 23:15:04,764 DEBUG [Finalizer]
(DefaultClientConnection.java:152) - Connection shut down
3995 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultClientConnection  -
Connection shut down
java.io.IOException: Server returned HTTP response code: 401 for URL:
https://somesharepoint.mydomain.com
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown
Source)
at
net.vj.proxy.TestConnection.testWithDefaultJREConnections(TestConnection.java:79)
at net.vj.proxy.TestConnection.main(TestConnection.java:54)
Connecting with Apache HTTPClient through SOCKS Proxy to :
https://somesharepoint.mydomain.com
2011-12-13 23:15:05,323  INFO [main] (HttpClientFactory.java:52) - Setting
the proxy server
2011-12-13 23:15:05,323  INFO [main] (HttpClientFactory.java:52) - Setting
the proxy server
4554 [main] INFO net.vj.proxy.HttpClientFactory  - Setting the proxy server
4554 [main] INFO net.vj.proxy.HttpClientFactory  - Setting the proxy server
2011-12-13 23:15:05,323  INFO [main] (HttpClientFactory.java:67) - SOCK
proxy is set to [192.168.123.7:1080]
2011-12-13 23:15:05,323  INFO [main] (HttpClientFactory.java:67) - SOCK
proxy is set to [192.168.123.7:1080]
4554 [main] INFO net.vj.proxy.HttpClientFactory  - SOCK proxy is set to [
192.168.123.7:1080]
4554 [main] INFO net.vj.proxy.HttpClientFactory  - SOCK proxy is set to [
192.168.123.7:1080]
Connecting to: https://somesharepoint.mydomain.com
2011-12-13 23:15:05,324 DEBUG [main] (SingleClientConnManager.java:212) -
Get connection for route HttpRoute[{s}->https://somesharepoint.mydomain.com]
2011-12-13 23:15:05,324 DEBUG [main] (SingleClientConnManager.java:212) -
Get connection for route HttpRoute[{s}->https://somesharepoint.mydomain.com]
4555 [main] DEBUG org.apache.http.impl.conn.SingleClientConnManager  - Get
connection for route HttpRoute[{s}->https://somesharepoint.mydomain.com]
4555 [main] DEBUG org.apache.http.impl.conn.SingleClientConnManager  - Get
connection for route HttpRoute[{s}->https://somesharepoint.mydomain.com]
2011-12-13 23:15:05,324 DEBUG [main] (DefaultClientConnection.java:165) -
Connection closed
2011-12-13 23:15:05,324 DEBUG [main] (DefaultClientConnection.java:165) -
Connection closed
4555 [main] DEBUG org.apache.http.impl.conn.DefaultClientConnection  -
Connection closed
4555 [main] DEBUG org.apache.http.impl.conn.DefaultClientConnection  -
Connection closed
2011-12-13 23:15:05,324 DEBUG [main] (DefaultClientConnection.java:152) -
Connection shut down
2011-12-13 23:15:05,324 DEBUG [main] (DefaultClientConnection.java:152) -
Connection shut down
4555 [main] DEBUG org.apache.http.impl.conn.DefaultClientConnection  -
Connection shut down
4555 [main] DEBUG org.apache.http.impl.conn.DefaultClientConnection  -
Connection shut down
2011-12-13 23:15:05,325 DEBUG [main] (SingleClientConnManager.java:267) -
Releasing connection
org.apache.http.impl.conn.SingleClientConnManager$ConnAdapter@bb7759
2011-12-13 23:15:05,325 DEBUG [main] (SingleClientConnManager.java:267) -
Releasing connection
org.apache.http.impl.conn.SingleClientConnManager$ConnAdapter@bb7759
4556 [main] DEBUG org.apache.http.impl.conn.SingleClientConnManager  -
Releasing connection
org.apache.http.impl.conn.SingleClientConnManager$ConnAdapter@bb7759
4556 [main] DEBUG org.apache.http.impl.conn.SingleClientConnManager  -
Releasing connection
org.apache.http.impl.conn.SingleClientConnManager$ConnAdapter@bb7759
java.net.UnknownHostException: somesharepoint.mydomain.com
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultClientConnectionOperator.java:242)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:130)
at
org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149)
at
org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:573)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:425)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
at net.vj.proxy.TestConnection.testWithHttpClient(TestConnection.java:143)
at net.vj.proxy.TestConnection.main(TestConnection.java:60)


_______________________________________________________________________________

Below is the tcpdump,
________________________________________________________________________________
23:14:51.630024 IP 192.168.123.6.50009 > 10.10.10.1.50011: UDP, length 8
23:14:52.756659 IP 192.168.123.6.50009 > 10.10.10.1.50011: UDP, length 71
23:14:52.757525 IP 10.10.10.1.50011 > 192.168.123.6.50009: UDP, length 39
23:14:53.443352 IP 192.168.123.6.52766 > 192.168.123.2.irdmi: S
3108804282:3108804282(0) win 5840 <mss 1460,sackOK,timestamp 305528273
0,nop,wscale 7>
23:14:53.444024 IP 192.168.123.2.irdmi > 192.168.123.6.52766: S
4009534913:4009534913(0) ack 3108804283 win 5792 <mss 1460,sackOK,timestamp
3067801714 305528273,nop,wscale 7>
23:14:53.444042 IP 192.168.123.6.52766 > 192.168.123.2.irdmi: . ack 1 win
46 <nop,nop,timestamp 305528273 3067801714>
23:14:53.451366 IP 192.168.123.6.52766 > 192.168.123.2.irdmi: P 1:201(200)
ack 1 win 46 <nop,nop,timestamp 305528276 3067801714>
23:14:53.452017 IP 192.168.123.2.irdmi > 192.168.123.6.52766: . ack 201 win
54 <nop,nop,timestamp 3067801722 305528276>
23:14:53.821904 IP 192.168.123.2.irdmi > 192.168.123.6.52766: P 1:40(39)
ack 201 win 54 <nop,nop,timestamp 3067802091 305528276>
23:14:53.822182 IP 192.168.123.6.52766 > 192.168.123.2.irdmi: . ack 40 win
46 <nop,nop,timestamp 305528369 3067802091>
23:14:53.836868 IP 192.168.123.6.52766 > 192.168.123.2.irdmi: P
201:304(103) ack 40 win 46 <nop,nop,timestamp 305528371 3067802091>
23:14:53.837300 IP 192.168.123.2.irdmi > 192.168.123.6.52766: . ack 304 win
54 <nop,nop,timestamp 3067802107 305528371>
23:14:54.196404 IP 192.168.123.2.irdmi > 192.168.123.6.52766: .
40:1488(1448) ack 304 win 54 <nop,nop,timestamp 3067802464 305528371>
23:14:54.196406 IP 192.168.123.2.irdmi > 192.168.123.6.52766: .
1488:2936(1448) ack 304 win 54 <nop,nop,timestamp 3067802464 305528371>
23:14:54.196578 IP 192.168.123.6.52766 > 192.168.123.2.irdmi: . ack 2936
win 91 <nop,nop,timestamp 305528462 3067802464>
23:14:54.197740 IP 192.168.123.2.irdmi > 192.168.123.6.52766: P
2936:4384(1448) ack 304 win 54 <nop,nop,timestamp 3067802467 305528462>
23:14:54.197743 IP 192.168.123.2.irdmi > 192.168.123.6.52766: P
4384:4424(40) ack 304 win 54 <nop,nop,timestamp 3067802467 305528462>
23:14:54.197802 IP 192.168.123.6.52766 > 192.168.123.2.irdmi: . ack 4424
win 114 <nop,nop,timestamp 305528462 3067802467>
23:14:54.233169 IP 192.168.123.6.52766 > 192.168.123.2.irdmi: P
304:443(139) ack 4424 win 114 <nop,nop,timestamp 305528470 3067802467>
23:14:54.234018 IP 192.168.123.2.irdmi > 192.168.123.6.52766: . ack 443 win
62 <nop,nop,timestamp 3067802504 305528470>
23:14:54.238673 IP 192.168.123.6.52766 > 192.168.123.2.irdmi: P 443:449(6)
ack 4424 win 114 <nop,nop,timestamp 305528472 3067802504>
23:14:54.240659 IP 192.168.123.2.irdmi > 192.168.123.6.52766: . ack 449 win
62 <nop,nop,timestamp 3067802509 305528472>
23:14:54.251492 IP 192.168.123.6.52766 > 192.168.123.2.irdmi: P 449:494(45)
ack 4424 win 114 <nop,nop,timestamp 305528475 3067802509>
23:14:54.253712 IP 192.168.123.2.irdmi > 192.168.123.6.52766: . ack 494 win
62 <nop,nop,timestamp 3067802521 305528475>
23:14:54.953967 IP 192.168.123.2.irdmi > 192.168.123.6.52766: P
4424:4475(51) ack 494 win 62 <nop,nop,timestamp 3067803224 305528475>
23:14:54.960907 IP 192.168.123.6.52766 > 192.168.123.2.irdmi: P
494:731(237) ack 4475 win 114 <nop,nop,timestamp 305528651 3067803224>
23:14:54.964637 IP 192.168.123.2.irdmi > 192.168.123.6.52766: . ack 731 win
71 <nop,nop,timestamp 3067803230 305528651>
23:14:55.621002 IP 192.168.123.2.irdmi > 192.168.123.6.52766: .
4475:5923(1448) ack 731 win 71 <nop,nop,timestamp 3067803889 305528651>
23:14:55.621005 IP 192.168.123.2.irdmi > 192.168.123.6.52766: P
5923:6392(469) ack 731 win 71 <nop,nop,timestamp 3067803890 305528651>
23:14:55.621153 IP 192.168.123.6.52766 > 192.168.123.2.irdmi: . ack 6392
win 159 <nop,nop,timestamp 305528818 3067803889>
23:14:55.628927 IP 192.168.123.6.45281 > 192.168.123.2.domain:  37893+
AAAA? somesharepoint.mydomain.com. (42)
23:14:55.630621 IP 192.168.123.2 > 192.168.123.6: ICMP 192.168.123.2 udp
port domain unreachable, length 78
23:14:55.630762 IP 192.168.123.6.48603 > 192.168.123.2.domain:  37893+
AAAA? somesharepoint.mydomain.com. (42)
23:14:55.632512 IP 192.168.123.2 > 192.168.123.6: ICMP 192.168.123.2 udp
port domain unreachable, length 78
23:14:55.632586 IP 192.168.123.6.41552 > 192.168.123.2.domain:  12773+
AAAA? somesharepoint.mydomain.com.localdomain. (54)
23:14:55.633718 IP 192.168.123.2 > 192.168.123.6: ICMP 192.168.123.2 udp
port domain unreachable, length 90
23:14:55.633765 IP 192.168.123.6.39861 > 192.168.123.2.domain:  12773+
AAAA? somesharepoint.mydomain.com.localdomain. (54)
23:14:55.634332 IP 192.168.123.2 > 192.168.123.6: ICMP 192.168.123.2 udp
port domain unreachable, length 90
23:14:55.634506 IP 192.168.123.6.37562 > 192.168.123.2.domain:  49880+ A?
somesharepoint.mydomain.com. (42)
23:14:55.635239 IP 192.168.123.2 > 192.168.123.6: ICMP 192.168.123.2 udp
port domain unreachable, length 78
23:14:55.635284 IP 192.168.123.6.35046 > 192.168.123.2.domain:  49880+ A?
somesharepoint.mydomain.com. (42)
23:14:55.636033 IP 192.168.123.2 > 192.168.123.6: ICMP 192.168.123.2 udp
port domain unreachable, length 78
23:14:55.636427 IP 192.168.123.6.35224 > 192.168.123.2.domain:  62804+ A?
somesharepoint.mydomain.com.localdomain. (54)
23:14:56.479205 IP 10.10.10.1.50011 > 192.168.123.6.50009: UDP, length 327
23:14:56.479207 IP 10.10.10.1.50011 > 192.168.123.6.50009: UDP, length 327
23:14:56.479208 IP 10.10.10.1.50011 > 192.168.123.6.50009: UDP, length 327
23:14:56.481185 IP 192.168.123.6.50009 > 10.10.10.1.50011: UDP, length 8
23:14:56.482038 IP 192.168.123.6.50009 > 10.10.10.1.50011: UDP, length 8
23:14:56.482670 IP 192.168.123.6.50009 > 10.10.10.1.50011: UDP, length 8
23:14:57.553734 IP 192.168.123.6.50009 > 10.10.10.1.50011: UDP, length 71
23:14:57.554775 IP 10.10.10.1.50011 > 192.168.123.6.50009: UDP, length 39
23:15:00.634432 IP 192.168.123.6.35224 > 192.168.123.2.domain:  62804+ A?
somesharepoint.mydomain.com.localdomain. (54)
23:15:00.634908 IP 192.168.123.2 > 192.168.123.6: ICMP 192.168.123.2 udp
port domain unreachable, length 90
23:15:00.828502 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: S
3119242056:3119242056(0) win 5840 <mss 1460,sackOK,timestamp 305530119
0,nop,wscale 7>
23:15:00.829083 IP 192.168.123.2.irdmi > 192.168.123.6.52770: S
4022664755:4022664755(0) ack 3119242057 win 5792 <mss 1460,sackOK,timestamp
3067809099 305530119,nop,wscale 7>
23:15:00.829111 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: . ack 1 win
46 <nop,nop,timestamp 305530119 3067809099>
23:15:00.850882 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: P 1:160(159)
ack 1 win 46 <nop,nop,timestamp 305530124 3067809099>
23:15:00.851447 IP 192.168.123.2.irdmi > 192.168.123.6.52770: . ack 160 win
54 <nop,nop,timestamp 3067809122 305530124>
23:15:01.210897 IP 192.168.123.2.irdmi > 192.168.123.6.52770: P 1:40(39)
ack 160 win 54 <nop,nop,timestamp 3067809481 305530124>
23:15:01.211049 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: . ack 40 win
46 <nop,nop,timestamp 305530216 3067809481>
23:15:01.218488 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: P
160:263(103) ack 40 win 46 <nop,nop,timestamp 305530217 3067809481>
23:15:01.219089 IP 192.168.123.2.irdmi > 192.168.123.6.52770: . ack 263 win
54 <nop,nop,timestamp 3067809489 305530217>
23:15:01.376548 IP 10.10.10.1.50011 > 192.168.123.6.50009: UDP, length 327
23:15:01.376550 IP 10.10.10.1.50011 > 192.168.123.6.50009: UDP, length 327
23:15:01.376551 IP 10.10.10.1.50011 > 192.168.123.6.50009: UDP, length 327
23:15:01.378575 IP 192.168.123.6.50009 > 10.10.10.1.50011: UDP, length 8
23:15:01.379429 IP 192.168.123.6.50009 > 10.10.10.1.50011: UDP, length 8
23:15:01.380062 IP 192.168.123.6.50009 > 10.10.10.1.50011: UDP, length 8
23:15:01.581856 IP 192.168.123.2.irdmi > 192.168.123.6.52770: .
40:1488(1448) ack 263 win 54 <nop,nop,timestamp 3067809852 305530217>
23:15:01.581859 IP 192.168.123.2.irdmi > 192.168.123.6.52770: P
1488:1500(12) ack 263 win 54 <nop,nop,timestamp 3067809852 305530217>
23:15:01.582034 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: . ack 1500
win 69 <nop,nop,timestamp 305530308 3067809852>
23:15:01.583066 IP 192.168.123.2.irdmi > 192.168.123.6.52770: .
1500:2948(1448) ack 263 win 54 <nop,nop,timestamp 3067809853 305530308>
23:15:01.583067 IP 192.168.123.2.irdmi > 192.168.123.6.52770: .
2948:4396(1448) ack 263 win 54 <nop,nop,timestamp 3067809853 305530308>
23:15:01.583067 IP 192.168.123.2.irdmi > 192.168.123.6.52770: P
4396:4424(28) ack 263 win 54 <nop,nop,timestamp 3067809853 305530308>
23:15:01.583125 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: . ack 4396
win 114 <nop,nop,timestamp 305530308 3067809853>
23:15:01.585161 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: P
263:402(139) ack 4424 win 114 <nop,nop,timestamp 305530308 3067809853>
23:15:01.585443 IP 192.168.123.2.irdmi > 192.168.123.6.52770: . ack 402 win
62 <nop,nop,timestamp 3067809856 305530308>
23:15:01.586502 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: P 402:408(6)
ack 4424 win 114 <nop,nop,timestamp 305530308 3067809856>
23:15:01.586851 IP 192.168.123.2.irdmi > 192.168.123.6.52770: . ack 408 win
62 <nop,nop,timestamp 3067809857 305530308>
23:15:01.587063 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: P 408:453(45)
ack 4424 win 114 <nop,nop,timestamp 305530308 3067809857>
23:15:01.587353 IP 192.168.123.2.irdmi > 192.168.123.6.52770: . ack 453 win
62 <nop,nop,timestamp 3067809858 305530308>
23:15:02.334677 IP 192.168.123.2.irdmi > 192.168.123.6.52770: P
4424:4475(51) ack 453 win 62 <nop,nop,timestamp 3067810604 305530308>
23:15:02.356872 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: P
453:650(197) ack 4475 win 114 <nop,nop,timestamp 305530502 3067810604>
23:15:02.357234 IP 192.168.123.2.irdmi > 192.168.123.6.52770: . ack 650 win
71 <nop,nop,timestamp 3067810628 305530502>
23:15:02.464067 IP 192.168.123.6.50009 > 10.10.10.1.50011: UDP, length 71
23:15:02.465069 IP 10.10.10.1.50011 > 192.168.123.6.50009: UDP, length 39
23:15:02.909807 IP 192.168.123.2.irdmi > 192.168.123.6.52770: .
4475:5923(1448) ack 650 win 71 <nop,nop,timestamp 3067811180 305530502>
23:15:02.909810 IP 192.168.123.2.irdmi > 192.168.123.6.52770: P
5923:6392(469) ack 650 win 71 <nop,nop,timestamp 3067811180 305530502>
23:15:02.909998 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: . ack 6392
win 159 <nop,nop,timestamp 305530640 3067811180>
23:15:02.947173 arp who-has 192.168.123.7 tell 192.168.123.6
23:15:02.947565 arp reply 192.168.123.7 is-at 00:50:56:95:03:a1
23:15:02.947572 IP 192.168.123.6.47147 > 192.168.123.7.socks: S
3114246662:3114246662(0) win 5840 <mss 1460,sackOK,timestamp 305530648
0,nop,wscale 7>
23:15:02.947832 IP 192.168.123.7.socks > 192.168.123.6.47147: S
1073104907:1073104907(0) ack 3114246663 win 5792 <mss 1460,sackOK,timestamp
3067820932 305530648,nop,wscale 7>
23:15:02.947944 IP 192.168.123.6.47147 > 192.168.123.7.socks: . ack 1 win
46 <nop,nop,timestamp 305530650 3067820932>
23:15:02.948316 IP 192.168.123.6.47147 > 192.168.123.7.socks: P 1:5(4) ack
1 win 46 <nop,nop,timestamp 305530650 3067820932>
23:15:02.949073 IP 192.168.123.7.socks > 192.168.123.6.47147: . ack 5 win
46 <nop,nop,timestamp 3067820933 305530650>
23:15:02.949074 IP 192.168.123.7.socks > 192.168.123.6.47147: P 1:3(2) ack
5 win 46 <nop,nop,timestamp 3067820934 305530650>
23:15:02.949408 IP 192.168.123.6.47147 > 192.168.123.7.socks: . ack 3 win
46 <nop,nop,timestamp 305530650 3067820934>
23:15:02.950486 IP 192.168.123.6.47147 > 192.168.123.7.socks: P 5:36(31)
ack 3 win 46 <nop,nop,timestamp 305530651 3067820934>
23:15:02.991468 IP 192.168.123.7.socks > 192.168.123.6.47147: . ack 36 win
46 <nop,nop,timestamp 3067820976 305530651>
23:15:03.751545 IP 192.168.123.7.socks > 192.168.123.6.47147: P 3:13(10)
ack 36 win 46 <nop,nop,timestamp 3067821736 305530651>
23:15:03.752361 IP 192.168.123.6.47147 > 192.168.123.7.socks: P 36:139(103)
ack 13 win 46 <nop,nop,timestamp 305530851 3067821736>
23:15:03.753038 IP 192.168.123.7.socks > 192.168.123.6.47147: . ack 139 win
46 <nop,nop,timestamp 3067821737 305530851>
23:15:04.069651 IP 192.168.123.7.socks > 192.168.123.6.47147: .
13:1461(1448) ack 139 win 46 <nop,nop,timestamp 3067822053 305530851>
23:15:04.069654 IP 192.168.123.7.socks > 192.168.123.6.47147: P
1461:1473(12) ack 139 win 46 <nop,nop,timestamp 3067822053 305530851>
23:15:04.069881 IP 192.168.123.6.47147 > 192.168.123.7.socks: . ack 1473
win 69 <nop,nop,timestamp 305530929 3067822053>
23:15:04.070306 IP 192.168.123.7.socks > 192.168.123.6.47147: .
1473:2921(1448) ack 139 win 46 <nop,nop,timestamp 3067822055 305530929>
23:15:04.070307 IP 192.168.123.7.socks > 192.168.123.6.47147: .
2921:4369(1448) ack 139 win 46 <nop,nop,timestamp 3067822055 305530929>
23:15:04.070317 IP 192.168.123.6.47147 > 192.168.123.7.socks: . ack 4369
win 114 <nop,nop,timestamp 305530929 3067822055>
23:15:04.071006 IP 192.168.123.7.socks > 192.168.123.6.47147: P
4369:4397(28) ack 139 win 46 <nop,nop,timestamp 3067822055 305530929>
23:15:04.073587 IP 192.168.123.6.47147 > 192.168.123.7.socks: P
139:278(139) ack 4397 win 114 <nop,nop,timestamp 305530929 3067822055>
23:15:04.074117 IP 192.168.123.7.socks > 192.168.123.6.47147: . ack 278 win
54 <nop,nop,timestamp 3067822058 305530929>
23:15:04.075341 IP 192.168.123.6.47147 > 192.168.123.7.socks: P 278:284(6)
ack 4397 win 114 <nop,nop,timestamp 305530932 3067822058>
23:15:04.075815 IP 192.168.123.6.47147 > 192.168.123.7.socks: P 284:329(45)
ack 4397 win 114 <nop,nop,timestamp 305530932 3067822058>
23:15:04.076811 IP 192.168.123.7.socks > 192.168.123.6.47147: . ack 284 win
54 <nop,nop,timestamp 3067822061 305530932>
23:15:04.076812 IP 192.168.123.7.socks > 192.168.123.6.47147: . ack 329 win
54 <nop,nop,timestamp 3067822062 305530932>
23:15:04.754680 IP 192.168.123.7.socks > 192.168.123.6.47147: P
4397:4448(51) ack 329 win 54 <nop,nop,timestamp 3067822739 305530932>
23:15:04.761996 IP 192.168.123.6.47147 > 192.168.123.7.socks: P
329:566(237) ack 4448 win 114 <nop,nop,timestamp 305531101 3067822739>
23:15:04.762446 IP 192.168.123.7.socks > 192.168.123.6.47147: . ack 566 win
62 <nop,nop,timestamp 3067822747 305531101>
23:15:04.763613 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: P 650:679(29)
ack 6392 win 159 <nop,nop,timestamp 305531101 3067811180>
23:15:04.763929 IP 192.168.123.2.irdmi > 192.168.123.6.52770: . ack 679 win
71 <nop,nop,timestamp 3067813034 305531101>
23:15:04.764017 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: F 679:679(0)
ack 6392 win 159 <nop,nop,timestamp 305531101 3067813034>
23:15:04.764387 IP 192.168.123.2.irdmi > 192.168.123.6.52770: F
6392:6392(0) ack 680 win 71 <nop,nop,timestamp 3067813035 305531101>
23:15:04.764406 IP 192.168.123.6.52770 > 192.168.123.2.irdmi: . ack 6393
win 159 <nop,nop,timestamp 305531101 3067813035>
23:15:05.291623 IP 192.168.123.7.socks > 192.168.123.6.47147: .
4448:5896(1448) ack 566 win 62 <nop,nop,timestamp 3067823276 305531101>
23:15:05.291626 IP 192.168.123.7.socks > 192.168.123.6.47147: P
5896:5908(12) ack 566 win 62 <nop,nop,timestamp 3067823277 305531101>
23:15:05.291754 IP 192.168.123.6.47147 > 192.168.123.7.socks: . ack 5908
win 137 <nop,nop,timestamp 305531236 3067823276>
23:15:05.291940 IP 192.168.123.7.socks > 192.168.123.6.47147: P
5908:6365(457) ack 566 win 62 <nop,nop,timestamp 3067823277 305531236>
23:15:05.330806 IP 192.168.123.6.47147 > 192.168.123.7.socks: . ack 6365
win 159 <nop,nop,timestamp 305531246 3067823277>
23:15:05.334048 IP 192.168.123.6.52766 > 192.168.123.2.irdmi: F 731:731(0)
ack 6392 win 159 <nop,nop,timestamp 305531246 3067803889>
23:15:05.334280 IP 192.168.123.6.47147 > 192.168.123.7.socks: F 566:566(0)
ack 6365 win 159 <nop,nop,timestamp 305531246 3067823277>
23:15:05.334865 IP 192.168.123.7.socks > 192.168.123.6.47147: F
6365:6365(0) ack 567 win 62 <nop,nop,timestamp 3067823320 305531246>
23:15:05.334896 IP 192.168.123.6.47147 > 192.168.123.7.socks: . ack 6366
win 159 <nop,nop,timestamp 305531246 3067823320>
23:15:05.336296 IP 192.168.123.2.irdmi > 192.168.123.6.52766: F
6392:6392(0) ack 732 win 71 <nop,nop,timestamp 3067813607 305531246>
23:15:05.336309 IP 192.168.123.6.52766 > 192.168.123.2.irdmi: . ack 6393
win 159 <nop,nop,timestamp 305531246 3067813607>
23:15:06.247179 IP 10.10.10.1.50011 > 192.168.123.6.50009: UDP, length 327
23:15:06.247182 IP 10.10.10.1.50011 > 192.168.123.6.50009: UDP, length 327
_______________________________________________________________________________

Reply via email to