Om de een of andere reden kunnen de clients niet naar poort 2064 flushen, terwijl de pproxy gewoon up is. Flushen naar de twee andere poorten die open staan namelijk 21 en 8080 werken wel. Heb er ook over gedacht dat het een probleem met de firewall kan zijn, maar dat lijkt me niet want daar hebben we niks aan veranderd en bovendien kunnen we daar remote niet veel aan doen dus hoop ik dat het probleem ergens anders ligt..
Wat details:
Enig idee waar het aan kan liggen?
Wat details:
Originally posted by BigJ:
and for some reason im unable to connect on the regular port, i had to tell it to flush to port 21...
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
| [Apr 25 09:11:25 UTC] Connected to elitehackers.keyserver.org:2064...
[Apr 25 09:12:19 UTC] Connect to host 24.214.100.184:2064 failed.
EDISCONNECT: connection lost
[Apr 25 09:12:50 UTC] Connect to host 24.214.100.184:2064 failed.
EDISCONNECT: connection lost
[Apr 25 09:13:21 UTC] Connect to host 24.214.100.184:2064 failed.
EDISCONNECT: connection lost
[Apr 25 09:13:52 UTC] Connect to host 24.214.100.184:2064 failed.
EDISCONNECT: connection lost
[Apr 25 09:14:22 UTC] Connect to host 24.214.100.184:2064 failed.
EDISCONNECT: connection lost
[Apr 25 09:14:53 UTC] Connect to host 24.214.100.184:2064 failed.
EDISCONNECT: connection lost |
code:
1
2
3
4
5
| [Apr 25 09:20:25 UTC] Connected to elitehackers.keyserver.org:21... [Apr 25 09:28:42 UTC] The perproxy says: "Grazing the meadows!" [Apr 25 09:28:42 UTC] Refreshed project state data from server. (cached) [Apr 25 09:28:42 UTC] RC5-72: Sent 1 packet (1.00 stats units) to server. [Apr 25 09:28:42 UTC] Connection closed. |
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| [KeyServer]
ipaddress=chaos.keyserver.org
port=2064
connectperiod=600
connectivity=normal ; normal,offline,lurk,lurkonly
;bindip= ; IP to talk out to keyserver from
;uuehttpmode=0
; 0=normal,1=uue,2=http,3=http+uue
; 4=socks4,5=socks5,6=genproxy,7=genproxy+uue
;httpproxy=wwwproxy.corporation.com
;httpport=8080
;httpid=
maxservers=4
[ports]
;listenaddress= ; IP to accept clients on
port=2064
port2=21 ; must be root for ports < 1000
port3=8080
testport=3064
timeout=30
acceptincoming=1 |
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| [04/25/03 09:39:54 UTC] distributed.net Personal Proxy (build 332) [04/25/03 09:39:54 UTC] Visit http://www.distributed.net/ for details. [04/25/03 09:39:54 UTC] Proxy starting up. [04/25/03 09:39:54 UTC] Verbosity set to: all (-1) [04/25/03 09:39:57 UTC] Notice: connectivity mode is normal [04/25/03 09:39:57 UTC] Notice: Loaded 0 ignoredip addresses from ini file [04/25/03 09:39:57 UTC] Notice: Loaded 0 allowedip addresses from ini file [04/25/03 09:39:57 UTC] Notice: Primary listener bound to (all devices):2064 [04/25/03 09:39:57 UTC] Notice: Test listener bound to (all devices):3064 [04/25/03 09:39:57 UTC] Notice: Listener 1 bound to (all devices):21. [04/25/03 09:39:57 UTC] Notice: Listener 2 bound to (all devices):8080. [04/25/03 09:40:01 UTC] rc5-72 r=30001/30001, d=0/1, 0.0 Mkeys/sec, tot=0/0 bloc ks [04/25/03 09:40:01 UTC] ogr r=1200/1200, d=0/3, 0.0 Mnodes/sec, tot=0/0 stubs [04/25/03 09:40:01 UTC] Status: Uptime: 0.00:00:04, 4 listeners, 0 uplinks [04/25/03 09:40:01 UTC] Status: 0 active clients (peak: 0, mean: 0.00) [04/25/03 09:40:01 UTC] Client: Accepted connection from 155.72.100.4:11384 |
Enig idee waar het aan kan liggen?