RE: ssh user@ipv6 address, connect: Network is unreachable

2013-07-24 Thread Mike Viau
On Tue, 23 Jul 2013 22:57:27 +0200 debian_1...@chubig.net wrote: Dear basti, basti wrote: ssh: connect to host ipv6_address port 22: Network is unreachable if ipv6_address is not in your local network, you will either need a tunnel or connectivity from your ISP to get IPv6. So this:

ssh user@ipv6 address, connect: Network is unreachable

2013-07-23 Thread basti
Hello, I have a vps host which has only an ipv6 address. I try ssh user@ipv6_address (or ssh -6 user@ipv6_address) but get the following: ssh: connect to host ipv6_address port 22: Network is unreachable ping6 google.com is the same connect: Network is unreachable my config:

Re: ssh user@ipv6 address, connect: Network is unreachable

2013-07-23 Thread staticsafe
On Tue, Jul 23, 2013 at 10:48:07PM +0200, basti wrote: my ISP offers only ipv4, can this be the error ? Regards, basti Yes, you only have link-local connectivity, you either need to ask your ISP or set yourself up with a IPv6 tunnelbroker, I highly recommend the folks over at HE

Re: ssh user@ipv6 address, connect: Network is unreachable

2013-07-23 Thread Kim Christensen
Hi basti, On Tue, Jul 23, 2013 at 10:48:07PM +0200, basti wrote: Hello, I have a vps host which has only an ipv6 address. I try ssh user@ipv6_address (or ssh -6 user@ipv6_address) but get the following: ssh: connect to host ipv6_address port 22: Network is unreachable ping6 google.com

Re: ssh user@ipv6 address, connect: Network is unreachable

2013-07-23 Thread Claudius Hubig
Dear basti, basti wrote: ssh: connect to host ipv6_address port 22: Network is unreachable if ipv6_address is not in your local network, you will either need a tunnel or connectivity from your ISP to get IPv6. So this: my ISP offers only ipv4, can this be the error ? is indeed the problem.