All of lore.kernel.org
 help / color / mirror / Atom feed
* DROP before PREROUTING
@ 2006-05-03 12:48 Bruno Nunes
  2006-05-03 13:07 ` Maximilian Wilhelm
  2006-05-03 13:10 ` Rob Sterenborg
  0 siblings, 2 replies; 3+ messages in thread
From: Bruno Nunes @ 2006-05-03 12:48 UTC (permalink / raw)
  To: netfilter

Hi folks,
   i have this rule which forwards all incoming requests for ipA to a
local machine as you can see.
    iptables -t nat -A PREROUTING -d <ipA> -i eth0 -p tcp --dport 80
-j DNAT --to 192.168.1.4

  is there any way to allow only a range of machines to use this
specific rule (not interfering with the other rules)? dropping all
requests that are not welcome.

thanks


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

end of thread, other threads:[~2006-05-03 13:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-03 12:48 DROP before PREROUTING Bruno Nunes
2006-05-03 13:07 ` Maximilian Wilhelm
2006-05-03 13:10 ` Rob Sterenborg

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.