Linux Advanced Routing and Traffic Control list
 help / color / mirror / Atom feed
* [LARTC] mark
@ 2004-03-26 14:56 Paulo Andre
  2004-10-26  3:43 ` James Lista
  2004-10-26  7:19 ` Tomasz Chilinski
  0 siblings, 2 replies; 3+ messages in thread
From: Paulo Andre @ 2004-03-26 14:56 UTC (permalink / raw)
  To: lartc

I have the following scenerio, 
LINK-A and LINK-B connected SRV. Current default gw is LINK-B

I would like for all packets from LINK-A to have LINK-IP-A as default gw.

have done following:

iptables -t mangle -A PREROUTING -i INT-A -j MARK --set-mark 4

ip route add table 4 default via LINK-IP-A
ip rule add fwmark 4 table 4

When I ping the interface from the web, then I do not get a reply, tcpdump and 
iptables show the packets coming in but not going out.
1- am I doing this correctly?
2- how can I definitely find out that the packets are being marked?
3- how can I test my iproute2?

Paulo
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

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

end of thread, other threads:[~2004-10-26  7:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-26 14:56 [LARTC] mark Paulo Andre
2004-10-26  3:43 ` James Lista
2004-10-26  7:19 ` Tomasz Chilinski

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