New version of 802.1x netgraph code available

2003-02-17 Thread Pekka Nikander
cycles to fix bugs and help people with getting started. --Pekka Nikander To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: Question about IPsec and double ipfilter processing

2003-01-21 Thread Pekka Nikander
Crist J. Clark wrote: I'm running RELENG_4_5. Could revision 1.214 to ip_input.c have something to do with this? That is definitely a possibility. I didn't see this behaviour on my kernel build from Oct 11 sources, but I do see it on later ones. However, there was a long time after Oct 11 bef

Re: Question about IPsec and double ipfilter processing

2003-01-21 Thread Pekka Nikander
Crist, Crist J. Clark wrote: I don't see this. I have one rule on my external interface, block in log quick on de0 all head 2000 ... pass in quick proto esp from any to 12.234.89.252/32 group 2000 That allows in ESP traffic from any host. No

Re: Question about IPsec and double ipfilter processing

2003-01-21 Thread Pekka Nikander
are frustrated by this double processing too. In a message Pekka Nikander says: From the security point of view this does not matter so much, since the IPsec code is taking care of the protection and dropping those packets. Can you clarify on this. In order to allow a peer network

Re: IPsec / ipfw interaction in 4.7-STABLE: a proposed change

2003-01-03 Thread Pekka Nikander
at in the user land, having some process listening to a PFKEY socket and adding and deleting routes as it sees tunnel mode SPD entries coming and going. --Pekka Nikander To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: IPsec / ipfw interaction in 4.7-STABLE: a proposed change

2003-01-03 Thread Pekka Nikander
o configure the tunnel twice: once the enc interface, IP addresses and routing etc, and a second time set up the proper IPsec SPD entries. Perhaps the enc interface could be even more intelligent, and set up default SPD entries based on routing tables??? --Pekka Nikander To Unsubscribe: send m

Re: IPsec / ipfw interaction in 4.7-STABLE: a proposed change

2003-01-03 Thread Pekka Nikander
ot be that easy... Now, out of curiosity, why do you consider loif[] evil? --Pekka Nikander To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

IPsec / ipfw interaction in 4.7-STABLE: a proposed change

2003-01-02 Thread Pekka Nikander
wing small hack to netinet6/esp_input.c It changes the ESP tunneled packets to look like they were coming from the loopback interface. And it works like charm. However, this is not a proper fix, and a better one might be to increment NLOOP and use loif[1] instead of loif[0]. Opinions? -

Re: 802.1x

2002-11-26 Thread Pekka Nikander
jeremie le-hen wrote: However, I fight with 802.1x under FreeBSD. I know Pekka Nikander worked on an 802.1x implementation under FreeBSD (see [1]), but I wasn't able to make it work with a FreeRadius server. My 802.1x implementation is still lacking quite a lot, especially at the user

Re: A minimal IEEE 802.1x aka EAPOL implementation available

2001-11-09 Thread Pekka Nikander
or PAM. Think with logging in, it will authenticate you to the > (physical) network and the (ethernet) switch will put you into the > right VLAN for example. Or it could prompt for secure-id. Ditto. > Probably it should even be recognized by the TrustedBSD components, > talk to <

IEEE 802.1x aka EAPOL implementation

2001-11-02 Thread Pekka Nikander
only client side functionality, but it has been tested to be able to send the EAPOL START and LOGOFF messages. No documentation yet, sorry. RTFS. --Pekka Nikander To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message