From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benoit PAPILLAULT Date: Tue, 27 Apr 2010 08:03:32 +0200 Subject: [ath9k-devel] ath9k virtual interfaces In-Reply-To: <20100426171624.18301.qmail@stuge.se> References: <4BD59665.2020400@ua.pt> <20100426163400.5076.qmail@stuge.se> <4BD5C537.6000306@ua.pt> <20100426171624.18301.qmail@stuge.se> Message-ID: <4BD67E34.50001@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Peter Stuge a ?crit : > Rodolphe Marques wrote: > >> The problem I think is that linux is not expecting to have several >> interfaces connected to the same network >> > > The problem is not with Linux, but with you seeming to misunderstand > sockets and IP networks. (You'll get same results on all other OSes.) > > I think you need a different solution, regardless of what actual > problem you are solving. Please don't post about this on this mailing > list, and please look for a new approach to solving your problem, if > what I suggested before did not help. (Did you already read all of > lartc.org?) > > > //Peter > You can have anything you want in the routing table, including multiple gateways. However, like Peter mentioned, you should be aware that the kernel will probably use only one gateway at the end. I think network-manager takes indeed care to not configure multiple gateways (and it changes default metric from 1 to 2 on wireless interfaces as well). Using dhclient on the command line will probably fix that part. Regards, Benoit