Hurricane Electric's IPv6 Tunnel Broker Forums
September 02, 2010, 08:35:33 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Hurricane Electric's Tunnelbroker.net forums!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: ubuntu - problems bring up ipv6 tunnel  (Read 3089 times)
brez
Newbie
*
Posts: 3


View Profile
« on: December 31, 2008, 11:35:52 pm »

Hey,

I'm quite new too the ipv6 scene. I use ubuntu 8.10. I have managed to get a tunnel working through tspc, how ever I have no luck when trying to use one through HE.net. I followed the config on the website and all seems fine but I'm not able to ping6 anything..

Everytime I do this command; I get

Code:
brett@cooldessin:~$ sudo ifup he-ipv6
ioctl: No buffer space available
Failed to bring up he-ipv6.

This is what my /etc/network/interfaces looks like - Is there anything wrong, or any idea as to why I'm getting that error message. It even happens after a fresh reboot.

Code:
     # IPv6 via HE tunnel...
    auto he-ipv6
    iface he-ipv6 inet6 v4tunnel
        address 2001:470:1f04:99a::1/64
        netmask 64
        remote 72.52.104.74
        local 220.238.66.228
        endpoint any
        ttl 64
        up      ip -6 route add 2000::/3 via ::72.52.104.74 dev he-ipv6
        up      ip -6 addr add 2001:470:1f05:99a::/64::1:1/128 dev he-ipv6
       #up      ip -6 addr add 2001:470:1f05:99a::/64::2:1/128 dev he-ipv6
        down    ip -6 route flush dev he-ipv6
Logged
broquea
Administrator
Hero Member
*****
Posts: 778


text


View Profile WWW
« Reply #1 on: January 01, 2009, 01:15:17 am »

Your side of the tunnel ni the 1f04 space would end ::2, first glaring problem i see
Logged
brez
Newbie
*
Posts: 3


View Profile
« Reply #2 on: January 01, 2009, 01:11:59 pm »

It might be too early for me to comprehend or I may just be really dumb - but would you be able to post the string exactly what I should replace it with. Would be much appreciated!
Logged
piojan
Jr. Member
**
Posts: 83


View Profile
« Reply #3 on: January 01, 2009, 02:34:08 pm »

Code:
address 2001:470:1f04:99a::1/64
assignes an ip to the interface.
However if you look on your settings or above ::1 is on the server side.
Your ip is 2001:470:1f04:99a::2/64 giving this:
Code:
address 2001:470:1f04:99a::2/64
Logged
brez
Newbie
*
Posts: 3


View Profile
« Reply #4 on: January 01, 2009, 09:19:16 pm »

Thanks I'll try that when I get home from work,

Would that have anything to do with the buffer error I'm recieving?
Logged
piojan
Jr. Member
**
Posts: 83


View Profile
« Reply #5 on: January 02, 2009, 07:08:58 am »

Guess what - I don't (yet) know:
But after using google:
About: ioctl: No buffer space available
"Due to lazy programming, this ioctl will return ENOBUFS even if it is register_netdevice() that fails."

PJ
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!