aiccu connection problem on Linux
Shadow Hawkins on Tuesday, 04 March 2008 11:58:57
Hello,
I'm new to sixxs and wanted to set up an ipv6 tunnel. the connections seems working, but pinging is not working. Here are my settings: [root@localhost aiccu]# vi /etc/aiccu.conf
username ****-SIXXS
password ********
#server
ipv6_interface sixxs
tunnel_id T14471
verbose true
daemonize false
automatic true
requiretls false
defaultroute true
makebeats true
behindnat true
When i start aiccu i see the following: [root@localhost aiccu]# aiccu start
sock_getline() : "200 SixXS TIC Service on noc.sixxs.net ready (http://www.sixxs.net)"
sock_printf() : "client TIC/draft-00 AICCU/2007.01.15-console-linux Linux/2.6.22.18-desktop586-1mdv"
sock_getline() : "200 Client Identity accepted"
sock_printf() : "get unixtime"
sock_getline() : "200 1204627413"
sock_printf() : "starttls"
sock_getline() : "400 This service is not SSL enabled (yet)"
TIC Server does not support TLS but TLS is not required, continuing
sock_printf() : "username ****-SIXXS"
sock_getline() : "200 Choose your authentication challenge please"
sock_printf() : "challenge md5"
sock_getline() : "200 00000000000000000000000000000000"
sock_printf() : "authenticate md5 00000000000000000000000000000000"
sock_getline() : "200 Succesfully logged in using md5 as JDY1-SIXXS (Johann Dirry) from 80.121.7.213"
sock_printf() : "tunnel show T14471"
sock_getline() : "201 Showing tunnel information for T14471"
sock_getline() : "TunnelId: T14471"
sock_getline() : "Type: ayiya"
sock_getline() : "IPv6 Endpoint: 2001:7b8:2ff:1cb::2"
sock_getline() : "IPv6 POP: 2001:7b8:2ff:1cb::1"
sock_getline() : "IPv6 PrefixLength: 64"
sock_getline() : "Tunnel MTU: 1280"
sock_getline() : "Tunnel Name: My First Tunnel"
sock_getline() : "POP Id: nlede01"
sock_getline() : "IPv4 Endpoint: ayiya"
sock_getline() : "IPv4 POP: 193.109.122.244"
sock_getline() : "UserState: enabled"
sock_getline() : "AdminState: enabled"
sock_getline() : "Password: 00000000000000000000000000000000"
sock_getline() : "Heartbeat_Interval: 60"
sock_getline() : "202 Done"
Succesfully retrieved tunnel information for T14471
sock_printf() : "QUIT Stranded"
Tunnel Information for T14471:
POP Id : nlede01
IPv6 Local : 2001:7b8:2ff:1cb::2/64
IPv6 Remote : 2001:7b8:2ff:1cb::1/64
Tunnel Type : ayiya
Adminstate : enabled
Userstate : enabled
[AYIYA-start] : Anything in Anything (draft-02)
[AYIYA-tun->tundev] : (Socket to TUN) started
so it seems that everything is working fine. but when it comes to pinging i get the following: [root@localhost aiccu]# ping6 sixxs.net
PING sixxs.net(noc.sixxs.net) 56 data bytes
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
--- sixxs.net ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4999ms
What do you recommend to do next?
aiccu connection problem on Linux
Shadow Hawkins on Tuesday, 04 March 2008 12:03:34
re: ping4 is working fine [root@localhost aiccu]# ping sixxs.net
PING sixxs.net (213.197.29.32) 56(84) bytes of data.
64 bytes from noc.sixxs.net (213.197.29.32): icmp_seq=1 ttl=54 time=46.1 ms
64 bytes from noc.sixxs.net (213.197.29.32): icmp_seq=2 ttl=54 time=46.0 ms
64 bytes from noc.sixxs.net (213.197.29.32): icmp_seq=3 ttl=54 time=46.3 ms
64 bytes from noc.sixxs.net (213.197.29.32): icmp_seq=4 ttl=54 time=45.8 ms
64 bytes from noc.sixxs.net (213.197.29.32): icmp_seq=5 ttl=54 time=45.9 ms
--- sixxs.net ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 3999ms
rtt min/avg/max/mdev = 45.874/46.090/46.336/0.250 ms
aiccu connection problem on Linux
Jeroen Massar on Tuesday, 04 March 2008 16:11:14
Start by reading the Contact page and the FAQ.
The "Operation Not Permitted" indicates that you, or someone along the path to the PoP, are doing some kind of firewalling, try looking into that, again see the FAQ.
aiccu connection problem on Linux
Shadow Hawkins on Wednesday, 05 March 2008 09:54:15
Thank you. I've found a misconfiguration in the iptables settings. The tunnel is working well now.
Posting is only allowed when you are logged in. |