Displaying 2 results from an estimated 2 matches for "posrout".
Did you mean:
pos_out
2007 Jan 24
0
Where can I get a patch to use ipt_time module on POSROUTING chain
Hello,
Does someone know where can I get a patch to use ipt_time module on
POSTROUTING chain ?
The original patch won''t works on POSTROUTING
I''ve setup my server as QoS bridge with Layer7, ipp2p so all my rules
are on POSTROUTING chain ...
Regards
2005 Oct 31
1
Load balance with Multiple Links
...4 links (DSL links)
My setup looks like below
LAN ----Local IP-----Connected to Linux Box Eth1
Eth5-- connected to one DSL1
Eth4-- connected to one DSL2
Eth3-- connected to one DSL3
Eth2-- connected to one DSL4
iam marking them in prerouting randomly
and puting them in table
and snating at POSROUTING
iam able to achieve with 2links with out any problem
and making own script to work as deamon to check the link status
and keep change the markings
now problem when i add 2+2 more links
could not able to understand.. how can i do that.. and how can i mark them
could some one guide me, and a...