Connection established but can't ping
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
-
- OpenVpn Newbie
- Posts: 5
- Joined: Fri Mar 27, 2015 2:10 pm
Connection established but can't ping
I've Googled the title of this post for hours but nothing I've found has helped so far.
I'm doing a proof-of-concept which if it works will see OpenVPN replace router-based VPN connections for an inter-site VPN with initially four sites in a hub-and-spoke configuration. This is so that our choice of routers is not tied to how well they can build site to site links.
The proof-of-concept is as simple as I can make it: the client is my home PC running Win7 Pro 64-bit and the server is a spare Win2008R2 machine on the company Lan. I'm following the Static Key Mini-HOWTO.
Server config:
dev tun
ifconfig 10.8.0.1 10.8.0.2
secret static.key
verb 5
keepalive 10 60
Client config:
dev tun
remote xxxx.yyyy.zzzz
ifconfig 10.8.0.2 10.8.0.1
secret static.key
verb 5
keepalive 10 60
I've done the port forwarding on the office router and opened up a hole in the router firewall and the server firewall.
I also disabled firewalling on the TAP-Windows adaptor at both ends.
The connection comes up - I see the line
Fri Mar 27 14:18:10 2015 Initialization Sequence Completed
in the log of the client.
But almost all of the time if I ping the tunnel IP address at the other end I get no response.
I say almost - the connection re-establishes once a minute, presumably due the keepalive config setting, and when that happens I get one single ping through, like this:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Reply from 10.8.0.1: bytes=32 time=44ms TTL=128
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
I've read scores of posts about Windows issues with NLA and the fact that the tunnel adaptor doesn't have a default gateway but nothing I've tried has helped.
If I can't get this to work I'll try a Linux solution - we have a VMWare infrastructure in the office and I have a old PC which has a copy of Mint on it. I just thought I would try Windows as that's what I use every day.
The connection re-establishment suggests to me that something can't be right. Here's what I see in the client log when this happens:
Fri Mar 27 14:23:32 2015 us=111029 Initialization Sequence Completed
Fri Mar 27 14:23:32 2015 us=111029 MANAGEMENT: >STATE:1427466212,CONNECTED,SUCCESS,10.8.0.2,111.222.333.444
Fri Mar 27 14:24:26 2015 us=405625 Inactivity timeout (--ping-restart), restarting
I'm doing a proof-of-concept which if it works will see OpenVPN replace router-based VPN connections for an inter-site VPN with initially four sites in a hub-and-spoke configuration. This is so that our choice of routers is not tied to how well they can build site to site links.
The proof-of-concept is as simple as I can make it: the client is my home PC running Win7 Pro 64-bit and the server is a spare Win2008R2 machine on the company Lan. I'm following the Static Key Mini-HOWTO.
Server config:
dev tun
ifconfig 10.8.0.1 10.8.0.2
secret static.key
verb 5
keepalive 10 60
Client config:
dev tun
remote xxxx.yyyy.zzzz
ifconfig 10.8.0.2 10.8.0.1
secret static.key
verb 5
keepalive 10 60
I've done the port forwarding on the office router and opened up a hole in the router firewall and the server firewall.
I also disabled firewalling on the TAP-Windows adaptor at both ends.
The connection comes up - I see the line
Fri Mar 27 14:18:10 2015 Initialization Sequence Completed
in the log of the client.
But almost all of the time if I ping the tunnel IP address at the other end I get no response.
I say almost - the connection re-establishes once a minute, presumably due the keepalive config setting, and when that happens I get one single ping through, like this:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Reply from 10.8.0.1: bytes=32 time=44ms TTL=128
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Request timed out.
I've read scores of posts about Windows issues with NLA and the fact that the tunnel adaptor doesn't have a default gateway but nothing I've tried has helped.
If I can't get this to work I'll try a Linux solution - we have a VMWare infrastructure in the office and I have a old PC which has a copy of Mint on it. I just thought I would try Windows as that's what I use every day.
The connection re-establishment suggests to me that something can't be right. Here's what I see in the client log when this happens:
Fri Mar 27 14:23:32 2015 us=111029 Initialization Sequence Completed
Fri Mar 27 14:23:32 2015 us=111029 MANAGEMENT: >STATE:1427466212,CONNECTED,SUCCESS,10.8.0.2,111.222.333.444
Fri Mar 27 14:24:26 2015 us=405625 Inactivity timeout (--ping-restart), restarting
- maikcat
- Forum Team
- Posts: 4200
- Joined: Wed Jan 12, 2011 9:23 am
- Location: Athens,Greece
- Contact:
Re: Connection established but can't ping
which installer did you used? (please write the installers full filename).
also a wireshark capture could help...
Michael.
also a wireshark capture could help...
Michael.
-
- OpenVpn Newbie
- Posts: 5
- Joined: Fri Mar 27, 2015 2:10 pm
Re: Connection established but can't ping
Hi
The installer was openvpn-install-2.3.6-I603-x86_64.exe.
I tried switching my end from the Win7 PC to a Mint 17.1 32-bit PC, using the same config file and shared key. I also tried changing the server end to a pfSense VM on a VSphere setup. It didn't make any difference.
Back on the original setup I've done a wireshark trace but it doesn't seem to understand OpenVPN packets as most of them show as UnknownMessageType or UnknownMessageType[Malformed Packet].
Apologies for ignorance but how do I post the capture file? And is it wise to obscure the IP addresses first?
The installer was openvpn-install-2.3.6-I603-x86_64.exe.
I tried switching my end from the Win7 PC to a Mint 17.1 32-bit PC, using the same config file and shared key. I also tried changing the server end to a pfSense VM on a VSphere setup. It didn't make any difference.
Back on the original setup I've done a wireshark trace but it doesn't seem to understand OpenVPN packets as most of them show as UnknownMessageType or UnknownMessageType[Malformed Packet].
Apologies for ignorance but how do I post the capture file? And is it wise to obscure the IP addresses first?
- maikcat
- Forum Team
- Posts: 4200
- Joined: Wed Jan 12, 2011 9:23 am
- Location: Athens,Greece
- Contact:
Re: Connection established but can't ping
I tried switching my end from the Win7 PC to a Mint 17.1 32-bit PC, using the same config file and shared key. I also tried changing the server end to a pfSense VM on a VSphere setup. It didn't make any difference.

you are kidding right?
you used linux to pfsense using static key and it doesnt work????
something is wrong with you network topology...
maybe you filtering/limiting traffic somewhere?IDP maybe?
Michael.
-
- OpenVpn Newbie
- Posts: 5
- Joined: Fri Mar 27, 2015 2:10 pm
Re: Connection established but can't ping
Wireshark trace here:
Code: Select all
https://www.dropbox.com/s/256u1qdxg216th3/OpenVPN_anon.pcapng?dl=0
- maikcat
- Forum Team
- Posts: 4200
- Joined: Wed Jan 12, 2011 9:23 am
- Location: Athens,Greece
- Contact:
Re: Connection established but can't ping
post it here please...
Michael
Michael
-
- OpenVpn Newbie
- Posts: 5
- Joined: Fri Mar 27, 2015 2:10 pm
Re: Connection established but can't ping
Sorry if I'm being thick. I have two .pcapng files, one for the client and one for the server. Do you want me to convert them to text and place the text here?
If so which of the wireshark options should I use for the export?
If so which of the wireshark options should I use for the export?
- maikcat
- Forum Team
- Posts: 4200
- Joined: Wed Jan 12, 2011 9:23 am
- Location: Athens,Greece
- Contact:
Re: Connection established but can't ping
please export to text the relevant info from both server and client,
if your export is too large post only server for start...
you captured the lan nic, correct?
Michael.
if your export is too large post only server for start...
you captured the lan nic, correct?
Michael.
-
- OpenVpn Newbie
- Posts: 5
- Joined: Fri Mar 27, 2015 2:10 pm
Re: Connection established but can't ping
OK here is the capture from the server.
No. Time Source Destination Protocol Length Info
1 0.000000000 11.22.33.44 192.168.254.42 UDP 102 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 1: 102 bytes on wire (816 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
2 0.000305000 11.22.33.44 192.168.254.42 UDP 230 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 2: 230 bytes on wire (1840 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
3 0.000309000 11.22.33.44 192.168.254.42 UDP 158 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 3: 158 bytes on wire (1264 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
4 0.000519000 11.22.33.44 192.168.254.42 UDP 158 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 4: 158 bytes on wire (1264 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
5 0.000594000 11.22.33.44 192.168.254.42 UDP 158 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 5: 158 bytes on wire (1264 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
6 0.000597000 11.22.33.44 192.168.254.42 UDP 158 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 6: 158 bytes on wire (1264 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
7 0.000760000 11.22.33.44 192.168.254.42 UDP 150 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 7: 150 bytes on wire (1200 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
8 0.000795000 11.22.33.44 192.168.254.42 UDP 150 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 8: 150 bytes on wire (1200 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
9 0.000798000 11.22.33.44 192.168.254.42 UDP 150 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 9: 150 bytes on wire (1200 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
10 0.001287000 11.22.33.44 192.168.254.42 UDP 150 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 10: 150 bytes on wire (1200 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
11 0.001322000 11.22.33.44 192.168.254.42 UDP 150 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 11: 150 bytes on wire (1200 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
12 0.001325000 11.22.33.44 192.168.254.42 UDP 142 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 12: 142 bytes on wire (1136 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
13 0.001597000 11.22.33.44 192.168.254.42 UDP 198 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 13: 198 bytes on wire (1584 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
14 0.001828000 11.22.33.44 192.168.254.42 UDP 158 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 14: 158 bytes on wire (1264 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
15 0.002152000 11.22.33.44 192.168.254.42 UDP 230 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 15: 230 bytes on wire (1840 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
16 0.002157000 11.22.33.44 192.168.254.42 UDP 158 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 16: 158 bytes on wire (1264 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
17 0.002161000 11.22.33.44 192.168.254.42 UDP 158 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 17: 158 bytes on wire (1264 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
18 0.002276000 192.168.254.42 11.22.33.44 UDP 222 Source port: 1194 Destination port: 59493[Malformed Packet]
Frame 18: 222 bytes on wire (1776 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1), Dst: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6)
Internet Protocol Version 4, Src: 192.168.254.42 (192.168.254.42), Dst: 11.22.33.44 (11.22.33.44)
User Datagram Protocol, Src Port: 1194 (1194), Dst Port: 59493 (59493)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
19 0.002388000 11.22.33.44 192.168.254.42 UDP 158 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 19: 158 bytes on wire (1264 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
20 0.002644000 11.22.33.44 192.168.254.42 UDP 150 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 20: 150 bytes on wire (1200 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
21 0.003056000 11.22.33.44 192.168.254.42 UDP 158 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 21: 158 bytes on wire (1264 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
22 0.003085000 11.22.33.44 192.168.254.42 UDP 158 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 22: 158 bytes on wire (1264 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
23 0.003328000 11.22.33.44 192.168.254.42 UDP 230 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 23: 230 bytes on wire (1840 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
24 0.003332000 11.22.33.44 192.168.254.42 UDP 150 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 24: 150 bytes on wire (1200 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
25 0.003336000 11.22.33.44 192.168.254.42 UDP 150 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 25: 150 bytes on wire (1200 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
26 0.003517000 11.22.33.44 192.168.254.42 UDP 150 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 26: 150 bytes on wire (1200 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
27 0.003590000 11.22.33.44 192.168.254.42 UDP 158 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 27: 158 bytes on wire (1264 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
28 0.003783000 11.22.33.44 192.168.254.42 UDP 158 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 28: 158 bytes on wire (1264 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
29 0.003808000 11.22.33.44 192.168.254.42 UDP 150 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 29: 150 bytes on wire (1200 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
30 0.004107000 11.22.33.44 192.168.254.42 UDP 158 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 30: 158 bytes on wire (1264 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
31 0.004111000 11.22.33.44 192.168.254.42 UDP 142 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 31: 142 bytes on wire (1136 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
32 0.004149000 11.22.33.44 192.168.254.42 UDP 158 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 32: 158 bytes on wire (1264 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
33 0.004678000 11.22.33.44 192.168.254.42 UDP 230 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 33: 230 bytes on wire (1840 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
34 0.004967000 11.22.33.44 192.168.254.42 UDP 142 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 34: 142 bytes on wire (1136 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
35 3.292770000 192.168.254.42 11.22.33.44 UDP 102 Source port: 1194 Destination port: 59493[Malformed Packet]
Frame 35: 102 bytes on wire (816 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1), Dst: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6)
Internet Protocol Version 4, Src: 192.168.254.42 (192.168.254.42), Dst: 11.22.33.44 (11.22.33.44)
User Datagram Protocol, Src Port: 1194 (1194), Dst Port: 59493 (59493)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
36 5.912973000 11.22.33.44 192.168.254.42 UDP 230 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 36: 230 bytes on wire (1840 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
37 10.328813000 11.22.33.44 192.168.254.42 UDP 142 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 37: 142 bytes on wire (1136 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
38 10.331933000 192.168.254.42 11.22.33.44 UDP 142 Source port: 1194 Destination port: 59493[Malformed Packet]
Frame 38: 142 bytes on wire (1136 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1), Dst: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6)
Internet Protocol Version 4, Src: 192.168.254.42 (192.168.254.42), Dst: 11.22.33.44 (11.22.33.44)
User Datagram Protocol, Src Port: 1194 (1194), Dst Port: 59493 (59493)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
39 13.542822000 192.168.254.42 11.22.33.44 UDP 102 Source port: 1194 Destination port: 59493[Malformed Packet]
Frame 39: 102 bytes on wire (816 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1), Dst: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6)
Internet Protocol Version 4, Src: 192.168.254.42 (192.168.254.42), Dst: 11.22.33.44 (11.22.33.44)
User Datagram Protocol, Src Port: 1194 (1194), Dst Port: 59493 (59493)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
40 15.210197000 11.22.33.44 192.168.254.42 UDP 142 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 40: 142 bytes on wire (1136 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
41 15.211813000 192.168.254.42 11.22.33.44 UDP 142 Source port: 1194 Destination port: 59493[Malformed Packet]
Frame 41: 142 bytes on wire (1136 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1), Dst: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6)
Internet Protocol Version 4, Src: 192.168.254.42 (192.168.254.42), Dst: 11.22.33.44 (11.22.33.44)
User Datagram Protocol, Src Port: 1194 (1194), Dst Port: 59493 (59493)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
42 20.217637000 11.22.33.44 192.168.254.42 UDP 142 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 42: 142 bytes on wire (1136 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
43 20.221177000 192.168.254.42 11.22.33.44 UDP 142 Source port: 1194 Destination port: 59493[Malformed Packet]
Frame 43: 142 bytes on wire (1136 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1), Dst: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6)
Internet Protocol Version 4, Src: 192.168.254.42 (192.168.254.42), Dst: 11.22.33.44 (11.22.33.44)
User Datagram Protocol, Src Port: 1194 (1194), Dst Port: 59493 (59493)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
44 20.514761000 11.22.33.44 192.168.254.42 UDP 150 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 44: 150 bytes on wire (1200 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
45 20.514954000 11.22.33.44 192.168.254.42 UDP 150 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 45: 150 bytes on wire (1200 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
46 20.529445000 11.22.33.44 192.168.254.42 UDP 150 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 46: 150 bytes on wire (1200 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
47 21.918316000 11.22.33.44 192.168.254.42 UDP 230 Source port: 59493 Destination port: 1194[Malformed Packet]
Frame 47: 230 bytes on wire (1840 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6), Dst: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1)
Internet Protocol Version 4, Src: 11.22.33.44 (11.22.33.44), Dst: 192.168.254.42 (192.168.254.42)
User Datagram Protocol, Src Port: 59493 (59493), Dst Port: 1194 (1194)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
48 24.078874000 192.168.254.42 11.22.33.44 UDP 102 Source port: 1194 Destination port: 59493[Malformed Packet]
Frame 48: 102 bytes on wire (816 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1), Dst: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6)
Internet Protocol Version 4, Src: 192.168.254.42 (192.168.254.42), Dst: 11.22.33.44 (11.22.33.44)
User Datagram Protocol, Src Port: 1194 (1194), Dst Port: 59493 (59493)
[Malformed Packet: OpenVPN]
No. Time Source Destination Protocol Length Info
49 26.071716000 192.168.254.42 11.22.33.44 UDP 230 Source port: 1194 Destination port: 59493[Malformed Packet]
Frame 49: 230 bytes on wire (1840 bits), 42 bytes captured (336 bits) on interface 0
Ethernet II, Src: f2:c2:db:21:59:e1 (f2:c2:db:21:59:e1), Dst: f2:ac:c8:6a:8e:f6 (f2:ac:c8:6a:8e:f6)
Internet Protocol Version 4, Src: 192.168.254.42 (192.168.254.42), Dst: 11.22.33.44 (11.22.33.44)
User Datagram Protocol, Src Port: 1194 (1194), Dst Port: 59493 (59493)
[Malformed Packet: OpenVPN]