custom redirector

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Hello there,

I want to do some custom redirection rules, I've searched the web with 
no success.

What I want to do is to set the forward policy a redirect.

Here is what I was trying without success:
$IPTABLES -t nat -N MY_REDIRECTOR_POLICY
$IPTABLES -t nat -A PREROUTING -i $LAN_IFACE -p TCP --dport 80 -j 
MY_REDIRECTOR_POLICY --to-port 81
$IPTABLES -A MY_REDIRECTOR_POLICY -j REDIRECT --to-port 81
$IPTABLES -A FORWARD -j MY_REDIRECTOR_POLICY

That snip would go at the end of the rules. so it will work like a 
policy.

First of all, is it possible to do what I want to do??

Squid is not an option as no body has to be doing any configuration 
changes on the machines. Transparent Proxy won't do the job, as the 
objective of the project is to do direct connection. Besides the 
connections can happen on non web ports.

-- 

Gracias por su tiempo,

Cordialmente Nicolás Velásquez.
Easy Solutions LTDA.
móvil : +57(1)(300) 5576534
teléfono : +57(1)3490294
Email: nvelasquez@xxxxxxxxxxx



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux