sir, i am getting the above message when trying the following code
in :: FromDevice(s2-eth1, SNIFFER false)
out :: Queue(200)-> ToDevice(s2-eth1)
rewrite :: IPRewriter(pattern - - 10.0.0.4 - 0 1);
in -> rewrite -> out;
i am trying to impliment a scenario like........i want to redirect traffic to a switch and perform ip-rewrite(to a working server) when one server is down.......where i am going wrong
sir, i am getting the above message when trying the following code
i am trying to impliment a scenario like........i want to redirect traffic to a switch and perform ip-rewrite(to a working server) when one server is down.......where i am going wrong