Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 on Linux & BSD & Mac => Topic started by: linuxgate on October 07, 2012, 03:48:51 AM

Title: Routing problem with Ubuntu Server and Router Cisco
Post by: linuxgate on October 07, 2012, 03:48:51 AM
Hello, I configured my ipv6 tunnel. My files of configuration  are following:

[/quote]
/etc/network/interfaces

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
auto he-ipv6
auto sit0

# Interfaccia di rete interna
iface eth0 inet static
address 192.168.15.100              <--- Lan Ip Server
netmask 255.255.255.0
broadcast 192.168.15.255
gateway 192.168.15.1                <--- Lan Ip Router


iface he-ipv6 inet6 v4tunnel   
endpoint 216.66.80.98
ttl 64

iface sit0 inet6 static
address 2001:470:25:537::2     
netmask 64
up ip -6 route add default dev he-ipv6
down ip -6 route del default he-ipv6

[/quote]


[/quote]
root@ns:/etc/network# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:1b:21:09:87:8d 
          indirizzo inet:192.168.15.100  Bcast:192.168.15.255  Maschera:255.255.255.0
          indirizzo inet6: fe80::21b:21ff:fe09:878d/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1102 errors:0 dropped:0 overruns:0 frame:0
          TX packets:915 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:1000
          Byte RX:169592 (169.5 KB)  Byte TX:135368 (135.3 KB)

he-ipv6   Link encap:IPv6 in IPv4 
          indirizzo inet6: fe80::c0a8:f64/64 Scope:Link
          UP POINTOPOINT RUNNING NOARP  MTU:1480  Metric:1
          RX packets:50 errors:0 dropped:0 overruns:0 frame:0
          TX packets:92 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:0
          Byte RX:23696 (23.6 KB)  Byte TX:7496 (7.4 KB)

lo        Link encap:Loopback locale 
          indirizzo inet:127.0.0.1  Maschera:255.0.0.0
          indirizzo inet6: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:384 errors:0 dropped:0 overruns:0 frame:0
          TX packets:384 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:0
          Byte RX:46093 (46.0 KB)  Byte TX:46093 (46.0 KB)

sit0      Link encap:IPv6 in IPv4 
          indirizzo inet6: ::192.168.15.100/96 Scope:Compat
          indirizzo inet6: ::127.0.0.1/96 Scope:Unknown
          indirizzo inet6: 2001:470:25:537::2/64 Scope:Global
          UP RUNNING NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisioni:0 txqueuelen:0
          Byte RX:0 (0.0 B)  Byte TX:0 (0.0 B)
[/quote]


[/quote]
root@ns:/etc/network# ping6 irc6.tophost.it
PING irc6.tophost.it(irc6.tophost.it) 56 data bytes
64 bytes from irc6.tophost.it: icmp_seq=1 ttl=60 time=34.5 ms
64 bytes from irc6.tophost.it: icmp_seq=2 ttl=60 time=37.8 ms
64 bytes from irc6.tophost.it: icmp_seq=3 ttl=60 time=36.5 ms
64 bytes from irc6.tophost.it: icmp_seq=4 ttl=60 time=35.5 ms
64 bytes from irc6.tophost.it: icmp_seq=5 ttl=60 time=34.0 ms
^C
--- irc6.tophost.it ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4004ms
rtt min/avg/max/mdev = 34.068/35.713/37.847/1.371 ms
[/quote]

[/quote]
root@ns:/etc/network# traceroute6 irc6.tophost.it
traceroute to irc6.tophost.it (2001:4b78::6667) from 2001:470:25:537::2, 30 hops max, 16 byte packets
1  linuxgate-1.tunnel.tserv23.zrh1.ipv6.he.net (2001:470:25:537::1)  33.61 ms  33.669 ms  34.965 ms
2  gige-g2-20.core1.zrh1.he.net (2001:470:0:11d::1)  40.672 ms  30.672 ms  30.703 ms
3  10gigabitethernet1-2.core1.mil1.he.net (2001:470:0:217::2)  34.204 ms  34.23 ms  34.697 ms
4  seeweb-v6.mix-it.net (2001:7f8:b:100:1d1:a5d1:2637:86)  34.956 ms  34.786 ms  36.938 ms
5  irc6.tophost.it (2001:4b78::6667)  33.167 ms  34.281 ms  35.438 ms
[/quote]

[/quote]
In sysctl.conf I have set

net.ipv6.conf.all.forwarding=1
[/quote]




now you say what's the problem? The problem is that it does not connect to ircnet :

[/quote]
tcp6       0      0 ip6-localhost:953       [::]:*                  LISTEN      1061/named     
tcp6       0      0 localhost:8005          [::]:*                  LISTEN      1243/java       
tcp6       0      1 linuxgate-1-pt.tu:40050 irc6.tophost.it:ircd    SYN_SENT    1887/psybnc     
[/quote]

In Cisco router I disabled DMZ setting but NAT is enabled and only two ports point to the local ip of the router and are open to the outside. HELP ME PLEASE !


Title: Re: Routing problem with Ubuntu Server and Router Cisco
Post by: cholzhauer on October 07, 2012, 06:46:35 AM
Irc is  blocked by  default unless you have earned the sage certification

Title: Re: Routing problem with Ubuntu Server and Router Cisco
Post by: linuxgate on October 07, 2012, 07:07:03 AM
Quote from: cholzhauer on October 07, 2012, 06:46:35 AM
Irc is  blocked by  default unless you have earned the sage certification



How do I get that certification?
Title: Re: Routing problem with Ubuntu Server and Router Cisco
Post by: cholzhauer on October 07, 2012, 07:12:24 AM
http://ipv6.he.net/certification/
Title: Re: Routing problem with Ubuntu Server and Router Cisco
Post by: linuxgate on October 07, 2012, 07:18:50 AM
Quote from: cholzhauer on October 07, 2012, 07:12:24 AM
http://ipv6.he.net/certification/

I did and I was granted certification but irc still does not work
Title: Re: Routing problem with Ubuntu Server and Router Cisco
Post by: cholzhauer on October 07, 2012, 07:25:26 AM
You're only a newbie...you need to become sage

http://ipv6.he.net/certification/scoresheet.php?pass_name=linuxgate

Title: Re: Routing problem with Ubuntu Server and Router Cisco
Post by: linuxgate on October 07, 2012, 07:35:06 AM
Quote from: cholzhauer on October 07, 2012, 07:25:26 AM
You're only a newbie...you need to become sage

http://ipv6.he.net/certification/scoresheet.php?pass_name=linuxgate



How do I get sage?
Title: Re: Routing problem with Ubuntu Server and Router Cisco
Post by: broquea on October 07, 2012, 11:51:35 AM
Quote from: linuxgate on October 07, 2012, 07:35:06 AM

How do I get sage?

You take and pass more tests :)
Title: Re: Routing problem with Ubuntu Server and Router Cisco
Post by: linuxgate on October 12, 2012, 09:19:06 AM
I completed the test and got the certification SAGE, but the connection to irc still does not work, why?
Title: Re: Routing problem with Ubuntu Server and Router Cisco
Post by: broquea on October 12, 2012, 09:24:09 AM
Log into the broker, go to your tunnel's details page, there should be a button to unblock IRC access.
Title: Re: Routing problem with Ubuntu Server and Router Cisco
Post by: linuxgate on October 12, 2012, 09:34:43 AM
Thanks