OpenSolaris

Printable Version Enter a New Search
Bug ID 6334208
Synopsis dumping preshared keys with different types can cause in.iked core dump
State 10-Fix Delivered (Fix available in build)
Category:Subcategory network:ipsec
Keywords onnv_triage
Responsible Engineer Paul Wernau
Reported Against
Duplicate Of
Introduced In solaris_9
Commit to Fix snv_27
Fixed In snv_27
Release Fixed solaris_nevada(snv_27) , solaris_10u4(s10u4_01) (Bug ID:2144126)
Related Bugs
Submit Date 7-October-2005
Last Update Date 9-November-2005
Description
Adding a preshared key with localid of something non-IP and remoteid of IP causes in.iked to core dump when the keys are dumped.  (The localid here is obviously wrong, but for purposes of this bug, it is a simple string).

ikeadm> add preshared { localidtype DNS remoteidtype IP localid 10.1.1.32 remoteid 10.1.1.45 ike_mode main  key 123457 }
ikeadm: Successfully created new preshared key.
ikeadm>  dump preshared

PSKEY: For main mode (identity protect) exchanges
PSKEY: Pre-shared key (3 bytes): 123457/24
LOCIP: Address:
LOCIP: AF_INET: port 0, 10.1.1.32 (vsp-ench210-1.Central. xxxxx .COM).
REMIP: Address:
Unable to communicate with in.iked
ikeadm: door_call failed: Interrupted system call
REMIP: ikeadm>
Work Around
N/A
Comments
N/A