On Fri, 2009-12-04 at 13:19 -0500, Colin Zheng wrote: > > CSTP Dead Peer Detection detected dead peer! > getaddrinfo failed: Temporary failure in name resolution > sleep 10s, remaining timeout 300s > getaddrinfo failed: Temporary failure in name resolution > sleep 20s, remaining timeout 290s Ah. It's trying to reconnect... but it's doing a DNS lookup to find the address of the server again. That's not so cunning. Can you confirm that it works properly if you specify the IP address of the server on the command line, instead of the DNS name? -- dwmw2