LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   IP tunnel problem (https://www.linuxquestions.org/questions/linux-networking-3/ip-tunnel-problem-96028/)

marcinbu 09-23-2003 04:21 PM

IP tunnel problem
 
Hi,

I'm trying to create a tunnel to my linux box. After reading several howto-s I'm using the following command:

ip tunnel add tunl0 mode ipip local 192.168.1.1 remote aaa.bbb.ccc.ddd

All I get is:

ioctl: No buffer space available.

Help!

BTW: if I try to create GRE tunnel I get the same error. Both IP and GRE tunneling is compiled into my Kernel 2.4.22-ow1

marcinbu 09-24-2003 01:35 AM

Once again I'm answering my question myself :) Perhaps it will helo those who have similar problem:
the device tunl0 already exists in the system, it appeared there automatically after enabling IP/IP tunneling in kernel. I have to use another name like tunl1 or something.

Andersonian 03-09-2012 01:46 AM

Thanks for the answer. 9 years have gone by and now it has saved me probably quite a bit more searching.

Chux0r 04-01-2015 09:40 AM

Hello from the year 2015. I just want to let you know that this answer saved me a lot of time, too. Thanks.


All times are GMT -5. The time now is 05:18 PM.