Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Linux Networking

CONFIG_IP_ROUTE_FWMARK

Reply
 
Thread Tools Display Modes
  #1  
Old 02-15-2008, 12:58 PM
Default CONFIG_IP_ROUTE_FWMARK



Hi, I know that the option CONFIG_IP_ROUTE_FWMARK option was present in the
linux kernel configuration in the past... but how's things now? Has it been
renamed or removed?
What are the options you have to enable in order to be able to route packets
using the mark and iproute2 (ex. ip rule add fwmark <mark_id> table
<table_id>) ?

Thanks.


Gdss
Reply With Quote
  #2  
Old 02-15-2008, 01:32 PM
Pascal Hambourg
Guest
 
Posts: n/a
Default Re: CONFIG_IP_ROUTE_FWMARK

Hello,

Gdss a écrit :
> Hi, I know that the option CONFIG_IP_ROUTE_FWMARK option was present in the
> linux kernel configuration in the past... but how's things now? Has it been
> renamed or removed?


Since Linux 2.6.20, mark based routing has been enabled by default, thus
the related config options {DECNET,IP,IPV6}_ROUTE_FWMARK have been removed.

> What are the options you have to enable in order to be able to route packets
> using the mark and iproute2 (ex. ip rule add fwmark <mark_id> table
> <table_id>) ?


I guess you need at least IP_ADVANCED_ROUTER, IP_MULTIPLE_TABLES, and
anything which allows to mangle the packet mark such as the Netfilter
MARK target (NETFILTER_XT_TARGET_MARK).
Reply With Quote
Reply

Tags
configiproutefwmark

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 02:42 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.