login
Header Space

 
 

Re: ipsec vpn?

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Steve B <steveb7@...>
Cc: Sergey Prysiazhnyi <apelsin@...>, <misc@...>
Date: Tuesday, August 14, 2007 - 3:49 am

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.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ipsec vpn?, Sergey Prysiazhnyi, (Sun Aug 12, 6:30 pm)
Re: ipsec vpn?, Hans-Joerg Hoexer, (Wed Aug 15, 4:37 pm)
Re: ipsec vpn?, Sergey Prysiazhnyi, (Wed Aug 15, 7:53 pm)
Re: ipsec vpn?, Hans-Joerg Hoexer, (Thu Aug 16, 3:56 am)
Re: ipsec vpn?, Sergey Prysiazhnyi, (Wed Aug 22, 6:56 pm)
Re: ipsec vpn?, Steve B, (Thu Aug 16, 9:43 pm)
Re: ipsec vpn?, Markus Friedl, (Fri Aug 17, 2:53 am)
Re: ipsec vpn?, Steve B, (Sat Aug 18, 4:44 pm)
Re: ipsec vpn?, Steve B, (Tue Aug 21, 12:07 am)
Re: ipsec vpn?, Steve B, (Sat Aug 18, 4:32 pm)
Re: ipsec vpn?, Hans-Joerg Hoexer, (Fri Aug 17, 2:40 am)
Re: ipsec vpn?, Hans Hoexer, (Wed Aug 15, 5:13 pm)
Re: ipsec vpn?, Steve B, (Tue Aug 14, 12:00 am)
Re: ipsec vpn?, Stuart Henderson, (Tue Aug 14, 3:49 am)
speck-geostationary