From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Greg Osinaike" Date: Sat, 24 Mar 2001 11:54:56 +0000 Subject: [LARTC] routing locally created marked packets Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hello, I have a simple question regarding routing of locally created packets. I have set up netfilter 'mark' rules for all locally created IP packets with destination port number 25 with the following: iptables -A OUTPUT -t mangle -p tcp --dport 25 -j MARK --set-mark 1 I wish to set up specific routing entries for each locally created marked packet. I have tried this using iproute2, with no success. My question is do locally created packets initiate routing table lookups, if not how can I achieve routing for locally created packets. I've been trying for a week to do IP port forwarding on locally created packets in this way. any help would be great. ThanKs! Greg. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/