All of lore.kernel.org
 help / color / mirror / Atom feed
* Filtering encrypted vs. unencrypted packages?
@ 2004-10-30 21:46 Hadmut Danisch
  2004-10-31 15:14 ` Lopsch
  2004-10-31 18:43 ` Jason Opperisano
  0 siblings, 2 replies; 3+ messages in thread
From: Hadmut Danisch @ 2004-10-30 21:46 UTC (permalink / raw)
  To: netfilter

Hi,

I was just playing around with 2.6 IPSec and isakmpd and ran into a problem:

In order to have the packets from the peer IPSEC network accepted,
I need to have an entry like

iptables -A INPUT -s 192.168.19.0/24 -j ACCEPT

where 192.168.19.0 is the network behind the ipsec peer.

But if I do this, the machine would also accept unencrypted packages
from the Internet (except for the fact that packets to RFC1918-Adresses 
are not
routed, but assume that the LAN has official addresses).

I can't even distinguish them by the interface, because from an
iptables point of view, the packages are incoming on the external 
interface,
as if they were coming unencrypted.

How do I treat packets from IPSec and unencrypted plain packets from the
Internet differently with iptables?

regards
Hadmut



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

end of thread, other threads:[~2004-10-31 18:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-30 21:46 Filtering encrypted vs. unencrypted packages? Hadmut Danisch
2004-10-31 15:14 ` Lopsch
2004-10-31 18:43 ` Jason Opperisano

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.