Opened 14 years ago

Last modified 14 years ago

#30 new defect

proxy test trunk refuses connection

Reported by: huub Owned by:
Priority: blocker Version:
Keywords: Cc:

Description

Op proxies 62, 3 en 5 draait de meeste recente trunk versie van proxy. Maar deze proxies weigeren te connecten. zie bijv. de volgende testjes op NodeHuub:

CNodeHuub# setenv HTTP_PROXY proxy62.wleiden.net:3128
CNodeHuub# fetch -o /dev/null http://www.nu.nl
fetch: http://www.nu.nl: Connection refused
CNodeHuub# setenv HTTP_PROXY proxy5.wleiden.net:3128
CNodeHuub# fetch -o /dev/null http://www.nu.nl
fetch: http://www.nu.nl: Connection refused
CNodeHuub# setenv HTTP_PROXY proxy3.wleiden.net:3128
CNodeHuub# fetch -o /dev/null http://www.nu.nl
fetch: http://www.nu.nl: Connection refused
CNodeHuub# setenv HTTP_PROXY proxy.wleiden.net:3128
CNodeHuub# fetch -o /dev/null http://www.nu.nl
/dev/null 100% of 38 kB 66 kBps

Pingen lukt wel naar proxy3 en 5, terwijl proxy62 geen respons geeft:
CNodeHuub# ping proxy5
PING proxy5.wleiden.net (172.19.168.66): 56 data bytes
64 bytes from 172.19.168.66: icmp_seq=0 ttl=61 time=10.994 ms
64 bytes from 172.19.168.66: icmp_seq=1 ttl=61 time=16.232 ms
C
--- proxy5.wleiden.net ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 10.994/13.613/16.232/2.619 ms
CNodeHuub# ping proxy3
PING proxy3.wleiden.net (172.20.128.98): 56 data bytes
64 bytes from 172.20.128.98: icmp_seq=0 ttl=61 time=5.694 ms
64 bytes from 172.20.128.98: icmp_seq=1 ttl=61 time=5.282 ms
C
--- proxy3.wleiden.net ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 5.282/5.488/5.694/0.206 ms
CNodeHuub# ping proxy62
PING proxy62.wleiden.net (172.17.16.66): 56 data bytes
C
--- proxy62.wleiden.net ping statistics ---
5 packets transmitted, 0 packets received, 100.0% packet loss

Alle drie proxies komen uit dezelfde fabriek:

CONFIG specifics

Path: /root/proxy
URL: http://svn.wirelessleiden.nl/svn/code/proxy/trunk/nanobsd
Repository Root: http://svn.wirelessleiden.nl/svn
Repository UUID: f2f20d11-44c1-0310-b3a0-a868ae65eea2
Revision: 8972
Node Kind: directory
Schedule: normal
Last Changed Author: huub
Last Changed Rev: 8938
Last Changed Date: 2011-03-10 22:59:08 +0100 (Thu, 10 Mar 2011

Internetverbindingen zijn OK:
Proxy3# fetch -o /dev/null http://www.nu.nl
/dev/null 100% of 38 kB 1072 kBps
Proxy5# fetch -o /dev/null http://www.nu.nl
/dev/null 100% of 38 kB 1134 kBps
Proxy62# fetch -o /dev/null http://www.nu.nl
/dev/null 100% of 38 kB 1751 kBps

Change History (2)

comment:1 by huub, 14 years ago

Probleem lijkt te zijn dat tinyproxy niet luistert op de interface.
Bijv. als op proxy62 'localhost:3128' als proxy wordt gedefinieerd werkt fetch, maar als de interface naar NodeHuub (172.17.16.66) wordt gedefinieerd werkt tinyproxy niet.

Veranderen van tinyproxy.conf in:

#
# If you have multiple interfaces this allows you to bind to only one. If
# this is commented out, tinyproxy will bind to all interfaces present.
#
#Listen 192.168.0.1

Listen 172.17.16.66

geeft een werkende proxy62.

Hm, is dit een bug? Moet op alle proxies de 'luisterende interface' ingesteld worden?

comment:2 by huub, 14 years ago

Op proxy62,3,5 draait versie 1.8.2 van tinyproxy
Op de oudere proxies zoals proxy6 (die dit probleem niet heeft) draait 1.6.5

Note: See TracTickets for help on using tickets.