[7.912][BUG][FIXED] HTTP proxy can't find way

Hi,
I know this url works because it downloaded correctly the first time on number at PCs at work, not using an ASG UTM.

Ian M

http://releases.mozilla.org/pub/mozilla.org/addons/684/fireftp-1.0.8-fx.xpi

No route to host

I can tracert from the ASG to the site. I can tracert from PC to the site.
  • Can you mail me your ipv6.log from yesterday, uweber@astaro.com ?
    Seems your IPv6 connectivity was broken...
  • Your ipv6 logfile looks good.

    releases.mozilla.org resolves to many IPv4 and IPv6 addresses, some
    of them are not pingable. So thats not an issue of the ASG...

    Seems yesterday was the IPv6 default route missing.
    Is it now working or still broken?

    Can you attach or send me the output of the following command on the ASG:
    "ip -6 route"
  • Hi,

    the results of the ip -6 route


    2001::/32 dev teredo  proto kernel  metric 256  mtu 1280 advmss 1220 hoplimit 4294967295
    fe80::/64 dev eth1.10  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 4294967295
    fe80::/64 dev eth0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 4294967295
    fe80::/64 dev eth1.111  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 4294967295
    fe80::/64 dev eth1  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 4294967295
    fe80::/64 dev ifb0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 4294967295
    fe80::/64 dev ifb1  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 4294967295
    fe80::/64 dev ifb2  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 4294967295
    fe80::/64 dev teredo  proto kernel  metric 256  mtu 1280 advmss 1220 hoplimit 4294967295
    default dev teredo  metric 1029  mtu 1280 advmss 1220 hoplimit 4294967295

    I tried to download and install the fireftp upgrade on my wife's XP SP3 PC which is only running IPv4 and the error message is the same as I get from my w7 PC.
    Still fails with "no route to host".

    Ian M

    ip -6 route show table main


    fw1-on-house:/home/login # ip -6 route show table main
    2001::/32 dev teredo  proto kernel  metric 256  mtu 1280 advmss 1220 hoplimit 4294967295
    fe80::/64 dev eth1.10  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 4294967295
    fe80::/64 dev eth0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 4294967295
    fe80::/64 dev eth1.111  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 4294967295
    fe80::/64 dev eth1  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 4294967295
    fe80::/64 dev ifb0  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 4294967295
    fe80::/64 dev ifb1  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 4294967295
    fe80::/64 dev ifb2  proto kernel  metric 256  mtu 1500 advmss 1440 hoplimit 4294967295
    fe80::/64 dev teredo  proto kernel  metric 256  mtu 1280 advmss 1220 hoplimit 4294967295
    default dev teredo  metric 1029  mtu 1280 advmss 1220 hoplimit 4294967295


    ip -6 route show table default

    did not produce any output.
  • Ok can reproduce it now. Seems the teredo servers are using other ports
    than the standard udp port 3544, so the teredo packets are dropped by
    packetfilter rule and http proxy gets an NO ROUTE.

    Please either disable IPv6 Teredo Tunnel Broker or switch to Freenet6
    until I found an solution...
  • Hi,
    changed to freenet6 and the download went straight through to installation.

    Thank you

    Ian M