All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: Redirection question
@ 2004-12-20 22:47 Hudson Delbert J Contr 61 CS/SCBN
  2004-12-21  7:52 ` Sasa Stupar
  0 siblings, 1 reply; 7+ messages in thread
From: Hudson Delbert J Contr 61 CS/SCBN @ 2004-12-20 22:47 UTC (permalink / raw)
  To: Sasa Stupar, Netfilter ML

i guess i need to ask what role you play in the lan admin?

i think it might be easier to modify mx type pointer mechanisms on the clients
instead of having the fw do all this wasteful redirs. they are wasteful
because you now where you want the mail traffic to go - this isnt clever.
its a way to perform this task but its not very elegant and doesnt scale for
manintenance.

out...


-----Original Message-----
From: netfilter-bounces@lists.netfilter.org
[mailto:netfilter-bounces@lists.netfilter.org]On Behalf Of Sasa Stupar
Sent: Monday, December 20, 2004 1:33 PM
To: Netfilter ML
Subject: Re: Redirection question


Sasa Stupar a écrit :

> Sasa Stupar a écrit :
> 
>> Hi!
>>
>> I have installed mail server on my lan. Now I would like to redirect 
>> all lan users to use that mail server as smtp (similar as transparent 
>> proxy with squid). How do I do that smtp redirection?
>> I was thinking something like:
>> -------------
>> iptables -t nat -A PREROUTING -i eth0 -s ! smtp-box -p tcp --dport 25 
>> -j DNAT --to smtp-box:25
>> iptables -t nat -A POSTROUTING -o eth0 -s local-network -d smtp-box -j 
>> SNAT --to iptables-box
>> iptables -A FORWARD -s local-network -d smtp-box -i eth0 -o eth0 -p 
>> tcp --dport 25 -j ACCEPT
>> --------------
>> Is this correct?
>>
>> Regards,
>> Sasa
>>
> 
> I forgot some more infos:
> running on FC3 with sendmail. This is also a router with 2 NIC
> installed: one for internet and one for LAN.
> 
> Sasa

Solved. It is working as I have mentioned above.

Sasa



^ permalink raw reply	[flat|nested] 7+ messages in thread
* Redirection question
@ 2004-12-20 17:02 Sasa Stupar
  2004-12-20 17:05 ` Sasa Stupar
  0 siblings, 1 reply; 7+ messages in thread
From: Sasa Stupar @ 2004-12-20 17:02 UTC (permalink / raw)
  To: netfilter

Hi!

I have installed mail server on my lan. Now I would like to redirect all 
lan users to use that mail server as smtp (similar as transparent proxy 
with squid). How do I do that smtp redirection?
I was thinking something like:
-------------
iptables -t nat -A PREROUTING -i eth0 -s ! smtp-box -p tcp --dport 25 -j 
DNAT --to smtp-box:25
iptables -t nat -A POSTROUTING -o eth0 -s local-network -d smtp-box -j 
SNAT --to iptables-box
iptables -A FORWARD -s local-network -d smtp-box -i eth0 -o eth0 -p tcp 
--dport 25 -j ACCEPT
--------------
Is this correct?

Regards,
Sasa


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Redirection question.
@ 2003-03-11 15:04 Hernán Mailluquet
  2003-03-11 15:20 ` Jesper Lund
  0 siblings, 1 reply; 7+ messages in thread
From: Hernán Mailluquet @ 2003-03-11 15:04 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

Hi, i have doing transparent proxy with squid and this port redirect rule:

iptables -t nat -A PREROUTING -i eth1 -p TCP --dport 80 -j REDIRECT --to-port 8080

and works fine. Now, i want dont't redirect some request to destination dirs like 192.168.0.0/24 and 192.168.1.0/24 (for example). How i can do this? 

Thanks.

[-- Attachment #2: Type: text/html, Size: 1007 bytes --]

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

end of thread, other threads:[~2004-12-21  7:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-20 22:47 Redirection question Hudson Delbert J Contr 61 CS/SCBN
2004-12-21  7:52 ` Sasa Stupar
  -- strict thread matches above, loose matches on Subject: below --
2004-12-20 17:02 Sasa Stupar
2004-12-20 17:05 ` Sasa Stupar
2004-12-20 21:33   ` Sasa Stupar
2003-03-11 15:04 Hernán Mailluquet
2003-03-11 15:20 ` Jesper Lund

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.