8

I have a remote Arch Linux server which has IPv6 enabled (through Tunnelbroker, I am able to do ping6 ipv6.google.com successfully) and I want to know if it's possible to use PuTTY on my Windows 7 machine to SSH tunnel to the Linux server and get IPv6 enabled pages to load in Google Chrome.

2 Answers2

0

The network devices in route to Arch linux must support. Can you ping -6 "your arch linux hostname" from your windows box. If it returns then putty should not have any problem in connecting to linux host.

0

You can open Powershell and use

ping -6 2001:0db8:your:ipv6::addr

Then you can add a Connection in Putty, there you can just enter your ipv6 address in the host field and everything works as usual

rubo77
  • 5,218