summaryrefslogtreecommitdiff
path: root/doc/bugs/ssh_over_IPv6/comment_2_cfa63d226ae411551a728af5ab043491._comment
blob: 032e100ad3acaead2496927d039e82fd022ec64e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawlog_5wIICaMcrKTexlFNA6IO6UTp323aE"
 nickname="Torkaly"
 subject="comment 2"
 date="2014-09-01T11:01:30Z"
 content="""
thank you. I workaround this by using the DNS hostname instead the IPv6 address directly. But this is not a nice solution, like any workaround. But now i have problems with `git annex get` over IPv6-only:

```
get ***.mp3 (not available) 
  Try making some of these repositories available:
  	5636aefa-c509-4ea0-bebe-f5b96d8eb15a -- hserver
failed
<snip>
```

but i can ping it:
```
thomas@alus:~/Musik$ ping6 hserver.h.b128.net
PING hserver.h.b128.net(fcb8:b10:1cb8:c94:58d0:2522:89f9:c89e) 56 data bytes
64 bytes from fcb8:b10:1cb8:c94:58d0:2522:89f9:c89e: icmp_seq=1 ttl=42 time=453 ms
64 bytes from fcb8:b10:1cb8:c94:58d0:2522:89f9:c89e: icmp_seq=2 ttl=42 time=441 ms
64 bytes from fcb8:b10:1cb8:c94:58d0:2522:89f9:c89e: icmp_seq=3 ttl=42 time=425 ms
64 bytes from fcb8:b10:1cb8:c94:58d0:2522:89f9:c89e: icmp_seq=5 ttl=42 time=413 ms
```
(the high pings are caused by a download from an other source. Also i have no problems with rsync over IPv6)

PS: the markdown for code blocks is not working too :)
"""]]