On 2007/08/13 21:00, Steve B wrote:turn on packet tracing; # echo "p on" > /var/run/isakmpd.fifo try and make a connection, then turn tracing back off: # echo "p off" > /var/run/isakmpd.fifo see isakmpd(8) for more FIFO commands. Then you can look at the capture file with tcpdump: # tcpdump -r /var/run/isakmpd.pcap -vvn this should give some clues about how the peer is configured. You may well find it's using SHA1 not SHA2, but go through the pcap/tcpdump thing anyway, it's the easiest way to debug the peer connection. In the tcpdump you posted I think you didn't increase snaplen (e.g. -s 2000) to see the actual exchange (otherwise you would have seen more details for phase 1). Not necessary for the -r used here since isakmpd writes the pcap file with larger packet sizes.
| Arjan van de Ven | [patch] Add basic sanity checks to the syscall execution patch |
| debian developer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| monstr | Microblaze init port |
| Linus Torvalds | Re: Back to the future. |
git: | |
| Petr Baudis | Re: Cleaning up git user-interface warts |
| Jan Engelhardt | about c8af1de9 (git status uses pager) |
| Jakub Narebski | Re: VCS comparison table |
| Linus Torvalds | Re: kernel.org mirroring (Re: [GIT PULL] MMC update) |
| Richard Stallman | Real men don't attack straw men |
| Marco Peereboom | Re: Real men don't attack straw men |
| David Newman | setting dscp or tos bits |
| Khalid Schofield | Configuring sendmail openbsd 4.2 |
| Christoph Hellwig | Re: [PATCH RFC] [1/9] Core module symbol namespaces code and intro. |
| Josip Rodin | bnx2_poll panicking kernel |
| Johannes Berg | [RFC v2] mac80211: assign needed_headroom/tailroom for netdevs |
| Francois Romieu | Re: NAPI, rx_no_buffer_count, e1000, r8169 and other actors |
