Project

General

Profile

Bug #150

Updated by tuxillo over 10 years ago

I have been experiencing panics when testing IPSEC under HEAD. The  
  
 Kernel panics when sending or receiving Authentication Headers (AH) and  
  
 TCP connections encapsulated in ESP time out. 

 

 I've made some progress resolving the panic but I can't get IPSEC or  
  
 FAST_IPSEC to work correctly. I've gone through the ipsec code looking  
  
 for any glaring errors. Any help would be appreciated. 

 

 Regards 

 

 Gary 

 

 Communication between DragonFly Head and FreeBSD 4/6 using IPSEC. 

 

 options IPSEC 
 
 options 	 IPSEC_ESP 

 

 IPSEC AH 	 ICMP, UDP and TCP are working between PCs. 
 
 IPSEC ESP 	 ICMP and UDP work. TCP connections time out. 
 
 IPSEC AH-ESP 	 ICMP and UDP work. TCP connections time out. 

 

 options FAST_IPSEC 

 

 IPSEC AH 	 Kernel panic. 
 
 IPSEC ESP 	 ICMP, UDP and TCP are working between PCs. 
 
 IPSEC AH-ESP 	 Kernel panic.

Back