<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: IPV6 Tunneling under linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ipv6-tunneling-under-linux/m-p/3376983#M70796</link>
    <description>tcp 0 0 :::22 :::* LISTEN 1070/sshd&lt;BR /&gt;tcp 0 0 ::1:953 :::* LISTEN 946/named&lt;BR /&gt;&lt;BR /&gt;Those 2 lines indicate that sshd is listening on all IPv6 interfaces, and named is listening on the IPv6 loopback address. It would appear that IPv6 is enabled and ready on this system. If you don't have native IPv6 connectivity from your ISP, I'd recommend useing Hurricane Electric's TunnelBroker service.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://tunnelbroker.net" target="_blank"&gt;http://tunnelbroker.net&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Its simple to set up, fast, and they provide examples to tunnel in for most mainstream operating systems.</description>
    <pubDate>Wed, 15 Sep 2004 13:39:55 GMT</pubDate>
    <dc:creator>Lee Hundley</dc:creator>
    <dc:date>2004-09-15T13:39:55Z</dc:date>
    <item>
      <title>IPV6 Tunneling under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipv6-tunneling-under-linux/m-p/3376978#M70791</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;how can I check whether IPV6 Tunneling is active ?&lt;BR /&gt;I have linux SUSE 8.2 professional.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
      <pubDate>Sat, 11 Sep 2004 04:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipv6-tunneling-under-linux/m-p/3376978#M70791</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-09-11T04:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: IPV6 Tunneling under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipv6-tunneling-under-linux/m-p/3376979#M70792</link>
      <description>Using an IPv6 aware netstat from the net-tools package, do a netstat -nlp to verify.  Check whether the networking tools on SuSE is IPv6 ready!</description>
      <pubDate>Sat, 11 Sep 2004 06:47:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipv6-tunneling-under-linux/m-p/3376979#M70792</guid>
      <dc:creator>Ragu_3</dc:creator>
      <dc:date>2004-09-11T06:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: IPV6 Tunneling under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipv6-tunneling-under-linux/m-p/3376980#M70793</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;but howto check whether the networking tools on SuSE is IPv6 ready ?&lt;BR /&gt;&lt;BR /&gt;# netstat -nlp&lt;BR /&gt;Active Internet connections (only servers)&lt;BR /&gt;Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name&lt;BR /&gt;tcp        0      0 0.0.0.0:32768           0.0.0.0:*               LISTEN      1334/kdm&lt;BR /&gt;tcp        0      0 0.0.0.0:515             0.0.0.0:*               LISTEN      1319/xinetd&lt;BR /&gt;tcp        0      0 0.0.0.0:37              0.0.0.0:*               LISTEN      1319/xinetd&lt;BR /&gt;tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN      926/mysqld&lt;BR /&gt;tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      717/portmap&lt;BR /&gt;tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1376/httpd&lt;BR /&gt;tcp        0      0 0.0.0.0:6000            0.0.0.0:*               LISTEN      1356/X&lt;BR /&gt;tcp        0      0 0.0.0.0:5810            0.0.0.0:*               LISTEN      1319/xinetd&lt;BR /&gt;tcp        0      0 0.0.0.0:10002           0.0.0.0:*               LISTEN      794/perl&lt;BR /&gt;tcp        0      0 0.0.0.0:5811            0.0.0.0:*               LISTEN      1319/xinetd&lt;BR /&gt;tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      1319/xinetd&lt;BR /&gt;tcp        0      0 10.41.1.10:53           0.0.0.0:*               LISTEN      946/named&lt;BR /&gt;tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN      946/named&lt;BR /&gt;tcp        0      0 0.0.0.0:5910            0.0.0.0:*               LISTEN      1319/xinetd&lt;BR /&gt;tcp        0      0 0.0.0.0:5911            0.0.0.0:*               LISTEN      1319/xinetd&lt;BR /&gt;tcp        0      0 0.0.0.0:631             0.0.0.0:*               LISTEN      1069/cupsd&lt;BR /&gt;tcp        0      0 0.0.0.0:3128            0.0.0.0:*               LISTEN      1509/(squid)&lt;BR /&gt;tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      1300/master&lt;BR /&gt;tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN      946/named&lt;BR /&gt;tcp        0      0 :::22                   :::*                    LISTEN      1070/sshd&lt;BR /&gt;tcp        0      0 ::1:953                 :::*                    LISTEN      946/named&lt;BR /&gt;udp        0      0 0.0.0.0:32768           0.0.0.0:*                           946/named&lt;BR /&gt;udp        0      0 0.0.0.0:32770           0.0.0.0:*                           1509/(squid)&lt;BR /&gt;udp        0      0 0.0.0.0:10000           0.0.0.0:*                           794/perl&lt;BR /&gt;udp        0      0 0.0.0.0:4500            0.0.0.0:*                           1533/cvpnd&lt;BR /&gt;udp        0      0 0.0.0.0:161             0.0.0.0:*                           731/snmpd&lt;BR /&gt;udp        0      0 0.0.0.0:37              0.0.0.0:*                           1319/xinetd&lt;BR /&gt;udp        0      0 0.0.0.0:177             0.0.0.0:*                           1334/kdm&lt;BR /&gt;udp        0      0 127.0.0.1:29747         0.0.0.0:*                           1533/cvpnd&lt;BR /&gt;udp      260      0 127.0.0.1:29748         0.0.0.0:*                           1519/vpnclient&lt;BR /&gt;udp        0      0 127.0.0.1:29749         0.0.0.0:*                           1533/cvpnd&lt;BR /&gt;udp        0      0 10.41.1.10:53           0.0.0.0:*                           946/named&lt;BR /&gt;udp        0      0 127.0.0.1:53            0.0.0.0:*                           946/named&lt;BR /&gt;udp        0      0 127.0.0.1:29751         0.0.0.0:*                           1533/cvpnd&lt;BR /&gt;udp        0      0 127.0.0.1:29753         0.0.0.0:*                           1533/cvpnd&lt;BR /&gt;udp        0      0 0.0.0.0:3130            0.0.0.0:*                           1509/(squid)&lt;BR /&gt;udp        0      0 127.0.0.1:29755         0.0.0.0:*                           1533/cvpnd&lt;BR /&gt;udp        0      0 127.0.0.1:29756         0.0.0.0:*                           1533/cvpnd&lt;BR /&gt;udp        0      0 0.0.0.0:3401            0.0.0.0:*                           1509/(squid)&lt;BR /&gt;udp        0      0 0.0.0.0:111             0.0.0.0:*                           717/portmap&lt;BR /&gt;udp        0      0 0.0.0.0:500             0.0.0.0:*                           1533/cvpnd&lt;BR /&gt;udp        0      0 0.0.0.0:631             0.0.0.0:*                           1069/cupsd&lt;BR /&gt;udp        0      0 10.41.1.10:123          0.0.0.0:*                           7275/ntpd&lt;BR /&gt;udp        0      0 127.0.0.1:123           0.0.0.0:*                           7275/ntpd&lt;BR /&gt;udp        0      0 0.0.0.0:123             0.0.0.0:*                           7275/ntpd&lt;BR /&gt;udp        0      0 :::32769                :::*                                946/named&lt;BR /&gt;raw        0      0 0.0.0.0:1               0.0.0.0:*               7           7369/ping&lt;BR /&gt;raw        0      0 0.0.0.0:1               0.0.0.0:*               7           7351/ping&lt;BR /&gt;raw        0      0 0.0.0.0:1               0.0.0.0:*               7           7353/ping&lt;BR /&gt;raw        0      0 0.0.0.0:1               0.0.0.0:*               7           7339/ping&lt;BR /&gt;Active UNIX domain sockets (only servers)&lt;BR /&gt;Proto RefCnt Flags       Type       State         I-Node PID/Program name    Path&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     3971   1300/master         private/rewrite&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     3975   1300/master         private/bounce&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     3964   1300/master         public/cleanup&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     3979   1300/master         private/defer&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     3987   1300/master         private/proxymap&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     3983   1300/master         public/flush&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     2185   926/mysqld          /var/lib/mysql/mysql.sock&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     3999   1300/master         public/showq&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     3991   1300/master         private/smtp&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     1249   703/resmgrd         /var/run/.resmgr_socket&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     3995   1300/master         private/relay&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     4003   1300/master         private/error&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     4007   1300/master         private/local&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     4011   1300/master         private/virtual&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     4015   1300/master         private/lmtp&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     4019   1300/master         private/maildrop&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     4023   1300/master         private/cyrus&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     4027   1300/master         private/uucp&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     4031   1300/master         private/ifmail&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     7002   1431/nscd           /var/run/.nscd_socket&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     4035   1300/master         private/bsmtp&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     4039   1300/master         private/vscan&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     4043   1300/master         private/procmail&lt;BR /&gt;unix  2      [ ACC ]     STREAM     LISTENING     4932   1356/X              /tmp/.X11-unix/X0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Sep 2004 07:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipv6-tunneling-under-linux/m-p/3376980#M70793</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-09-11T07:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: IPV6 Tunneling under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipv6-tunneling-under-linux/m-p/3376981#M70794</link>
      <description>What does 'route -A inet6' say?  How are you tunneling? Any tunnel broking service?  Please do read the "Linux IPV6 HOWTO" from the link &lt;A href="http://www.tldp.org/HOWTO/Linux+IPv6-HOWTO/." target="_blank"&gt;http://www.tldp.org/HOWTO/Linux+IPv6-HOWTO/.&lt;/A&gt;  Hth...&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Sep 2004 21:20:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipv6-tunneling-under-linux/m-p/3376981#M70794</guid>
      <dc:creator>Ragu_3</dc:creator>
      <dc:date>2004-09-11T21:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: IPV6 Tunneling under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipv6-tunneling-under-linux/m-p/3376982#M70795</link>
      <description>chris&amp;gt;&amp;gt; but howto check whether the&lt;BR /&gt;chris&amp;gt;&amp;gt; networking tools on SuSE is&lt;BR /&gt;chris&amp;gt;&amp;gt; IPv6 ready ?&lt;BR /&gt;&lt;BR /&gt;By doing a 'netstat -?'.  Towards the end of the output, you can read whether it supports inet6.&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Sep 2004 21:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipv6-tunneling-under-linux/m-p/3376982#M70795</guid>
      <dc:creator>Ragu_3</dc:creator>
      <dc:date>2004-09-11T21:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: IPV6 Tunneling under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ipv6-tunneling-under-linux/m-p/3376983#M70796</link>
      <description>tcp 0 0 :::22 :::* LISTEN 1070/sshd&lt;BR /&gt;tcp 0 0 ::1:953 :::* LISTEN 946/named&lt;BR /&gt;&lt;BR /&gt;Those 2 lines indicate that sshd is listening on all IPv6 interfaces, and named is listening on the IPv6 loopback address. It would appear that IPv6 is enabled and ready on this system. If you don't have native IPv6 connectivity from your ISP, I'd recommend useing Hurricane Electric's TunnelBroker service.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://tunnelbroker.net" target="_blank"&gt;http://tunnelbroker.net&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Its simple to set up, fast, and they provide examples to tunnel in for most mainstream operating systems.</description>
      <pubDate>Wed, 15 Sep 2004 13:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ipv6-tunneling-under-linux/m-p/3376983#M70796</guid>
      <dc:creator>Lee Hundley</dc:creator>
      <dc:date>2004-09-15T13:39:55Z</dc:date>
    </item>
  </channel>
</rss>

