LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   ipv6 works for browser, but failed for bittorrent client (https://www.linuxquestions.org/questions/linux-networking-3/ipv6-works-for-browser-but-failed-for-bittorrent-client-4175532263/)

QYInst 01-27-2015 09:53 PM

ipv6 works for browser, but failed for bittorrent client
 
Hi all,
I am trying to download/share resources from an ipv6-only PT website. Below is my software environment:
Quote:

OS: Ubuntu-14.10
BT client: Vuze 5.4.0.0
Basically I can connect to the ipv6 network and access all the ipv6 websites, like ipv6.google.com and ipv6-test.com.
ping6 also works:
Code:

$ ping6 ipv6.google.com
PING ipv6.google.com(hkg03s15-in-x07.1e100.net) 56 data bytes
64 bytes from hkg03s15-in-x07.1e100.net: icmp_seq=1 ttl=47 time=297 ms
64 bytes from hkg03s15-in-x07.1e100.net: icmp_seq=2 ttl=47 time=297 ms
64 bytes from hkg03s15-in-x07.1e100.net: icmp_seq=3 ttl=47 time=299 ms
64 bytes from hkg03s15-in-x07.1e100.net: icmp_seq=4 ttl=47 time=297 ms
^C
--- ipv6.google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3000ms
rtt min/avg/max/mdev = 297.625/298.186/299.788/1.141 ms

But I cannot download/upload using BT client. I am using vuze, but I have also tried other clients, such as uTorrent, but none of them works.
I have access to the PT webiste, and I can also connent to the trackers.

The details of my ipv6 network are:
Code:

$ ip -6 addr
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qlen 1000
    inet6 2402:f000:1:1a01:31d7:62f7:****:****/64 scope global temporary
dynamic
      valid_lft 601028sec preferred_lft 82028sec
    inet6 2402:f000:1:1a01:1e6f:65ff:****:****/64 scope global dynamic
      valid_lft 2591980sec preferred_lft 604780sec
    inet6 fe80::1e6f:65ff:fe95:e762/64 scope link
      valid_lft forever preferred_lft forever

$ ip -6 route
2402:f000:1:1a01::/64 dev eth0  proto kernel  metric 256  expires 2591970sec
fe80::/64 dev eth0  proto kernel  metric 256
fe80::/64 dev vmnet1  proto kernel  metric 256
fe80::/64 dev vmnet8  proto kernel  metric 256
default via fe80::3e61:4ff:fe44:eff0 dev eth0  proto static  metric 1
default via fe80::3e61:4ff:fe44:eff0 dev eth0  proto ra  metric 1024  expires
1770sec

I tried also the Network Status plugin of Vuze, the output is only
Code:

IPv6 test
    Default public IPv6 address: 2402:f000:1:1a01:31d7:62f7:****:****%2
    Testing connectivity...
        Connect failed
Test complete

and no more useful information.

I have also tried rebooting the computer, reconfiguring the network, but it never works.
BTW, this problem happenned about one month ago, and before that I can use the same BT client with ipv6 smoothly. I think I did nothing, but it suddenly did not work.
Thank you very much for any comments or suggestions!

sidzen 01-30-2015 09:01 AM

Disable it for torrent

QYInst 01-30-2015 07:18 PM

Quote:

Originally Posted by sidzen (Post 5308932)
Disable it for torrent

Sorry, I do not understand. Disable what?
If you mean disable ipv6 for torrent. Then I cannot, since the PT website allows ipv6 only. This means that the peers can only find me through ipv6 addr.
Thanks.


All times are GMT -5. The time now is 07:19 PM.