Re: [lxc-users] multiple veths cannot configure for each default gateway

2014-04-15 Thread Alvaro Miranda Aguilera
docker is now not using lxc libraries, you want to check the new version perhaps? Alvaro. On Sat, Apr 12, 2014 at 3:33 PM, Nakayama Kenjiro wrote: > Hi, > > I tried to set up multiple veth and default GW for each veth in one > container[1] by using docker with following command [2]. > But I go

[lxc-users] multiple veths cannot configure for each default gateway

2014-04-14 Thread Nakayama Kenjiro
Hi, I tried to set up multiple veth and default GW for each veth in one container[1] by using docker with following command [2]. But I got an error[3]. (When I setup with only one Default GW, it works well. So I think I can not default GW for each veth (eth0, eth1).) Is this my mis-configuration

Re: [lxc-users] multiple veths cannot configure for each default gateway

2014-04-13 Thread Guido Jäkel
Dear Kenjiro, that [1] is the advanced stuff I meant. You might be able to archive your needs with this. But if something wouldn't work as expected, think about the backpath of the connections, too. Sending out the packet on the desired route is the first, receiving it on this is the second an

Re: [lxc-users] multiple veths cannot configure for each default gateway

2014-04-12 Thread Nakayama Kenjiro
Ahh... Sorry, I really mistook. I re-read [1] and noticed that I took wrong "1" and "2". [1] http://multipath-tcp.org/pmwiki.php/Users/ConfigureRouting Thanks a lot. Please close. I could solve another way. Kenjiro On Sat, Apr 12, 2014 at 5:57 PM, Nakayama Kenjiro wrote: > Thank you for

Re: [lxc-users] multiple veths cannot configure for each default gateway

2014-04-12 Thread Nakayama Kenjiro
Thank you for you advice. 1. Background Now I am testing MPTCP[1], and need to use multiple eths and each gateways. Since this may be special usecases, I might have to use virtual machines. (Actually, now I am using virtual machines.) [1] http://multipath-tcp.org/pmwiki.php/Users/ConfigureRoutin

Re: [lxc-users] multiple veths cannot configure for each default gateway

2014-04-12 Thread Guido Jäkel
Dear Kenjiro, i politely, but strongly suggest you to first read some basics about the TCP/IP stack like networks, packet routing etc. to learn about the meaning of the term "gateway", especial the "default gateway". Because the fist answer would be that you of course can't have more than one

[lxc-users] multiple veths cannot configure for each default gateway

2014-04-11 Thread Nakayama Kenjiro
Hi, I tried to set up multiple veth and default GW for each veth in one container[1] by using docker with following command [2]. But I got an error[3]. (When I setup with only one Default GW, it works well. So I think I can not default GW for each veth (eth0, eth1).) Is this my mis-configuration