Hello Gordon, On Fri, 06.10.2006 at 23:50:56 +0100, Gordon Ross <[EMAIL PROTECTED]> wrote: > I'm trying to setup an IPSEC connection between OpenBSD3.9 & Cisco IOS > 12.3 using pre-shared keys authentication the "old fashioned way". (One > step at a time) > However, I can't get the tunnel to come up. > Can someone help me by telling me what I should do to try to correct > this, please ?
I found it generally easier to not look at the logs, but instead using tcpdump to see the proposals sent on both sides. Suggested usage example: # tcpdump -s1500 -nvvve -i fxp0 port 500 or port 4500 or esp Best, --Toni++