View previous topic :: View next topic |
Author |
Message |
jondkent Apprentice
Joined: 26 Jul 2002 Posts: 289 Location: London
|
Posted: Wed Jan 18, 2006 4:05 pm Post subject: Deprecating networking interface |
|
|
Hi,
I'm looking to see if nic deprecation is supported under Linux (Gentoo obviously). What I need to set up is 1 inbound interface and 1 outbound interface on the same network to split out multicast streams. I've been googling for this but can't seem to turn up anything. It is possible?
Thanks
Jon |
|
Back to top |
|
|
GordSki Guru
Joined: 18 Oct 2004 Posts: 329
|
Posted: Wed Jan 18, 2006 4:27 pm Post subject: |
|
|
I don't know if this is what your meaning, but you can use the advanced routing stuff http://lartc.org/lartc.html to mark packets with iptables then make routing decisions (ie. which interface to use) based on marking.
G. |
|
Back to top |
|
|
jondkent Apprentice
Joined: 26 Jul 2002 Posts: 289 Location: London
|
Posted: Wed Jan 18, 2006 5:01 pm Post subject: |
|
|
Hi,
from a quick read of that document it appears that this doesn't do what I'm looking (maybe it does and I'm reading it wrong). Interesting read though
You can split load across 2 interfaces, but there doesn't seem to be a way to dedicate 1 interface for inbound only and another for outbound only.
Maybe I missing something |
|
Back to top |
|
|
GordSki Guru
Joined: 18 Oct 2004 Posts: 329
|
Posted: Wed Jan 18, 2006 5:11 pm Post subject: |
|
|
Couple of questions....
Are you wanting both the interfaces to have the same IP?
Is it only the multicast stuff you want to split?
G. |
|
Back to top |
|
|
jondkent Apprentice
Joined: 26 Jul 2002 Posts: 289 Location: London
|
Posted: Wed Jan 18, 2006 5:23 pm Post subject: |
|
|
GordSki wrote: | Couple of questions....
Are you wanting both the interfaces to have the same IP?
Is it only the multicast stuff you want to split?
G. |
Both interfaces would be different ips (although this can be changed if easier), and its not only multicast although thats what I really care about.
cheers
Jon |
|
Back to top |
|
|
GordSki Guru
Joined: 18 Oct 2004 Posts: 329
|
Posted: Thu Jan 19, 2006 9:12 am Post subject: |
|
|
Again, I don't know if this is what your looking for, but you could remove the route to your network provided by your inbound interface meaning that all traffic would be routed out of the outbound interface.
G. |
|
Back to top |
|
|
|