Hi Guys, I am trying to capture a VPN tunnel establishment between 2 firewalls. While I am able to get the trace on TCPDUMP, however when I write it to a pcap file, the outgoing packets are not present. What could I be doing wrong or is there something else I need to do while I do the capture? 01:05:52.154481 In IP 192.168.3.1.500 > 192.168.4.2.500: isakmp: phase 1 I ident: [|sa] 01:05:52.186367 Out IP 192.168.4.2.500 > 192.168.3.1.500: isakmp: phase 1 R ident: [|sa] "In" packets are not visible. Any help would be appreciated. Thanks Rahul asked 08 Nov '13, 11:51 Rahultn |
Thanks for response Kurt. FW1 ------ FW2 On the FW2 receiving interface I did the capture
On this dump i am able to see bidirectional traffic, but when I write it to a pcap file and open it only
192.168.4.2.500 > 192.168.3.1.500: isakmp: phase 1 R ident: [|sa] is available.
(Correction to the q: Incoming packets are visible)
What type of firewall is this?
To repeat it:
If so (and you used no other options for tcpdump as the one you posted), how did you check the content of the pcap file?
BTW: Are there tagged VLAN ports involved on firewall FW2 (the interface you sniffed)?