Linux Advanced Routing and Traffic Control list
 help / color / mirror / Atom feed
* [LARTC] Source Mac based Routing
@ 2001-06-26  6:45 Deepak singhal
  2001-06-26  8:01 ` Arthur van Leeuwen
  0 siblings, 1 reply; 2+ messages in thread
From: Deepak singhal @ 2001-06-26  6:45 UTC (permalink / raw)
  To: lartc

Hi ,

Has anybody out there implemented source mac based routing .. The Howto
mentions the following line :

Do routing based on user id (yes!), MAC address, source IP address, port,
type of service, time of day or content

But i could not find any mention of  mac based routing anywhere else .I am
also interested in user id based routing ..How to implement these ..I read
the man pages for ip rule ..but it accepts only an ip address in 'from'
field. Can anybody help on this ?

Thanxs

Deepak



_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [LARTC] Source Mac based Routing
  2001-06-26  6:45 [LARTC] Source Mac based Routing Deepak singhal
@ 2001-06-26  8:01 ` Arthur van Leeuwen
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur van Leeuwen @ 2001-06-26  8:01 UTC (permalink / raw)
  To: lartc

On Tue, 26 Jun 2001, Deepak singhal wrote:

> Hi ,
>
> Has anybody out there implemented source mac based routing .. The Howto
> mentions the following line :
>
> Do routing based on user id (yes!), MAC address, source IP address, port,
> type of service, time of day or content

> But i could not find any mention of  mac based routing anywhere else .I am
> also interested in user id based routing ..How to implement these ..I read
> the man pages for ip rule ..but it accepts only an ip address in 'from'
> field. Can anybody help on this ?

Yes. The ip routing tables also allow rule-selection based on fwmarks. This
gives you all the power of netfilter for routing-rule-selection. So, given
something like
iptables -A INPUT -m mac --mac-source ab:cd:ef:01:23:45 -m mark --mark 45
ip rule add fwmark 45 table 45

Would let all packets coming from MAC ab:cd:ef:01:23:45 be routed according
to the rules in routing table 45.

Doei, Arthur.

-- 
  /\    / |      arthurvl@sci.kun.nl      | Work like you don't need the money
 /__\  /  | A friend is someone with whom | Love like you have never been hurt
/    \/__ | you can dare to be yourself   | Dance like there's nobody watching


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-06-26  8:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-26  6:45 [LARTC] Source Mac based Routing Deepak singhal
2001-06-26  8:01 ` Arthur van Leeuwen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox