public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6 native IPsec implementation question
@ 2004-11-15 13:44 Blizbor
  2004-11-15 14:02 ` Jan Engelhardt
  2004-11-16 17:47 ` Andreas Unterkircher
  0 siblings, 2 replies; 6+ messages in thread
From: Blizbor @ 2004-11-15 13:44 UTC (permalink / raw)
  To: linux-kernel

Greetings,

I hope, this is right place to ask my questions.

1. Why IPsec in 2.6 doesn't uses separate interface ?
It makes impossible to implement firewall logic like this (or I'm 
missing something):

incoming from eth0 allow AH
incoming from eth0 allow ESP
incoming from eth0 allow udp 500
incoming from eth0 allow udp 53
incoming from eth0 allow ICMP related
incoming from eth0 deny all

then set of filters restricting traffic incoming via IPsec for examle:
incoming from ipsec0 allow tcp 389
incoming from ipsec0 allow ICMP related
incoming from ipsec0 deny all

(please consider roadwarrior client with not known IP address)

2. Why IPsec in 2.6 doesn't creates entries in the route tables ?
It's a bit confusing when 'ip route list' doesnt makes you aware that
some traffic is going somwhere else than defined in route tables.

(you must know that there is IPsec in use on the host, then you are using
setkey to list rules, and then you must analyse rules to catch routes - 
ugly solution.)


Reards,
Blizbor

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

end of thread, other threads:[~2004-11-16 17:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-15 13:44 2.6 native IPsec implementation question Blizbor
2004-11-15 14:02 ` Jan Engelhardt
2004-11-15 14:48   ` Blizbor
2004-11-15 15:05     ` Jan Engelhardt
2004-11-15 16:47       ` Blizbor
2004-11-16 17:47 ` Andreas Unterkircher

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