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
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
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
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
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
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
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