Thank you for telling me this method. When I set up the portproxy, I can see connection established with localhost, but the remote server didn&#39;t receive any requests. And I don&#39;t know what kind of information should I provide to help diagnose this problem.<div>

It looks stupid that I got connection established even I didn&#39;t start tinc daemon on remote server at all.<br clear="all">----------<br>Soli Deo gloria,<br>yours WindyWinter<br>and <a href="http://www.briefdream.com">http://www.briefdream.com</a><br>


<br><br><div class="gmail_quote">On Sun, Aug 23, 2009 at 6:56 PM, Ivo Smits <span dir="ltr">&lt;<a href="mailto:Ivo@ufo-net.nl">Ivo@ufo-net.nl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">







<div bgcolor="#ffffff">
<div><font size="2" face="Arial">As a worst case solution, you could probably use 
some kind of ipv4-ipv6 port redirection and use only TCP connections. Windows 
netsh has built in support for this kind of port forwarding and on linux it can 
be accomplished by using xinetd or rinetd.</font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">tinc (client) -&gt; internal ipv4 connection 
(client) -&gt; ipv4 to ipv6 redirection (client) -&gt; internet ipv6 
connection -&gt; ipv6 to ipv4 redirection (server) -&gt; internal ipv4 
connection (server) -&gt; tinc (server)<br></font></div>
<div><font size="2" face="Arial">Definately not the best solution...</font></div>
<div><font size="2" face="Arial"></font> </div>
<div><font size="2" face="Arial">--</font></div>
<div><font size="2" face="Arial">Ivo</font></div><font color="#888888">
</font><blockquote style="border-left:#000000 2px solid;padding-left:5px;padding-right:0px;margin-left:5px;margin-right:0px"><div><div></div><div class="h5">
  <div style="font:10pt arial">----- Original Message ----- </div>
  <div style="font:10pt arial;background:#e4e4e4"><b>From:</b> 
  <a title="bslgh1@gmail.com" href="mailto:bslgh1@gmail.com" target="_blank">WindyWinter</a> 
</div>
  <div style="font:10pt arial"><b>To:</b> <a title="guus@tinc-vpn.org" href="mailto:guus@tinc-vpn.org" target="_blank">Guus Sliepen</a> ; <a title="bslgh1@gmail.com" href="mailto:bslgh1@gmail.com" target="_blank">WindyWinter</a> ; <a title="tinc@tinc-vpn.org" href="mailto:tinc@tinc-vpn.org" target="_blank">tinc@tinc-vpn.org</a> </div>


  <div style="font:10pt arial"><b>Sent:</b> Sunday, August 23, 2009 7:45 
  AM</div>
  <div style="font:10pt arial"><b>Subject:</b> Re: Address family not 
  supported</div>
  <div><br></div>
  <div class="gmail_quote">On Sun, Aug 23, 2009 at 1:42 PM, WindyWinter <span dir="ltr">&lt;<a href="mailto:bslgh1@gmail.com" target="_blank">bslgh1@gmail.com</a>&gt;</span> 
  wrote:<br>
  <blockquote style="border-left:rgb(204,204,204) 1px solid;margin:0pt 0pt 0pt 0.8ex;padding-left:1ex" class="gmail_quote">Thanks a lot.<br><br>I tried to fix <a href="http://configure.in" target="_blank">configure.in</a> and reconf to let 
    configure generate correct config.h for Windows XP, but finally i failed. So 
    I have to edit several files manually. And I got weird compile errors when 
    compiling git version (I&#39;m trying to figure out what happened).<br><br>For 
    1.09,<br><br>1. replace &quot;#ifdef HAVE_MINGW ... #endif&quot; with the following 
    one:</blockquote>
  <div> </div>
  <div>Oh, sorry, I mean replace &quot;#ifdef HAVE_MINGW ... #endif&quot; <span style="color:rgb(255,0,0)">in have.h</span> with the following 
  one.<br><br></div>
  <blockquote style="border-left:rgb(204,204,204) 1px solid;margin:0pt 0pt 0pt 0.8ex;padding-left:1ex" class="gmail_quote"><br>#ifdef HAVE_MINGW<br>#include 
    &lt;w32api.h&gt;<br>#define WINVER WindowsXP<br>#include 
    &lt;windows.h&gt;<br>#include &lt;ws2tcpip.h&gt;<br>#endif<br><br>2. 
    manually add these defines to config.h after ./configure:<br>#define 
    HAVE_FREEADDRINFO 1<br>#define HAVE_GAI_STRERROR 1<br>#define 
    HAVE_GETADDRINFO 1<br>#define HAVE_GETNAMEINFO 1<br><br>Hopefully this 
    brutish way is not only a specialty on my computer but also works for 
    someone else.<br><br>It seems that the program halted at the initialize part 
    because it produced the same RTE while running with no parameters at 
    all.<br><br>Building IPv4 over IPv6 tunnels will help many Chinese students 
    get cheaper, faster and more reliable Internet connections. But now finding 
    a VPN solution on Windows platform becomes the problem. I&#39;ve contacted 
    developers of OpenVPN and it seems that they have no interests on supporting 
    IPv6. I&#39;m not that skilled to accomplish it by myself. So I&#39;m counting on 
    you. Thank you.
    <div><br clear="all">----------<br>Soli Deo gloria,<br>yours 
    WindyWinter<br>and <a href="http://www.briefdream.com" target="_blank">http://www.briefdream.com</a><br><br><br></div>
    <div class="gmail_quote">
    <div>
    <div></div>
    <div>On Sun, Aug 23, 2009 at 4:50 AM, Guus Sliepen <span dir="ltr">&lt;<a href="mailto:guus@tinc-vpn.org" target="_blank">guus@tinc-vpn.org</a>&gt;</span> wrote:<br></div></div>
    <blockquote style="border-left:rgb(204,204,204) 1px solid;margin:0pt 0pt 0pt 0.8ex;padding-left:1ex" class="gmail_quote">
      <div>
      <div></div>
      <div>
      <div>On Sun, Aug 23, 2009 at 01:52:37AM +0800, WindyWinter 
      wrote:<br><br>&gt; Well, finally I got it compiled, with several defines, 
      changing from<br>&gt; winsock2.h to ws2tcpip.h and msys... But when I try 
      to run the binary, I got<br>&gt; a RTE. It&#39;s the same to segmentation 
      fault, but I&#39;m not able to provide the<br>&gt; exact error message in 
      English because I&#39;m running a Chinese version<br>&gt; 
      Windows.<br><br></div>Aha. Did you compile 1.0.9 or the latest version 
      from git? In any case, if you<br>send me the changes you made, you save me 
      some work and I can try to reproduce<br>the run-time exceptions, and see 
      what further needs to be changed to get it to<br>run properly with tunnels 
      over IPv6.<br>
      <div><br>&gt; Will it be better for me to wait till October?<br>&gt; It&#39;s 
      most likely that this happened when I try to run OpenVPN with a 
      udp6<br>&gt; patch.<br><br></div>You have to decide yourself what is best 
      for you.<br><font color="#888888"><br>--<br></font>
      <div>
      <div></div>
      <div>Met vriendelijke groet / with kind regards,<br>    Guus 
      Sliepen &lt;<a href="mailto:guus@tinc-vpn.org" target="_blank">guus@tinc-vpn.org</a>&gt;<br></div></div><br></div></div>
      <div>-----BEGIN PGP SIGNATURE-----<br>Version: GnuPG v1.4.9 
      (GNU/Linux)<br><br></div>iEYEARECAAYFAkqQWhUACgkQAxLow12M2nt9XACfaJYOBq77OmvOaJzJdIdkwDbf<br>lJoAoKa5YQa37TkaSV6djV0aHCF3RyVZ<br>=1qQx<br>-----END 
      PGP SIGNATURE-----<br><br></blockquote></div><br></blockquote></div><br>
  </div></div><p>
  </p><hr><div class="im">

  <p></p>_______________________________________________<br>tinc mailing 
  list<br><a href="mailto:tinc@tinc-vpn.org" target="_blank">tinc@tinc-vpn.org</a><br><a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>

</div><p></p></blockquote></div>
<br>_______________________________________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a><br>
<a href="http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" target="_blank">http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
<br></blockquote></div><br></div>