Iliyan, you are right.

Let me ask again. What is the best way to create a full debian 6 VM (with
its modules) to run with LXC? Debootstrap just install a minimal system.

Thanks

Em 28 de fevereiro de 2012 18:08, Iliyan Stoyanov <i...@ilf.me> escreveu:

> **
> Just a random thought, do you have the gre drivers in the kernel of the
> host machine. Either compiled in, or modprobe-d?
>
> On Tue, 2012-02-28 at 15:25 -0300, Sergio Charpinel Jr. wrote:
>
> Hi,
>
>
>
>  I want to create virtual network interfaces to use with GRE Tunnels.
>
>
>
>  Using debootstrap, I've installed debian squeeze, and configured my
> virtual interface as below:
>
>
>
>  auto tun0
>
>  iface tun0 inet static
>
>          address 10.1.253.1
>
>          netmask 255.255.255.252
>
>          up ifconfig tun0 multicast
>
>          pre-up iptunnel add tun0 mode gre remote 10.27.1.253 local
> 10.27.1.1 ttl 255
>
>          pointopoint 10.1.253.2
>
>          post-down iptunnel del tun0
>
>
>
>  But i get the following error: "ipgre init: can't add protocol" .
>
>
>
>  I've already tried with debian Lenny from lxc-debian script, but a
> different error appears.
>
>
>
>  Any ideas?
>
>
>
>  Thanks in advance.
>
>
>
>  --
> Sergio Roberto Charpinel Jr.
>
>  
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe 
> now!http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________ Lxc-users mailing list 
> Lxc-users@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/lxc-users
>
>


-- 
Sergio Roberto Charpinel Jr.
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to