Linux Netfilter discussions
 help / color / mirror / Atom feed
* Problems removing rules
@ 2003-05-01  0:07 Intercomax
  2003-05-01  3:02 ` SaVaGE
  0 siblings, 1 reply; 3+ messages in thread
From: Intercomax @ 2003-05-01  0:07 UTC (permalink / raw)
  To: netfilter

I'm having a huge problem:

I have those rules:

Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination
DNAT       tcp  --  anywhere             anywhere     
     tcp dpt:www
to:192.168.0.1:80

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination
MASQUERADE  all  --  anywhere             anywhere

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

I inserted iptables -t nat -I PREROUTING -s
xxx.xxx.xxx.xxx -j RETURN

OK. The rules works fine.

Then I removed the RETURN iptables -t nat -D
PREROUTING -s 
xxx.xxx.xxx.xxx -j
RETURN and... The IP still access some pages that
accessed before!

Why?

I need to redirect all internal requests to a specific
page and then, 
after a
login, masquerade them to the Internet...

That's it.

Thanks in advance.

Maurício S. Mudrik

_______________________________________________________________________
Yahoo! Mail
O melhor e-mail gratuito da internet: 6MB de espaço, antivírus, acesso POP3, filtro contra spam. 
http://br.mail.yahoo.com/


^ permalink raw reply	[flat|nested] 3+ messages in thread
* RE: Local rule for Port Forward
@ 2003-04-26 17:35 Andy Wood
  2003-04-30 21:04 ` Patrick Nelson
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Wood @ 2003-04-26 17:35 UTC (permalink / raw)
  To: 'Netfilter List'; +Cc: pnelson

	...perhaps it is self-governing.  Best practices would dictate that
instant messaging on a firewall is a bad idea.  The idea for a FW is minimal
packages, no permanent compilers, certainly not X and all of its user-ware.
It's remote-code-execution waitin' to happen.

	Question, why do you SNAT external Jabber traffic to your FW's
internal IP?  In doing that your server sees the traffic as originating from
$InIP, vice its true source.


>  I'm doing port forwarding to a server that runs jabber and everything  
> works fine, I did notice that if I bring up a jabber client on the  
> firewall itself I do not get connected.  While this isn't really  
> needed... I don't totally understand why it doesn't work.  Being  
> inquisitive... well I just gots to know why!  Can anyone shed some  
> light?
> 
>  My rules for the jabber port forward are:
> 
>  iptables -A FORWARD
>           -i $ExIF -d $JabIP -p tcp --dport $JabPort
>           -j ACCEPT
>  iptables -A PREROUTING
>           -t nat -d $ExIP -p tcp --dport $JabPort
>           -j DNAT --to-destination $JabIP  iptables -A POSTROUTING
>           -t nat -d $JabIP -p tcp --dport $JabPort
>           -j SNAT --to-source $InIP



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

end of thread, other threads:[~2003-05-01  3:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-01  0:07 Problems removing rules Intercomax
2003-05-01  3:02 ` SaVaGE
  -- strict thread matches above, loose matches on Subject: below --
2003-04-26 17:35 Local rule for Port Forward Andy Wood
2003-04-30 21:04 ` Patrick Nelson
2003-04-30 17:58   ` Problems removing rules Maurício S. Mudrik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox