Is there any way of an app in Linux have access to 2 network cards?

Posted by fpinheiro on Stack Overflow See other posts from Stack Overflow or by fpinheiro
Published on 2010-05-26T18:57:28Z Indexed on 2010/05/26 19:01 UTC
Read the original article Hit count: 248

Filed under:
|
|

My app needs to access two network cards. One to receive data (eth0) and another to send data (3G modem).

Normally, the kernel force the app to work with only one card at a time.

Is there any thing that I can do to make it run?

Thank you.

© Stack Overflow or respective owner

Related posts about network

Related posts about linux-kernel