Displaying 1 result from an estimated 1 matches for "unfortinuat".
Did you mean:
unfortinuatly
2002 Apr 19
0
RE: Routing based on source port - Solution ?
...outing based on source port - Solution ?
Hello bert
I have the same problem and tried all possibities i know.
"ip rule" in fact doesnt route based on port because
IP protocol dont know about ports. BUT u can solve the problem
by using iptables/ipchains with help of MARKs - as u said.
Unfortinuatly netfilter can only set MARKs in the moment the
packets travers the INPUT Queue (of corresponding interface).
-->
netfilter is not able to set mark for _local_ created packets,
because the INPUT Queue of netfilter is not passed.
=> In fact the MARK mechanism can only be used for incoming p...