Ok Jack, talk to me know, have some info for you...i think we going to get it talk
now, i think i see the problem, but
the solution, i need you helping minds again...
Attached you'll find tcpdump files of what's happening with these Routers overhere in
Europe..
My understanding of the DUMP, is not up to par, but according to me this is what i see
and assumed, but as always, u can
correct if i'm wrong..
Workstation 192.168.10.3 is sending his HTTP (80) traffic to his default router Box3
(eth1) 192.168.10.254, and i can
clearly see him forward it according the the CABLE rule (fwmark2) to Box1 (eth), so no
problem there, after that short
journey, i see Box1 (eth1) forwards it to the Internet via ppp0, so everybody happy
there.......
No the Internet "www.monkeynoodle.org" kindly accepts this request, and for some
reason or the other, decides to answer
to this poor request coming from europe......as i check again, i can see PPP0 telling
www.monkeynoodle.org, yes, yes..i
sent u a request...so gimme my reply, and he kindly answers that reply, and forwards
it to his next door neighbour
(box1 eth1), no he feels good, that he gets his reply back, and being a good guy, he
sends it back down the chain to
BOX3 eth2,
No box2 see this Port 80 packet coming in LOUD and clear...and kindly answers it with
joy, to forward it back to the
poor Workstation, that's waiting in vain for a reply, but eth2 has to send it via his
neighbour, which is BOX3 eth1,
which i can clearly see him doing.....
But wait just one sec there..(Houston, i think we have a problem), yep....eth1 is
either refusing to answer, or he's
just not seeing this Port80 packet coming to him from eth1 ...TIMEOUT...RAIN
CHECK.....
Now were here wondering WHAT the hell went wrong, is that, eth1 is angry with his
neighbour eth2 and refuse to answer,
or is it that he don't know the way back to send the packet back to the poor
workstation (192.168.10.3).
Now, help us (me, myself and I) out there, what is missing here...well i think you
read my entire ip routes and ip
tables etc, so u have enough info to see whaz wrong, if any more info is needed
please let me know and i'll send it
live and direct to you...
attached u'll find tcpdumps, and somekind of ASCII netdiagram of HomeNet in
Europe....struggling to offer Mommy, Daddy
and kids a descent internet connection..
BTW:i was looking at leaf for the ipcheck, but ain't find it...do u have a link for
me...
thnks for the help so far..
I think we going to get it work now.....but this is PHASE I, Phase II to follow, that
is PORT FORWARDING, had some
problems with it, but will check it out again, after we have this running like a TRAIN
Once again, thanks for your help and your ENERGY.....
I think i'll get this one working, i'm seeing the LIGHT, better than when i was trying
it with 1BOX, and two, external
interfaces...
I HAVE A DREAM/HOPE, that it gonna work..
cheers
Reggie
On Sat, 26 Jan 2002 15:35:55 -0800 (PST), Jack Coates wrote:
>On Sat, 26 Jan 2002, Reginald R. Richardson wrote:
>
>>�Jack../Charles
>>
>>�we starting to see some light, but i guess that the lack of some
>>Linux Firewall
>>�knowledge holding us back over here...
>>�but here's what..
>>
>>
>>�On my BOX3 Non NAT/Firewall Box
>>�if i add a default route on this box, via the CABLE Router (Box1),
>>then all
>>�HTTP traffic goes out to the internet without a problem, and also,
>>all the
>>�other traffic that has to go to the internet via Box2, goes to
>>Box2, so here i
>>�can see that Box3, is sending the traffic to the correct InterNet
>>Router, so in
>>�other words, he's a very nice Traffic Police, he's routing as
>>COMMANDED too..
>>
>>�For some reason, i can't figure out, why the return traffic is not
>>going back
>>�to the workstation without any problem..
>>
>
>To figure this out you need to use tcpdump; it's probably getting
>lost
>between box1 or 2 and box3.
>
>>�but what i found strange, is that from the moment i say the the
>>default gateway
>>�is box 1 eg.
>>
>>�"ip route add 0/0 via 192.168.1.6" (box1), then i have no problem
>>internet
>>�traffic proceeds, but from the moment i removed this route, no
>>more internet...
>>
>>�to the little knowledge i have, i don't believe that BOX3 should
>>have an
>>�default route, because i assume that the LOOKUP table is supposed
>>to tell him
>>�where to send the data for the specific Traffice Type. (correct me
>>if i'm
>>�wrong)
>>
>
>Maybe... a default route could be helpful if you get everything else
>configured right.
>
>>�On Box1 and Box2, is the normal settings that came by
>>default..with Dachsten
>>�onliest changes i have in those boxes is a static route back to the
>>�192.168.10.0 network, and i commented out the ipchains commands
>>that block
>>�traffic to the 10.0.0.0 network on Box2 (see below)
>>
>>�Box1 (Cable)
>>�#ip route
>>�62.234.0.1 dev ppp0 �proto kernel �scope link �src 62.234.0.234
>>�192.168.1.4/30 dev eth1 �proto kernel �scope link �src 192.168.1.6
>>�192.168.10.0/24 via 192.168.1.5 dev eth1
>>�default via 62.234.0.1 dev ppp0
>>
>>�#ip addr sh
>>�7: eth0: <BROADCAST,MULTICAST,UP>�mtu 1500 qdisc pfifo_fast qlen
>>100
>>���link/ether 00:10:4b:bb:c8:25 brd ff:ff:ff:ff:ff:ff
>>�8: eth1: <BROADCAST,MULTICAST,PROMISC,UP>�mtu 1500 qdisc
>>pfifo_fast qlen 100
>>���link/ether 00:c0:f0:12:f1:c8 brd ff:ff:ff:ff:ff:ff
>>���inet 192.168.1.6/30 brd 192.168.1.7 scope global eth1
>>
>>�Box2 (Adsl)
>>�#ip route
>>�192.168.1.0/30 dev eth1 �proto kernel �scope link �src 192.168.1.2
>>�10.0.0.0/24 dev eth0 �proto kernel �scope link �src 10.0.0.100
>>�192.168.10.0/24 via 192.168.1.1 dev eth1
>>�default via 10.0.0.138 dev eth0
>>
>>�#ip addr sh
>>�7: eth0: <BROADCAST,MULTICAST,UP>�mtu 1500 qdisc pfifo_fast qlen
>>100
>>���link/ether 08:00:00:22:20:34 brd ff:ff:ff:ff:ff:ff
>>���inet 10.0.0.100/24 brd 10.0.0.255 scope global eth0
>>�8: eth1: <BROADCAST,MULTICAST,PROMISC,UP>�mtu 1500 qdisc
>>pfifo_fast qlen 100
>>���link/ether 00:40:05:27:cb:9a brd ff:ff:ff:ff:ff:ff
>>
>>�This is a little tricky one, cause my ADSL provider Network
>>requires us to
>>�create a VPN connection between my router and the ADSL MODEM, so
>>therefore the
>>�default route is the ADSL Modem 10.0.0.138 (before u asked, i
>>commented out the
>>�IPCHAINS rules in this router that block the RFC ip's of 10.0.0.0)
>>
>>�>From this router i can ping the internet without any problem, so
>>therefore i
>>�have internet connectivity.
>>
>>�Here is what i have on Box3
>>�#ip addr sh
>>�7: eth0: <BROADCAST,MULTICAST,UP>�mtu 1500 qdisc pfifo_fast qlen
>>100
>>���link/ether 00:10:4b:bb:c8:25 brd ff:ff:ff:ff:ff:ff
>>�8: eth1: <BROADCAST,MULTICAST,PROMISC,UP>�mtu 1500 qdisc
>>pfifo_fast qlen 100
>>���link/ether 00:c0:f0:12:f1:c8 brd ff:ff:ff:ff:ff:ff
>>���inet 192.168.1.6/30 brd 192.168.1.7 scope global eth1
>>
>>
>>�# ip ru ls
>>�0: � � �from all lookup local
>>�32764: �from all fwmark � � � �1 lookup adsl
>>�32765: �from all fwmark � � � �2 lookup cable
>>�32766: �from all lookup main
>>�32767: �from all lookup default
>>
>>
>>�# ipchains
>>�Chain input (policy ACCEPT: 100740 packets, 8739050 bytes):
>>�prot opt � �tosa tosx �ifname � mark �outsize source destination
>>��ports
>>�tcp �------ 0xFF 0x00 �* � � 0x2 � �192.168.10.0/24 �0.0.0.0/0 � �*
>>�->� �80
>>�udp �------ 0xFF 0x00 �* � � 0x2 � �192.168.10.0/24 �0.0.0.0/0 � �*
>>�->� �80
>>�udp �------ 0xFF 0x00 �* � � 0x2 � �192.168.10.0/24 �0.0.0.0/0 � �*
>>�->� �443
>>�tcp �------ 0xFF 0x00 �* � � 0x2 � �192.168.10.0/24 �0.0.0.0/0 � �*
>>�->� �443
>>�tcp �------ 0xFF 0x00 �* � � 0x2 � �192.168.10.0/24 �0.0.0.0/0 � �*
>>�->� �110
>>�tcp �------ 0xFF 0x00 �* � � 0x2 � �192.168.10.0/24 �0.0.0.0/0 � �*
>>�->� �25
>>�tcp �------ 0xFF 0x00 �* � � 0x1 � �192.168.10.0/24 �0.0.0.0/0 � �*
>>�->� �1214
>>�Chain forward (policy ACCEPT: 75921 packets, 6589166 bytes):
>>�Chain output (policy ACCEPT: 95403 packets, 8331173 bytes):
>>
>>�# ip ro ls table cable
>>�default via 192.168.1.6 dev eth2
>>
>>�# ip rou ls table adsl
>>�default via 192.168.1.2 dev eth0
>>
>>�# ip route
>>�192.168.1.0/30 dev eth0 �proto kernel �scope link �src 192.168.1.1
>>�192.168.1.4/30 dev eth2 �proto kernel �scope link �src 192.168.1.5
>>�192.168.10.0/24 dev eth1 �proto kernel �scope link �src
>>192.168.10.254
>>
>
>Looks alright from a cursory glance, tcpdump is the only way to tell
>if
>it's really working like you expect.
>
>>
>>�Jack,
>>�What did u mean with this comment, don't under what u mean with
>>"tc"
>>�"Make sure you have proper tc rules for _both_ directions"
>>
>
>Sorry, I meant fwmark rules; tc is a tool from the same iproute2
>suite
>used for QoS.
>
>>�Do hope i have provided enough information, so that i can get
>>these babies talk
>>�to me, and do what they should do.
>>
>>�Can some one give me a tip, on what i can do to tell BOX3 that if
>>he routes
>>�HTTP traffic to BOX1, and there is no reply, then he should send
>>it to Box2
>>
>
>First concentrate on getting fwmark to work, then worry about
>failover
>:-) To do this you'll just find the ipcheck script from the LEAF site
>and modify it to your needs.
>
>>�thnks alot
>>
>>�On Sat, 26 Jan 2002 08:26:44 -0800 (PST), Jack Coates wrote:
>>�>Been there done that :-) Make sure you have proper tc rules for
>>�>_both_
>>�>directions, and try tcpdump on all three boxes. Not sure if you
>>�>already
>>�>knew this, but tcpdump has a ton of command line options to make
>>it
>>�>just
>>�>show the packets you're looking for. Also double-check your NAT
>>and
>>�>the
>>�>routing on box 1 and 2. I suspect something like this is
>>happening to
>>�>you:
>>�>
>>�>z.z.z.z:1024 SYN ->�box3 ->�box1(NATSRC=x.x.x.x:4001) ->
>>a.a.a.a:80
>>�>
>>�>z.z.z.z:1024 � � � �box3 <ACK loops back to>�box1 � � <-
>>a.a.a.a:80
>>�>
>>�>So on each box get two consoles (one for eth0 and one for eth1),
>>�>then do
>>�>a:
>>�>tcpdump -i eth[0|1] -n port 80 and host 66.1.155.123
>>�>
>>�>and then go to your client workstation and browse to
>>�>www.monkeynoodle.org. The tcpdump output should make it very clear
>>�>what
>>�>happened.
>>�>
>>�>Good luck!
>>�>Jack
>>�>
>>�>On Sat, 26 Jan 2002, Reginald R. Richardson wrote:
>>�>
>>�>>�Me again..
>>�>>
>>�>>�We getting there, with this 3 router box...
>>�>>
>>�>>�Question:
>>�>>�I reach so far as having Router3 sending the HTTP traffic to the
>>�>>correct
>>�>>�router, the SMTP traffic to the correct box also, as i use my
>>�>>TCPDUMP on my BOX
>>�>>�connecected to the Internet, i can see the HTTP traffic being
>>�>>transmitted to
>>�>>�the internet, but my problem is it's not being return to the
>>�>>requesting
>>�>>�workstation.
>>�>>
>>�>>�this is what my HTTP lookup table looks like
>>�>>�ip rout ls table http
>>�>>�default dev eth2 �scope link
>>�>>
>>�>>�I must say, that if i clear this table, and let BOX3, with a
>>�>>DEFAULT GW to the
>>�>>�internet via BOX1 or BOX2, then the Workstation can connect to
>>the
>>�>>net without
>>�>>�any problems.
>>�>>
>>�>>�I don't have the slightest idea now where i should look
>>�>>
>>�>>�thnks
>>�>>
>>�>>�On Wed, 23 Jan 2002 14:14:37 -0600, Charles Steinkuehler wrote:
>>�>>�>Everything seems to be moving like a charm, not getting the IP
>>�>>ROUTE
>>�>>�>per TCP
>>�>>�>Port talking to healthy, but still working on it..
>>�>>�>
>>�>>�>question.
>>�>>�>U mentioned why not use "equal-weight routing", i checked at
>>�>>googles
>>�>>�>to get
>>�>>�>more info about this, it seems a nice way to go...but can u
>>guide
>>�>>me
>>�>>�>to a
>>�>>�>weblink where i can find more info on how to implement this on
>>my
>>�>>�>Box3,
>>�>>�>
>>�>>�>CS>�Start with the Advanced Routing HOWTO, from linuxdoc.org or
>>�>>�>similar...if
>>�>>�>you get your port-based routing tables setup, you'll be over
>>most
>>�>>of
>>�>>�>the
>>�>>�>hurdles...
>>�>>�>
>>�>>�>CS>� Keep us all posted on your progress...if you get this
>>�>>working,
>>�>>�>it's the
>>�>>�>first step to doing the same thing cleanly with a single box.
>>�>>�>
>>�>>�>Charles Steinkuehler
>>�>>�>http://lrp.steinkuehler.net
>>�>>�>http://c0wz.steinkuehler.net (lrp.c0wz.com mirror)
>>�>>�>
>>�>>�>
>>�>>
>>�>>
>>�>>
>>�>>
>>�>>�-------------------------------------------------------------
>>�>>�Reginald R. Richardson
>>�>>�[EMAIL PROTECTED] on 1/26/2002
>>�>>
>>�>>
>>�>>
>>�>>�_______________________________________________
>>�>>�Leaf-user mailing list
>>�>>�[EMAIL PROTECTED]
>>�>>�https://lists.sourceforge.net/lists/listinfo/leaf-user
>>�>>
>>�>
>>
>>
>>
>>
>>�-------------------------------------------------------------
>>�Reginald R. Richardson
>>�[EMAIL PROTECTED] on 1/26/2002
>>
>>
>
�
�
-------------------------------------------------------------
Reginald R. Richardson
[EMAIL PROTECTED] on 1/28/2002
+--------------+
| Internet |
+-------+--------------+-----+
| |
|ppp0 |eth0 (10.0.0.100)
+-------+------+ +----+---------+
| Box1 (Cable) |eth1 (.6) | Box2 (ADSL)|
+--------------+---+ +--+--------------+ eth2 (.2)
| |
192.168.1.4/30 |eth2 (.5)| 192.168.1.0/30
+--+---------+-+eth0 (.1)
| Box3 NoNat |
+--------------+
|eth1 .254
|
|
|
----------------------------------------------LAN 192.168.10.0/24
06:34:31.223667 62.234.0.234.61706 > 66.1.155.123.80: S 1254467949:1254467949(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:34:31.443667 66.1.155.123.80 > 62.234.0.234.61706: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:34:34.133667 62.234.0.234.61706 > 66.1.155.123.80: S 1254467949:1254467949(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:34:34.443667 66.1.155.123.80 > 62.234.0.234.61706: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:34:35.073667 66.1.155.123.80 > 62.234.0.234.61706: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:34:40.133667 62.234.0.234.61706 > 66.1.155.123.80: S 1254467949:1254467949(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:34:40.553667 66.1.155.123.80 > 62.234.0.234.61706: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:34:41.143667 66.1.155.123.80 > 62.234.0.234.61706: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:34:53.083667 66.1.155.123.80 > 62.234.0.234.61706: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:17.053667 66.1.155.123.80 > 62.234.0.234.61706: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:38.913667 62.234.0.234.61707 > 216.136.171.201.80: S 1271484055:1271484055(0)
win 16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:39.093667 216.136.171.201.80 > 62.234.0.234.61707: S 2873608827:2873608827(0)
ack 1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:41.823667 62.234.0.234.61707 > 216.136.171.201.80: S 1271484055:1271484055(0)
win 16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:42.003667 216.136.171.201.80 > 62.234.0.234.61707: S 2873608827:2873608827(0)
ack 1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:42.413667 216.136.171.201.80 > 62.234.0.234.61707: S 2873608827:2873608827(0)
ack 1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:47.833667 62.234.0.234.61707 > 216.136.171.201.80: S 1271484055:1271484055(0)
win 16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:48.023667 216.136.171.201.80 > 62.234.0.234.61707: S 2873608827:2873608827(0)
ack 1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:48.413667 216.136.171.201.80 > 62.234.0.234.61707: S 2873608827:2873608827(0)
ack 1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:59.893667 62.234.0.234.61708 > 216.115.106.219.80: S 1276768543:1276768543(0)
win 16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:00.073667 216.115.106.219.80 > 62.234.0.234.61708: S 2737935434:2737935434(0)
ack 1276768544 win 16944 <mss 1412> (DF)
06:36:00.423667 216.136.171.201.80 > 62.234.0.234.61707: S 2873608827:2873608827(0)
ack 1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:36:02.853667 62.234.0.234.61708 > 216.115.106.219.80: S 1276768543:1276768543(0)
win 16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:03.043667 216.115.106.219.80 > 62.234.0.234.61708: . ack 1 win 16944 (DF)
06:36:03.073667 216.115.106.219.80 > 62.234.0.234.61708: S 2737935434:2737935434(0)
ack 1276768544 win 16944 <mss 1412> (DF)
06:36:05.503667 66.1.155.123.80 > 62.234.0.234.61706: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:36:08.863667 62.234.0.234.61708 > 216.115.106.219.80: S 1276768543:1276768543(0)
win 16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:09.043667 216.115.106.219.80 > 62.234.0.234.61708: . ack 1 win 16944 (DF)
06:36:09.073667 216.115.106.219.80 > 62.234.0.234.61708: S 2737935434:2737935434(0)
ack 1276768544 win 16944 <mss 1412> (DF)
06:36:11.813667 62.234.0.234.61709 > 64.58.76.228.80: S 1279804605:1279804605(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:11.953667 64.58.76.228.80 > 62.234.0.234.61709: S 2003701253:2003701253(0) ack
1279804606 win 16944 <mss 1412> (DF)
06:36:14.773667 62.234.0.234.61709 > 64.58.76.228.80: S 1279804605:1279804605(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:14.893667 64.58.76.228.80 > 62.234.0.234.61709: . ack 1 win 16944 (DF)
06:36:14.953667 64.58.76.228.80 > 62.234.0.234.61709: S 2003701253:2003701253(0) ack
1279804606 win 16944 <mss 1412> (DF)
06:36:20.783667 62.234.0.234.61709 > 64.58.76.228.80: S 1279804605:1279804605(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:20.903667 64.58.76.228.80 > 62.234.0.234.61709: . ack 1 win 16944 (DF)
06:36:20.953667 64.58.76.228.80 > 62.234.0.234.61709: S 2003701253:2003701253(0) ack
1279804606 win 16944 <mss 1412> (DF)
06:36:21.073667 216.115.106.219.80 > 62.234.0.234.61708: S 2737935434:2737935434(0)
ack 1276768544 win 16944 <mss 1412> (DF)
06:36:24.623667 216.136.171.201.80 > 62.234.0.234.61707: S 2873608827:2873608827(0)
ack 1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:36:32.803667 62.234.0.234.61710 > 64.58.76.225.80: S 1285096669:1285096669(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:32.923667 64.58.76.225.80 > 62.234.0.234.61710: S 3887968970:3887968970(0) ack
1285096670 win 16944 <mss 1412> (DF)
06:36:32.953667 64.58.76.228.80 > 62.234.0.234.61709: S 2003701253:2003701253(0) ack
1279804606 win 16944 <mss 1412> (DF)
06:36:35.803667 62.234.0.234.61710 > 64.58.76.225.80: S 1285096669:1285096669(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:35.913667 64.58.76.225.80 > 62.234.0.234.61710: S 3887968970:3887968970(0) ack
1285096670 win 16944 <mss 1412> (DF)
06:36:35.923667 64.58.76.225.80 > 62.234.0.234.61710: . ack 1 win 16944 (DF)
06:36:41.813667 62.234.0.234.61710 > 64.58.76.225.80: S 1285096669:1285096669(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:41.913667 64.58.76.225.80 > 62.234.0.234.61710: S 3887968970:3887968970(0) ack
1285096670 win 16944 <mss 1412> (DF)
06:36:41.933667 64.58.76.225.80 > 62.234.0.234.61710: . ack 1 win 16944 (DF)
06:36:45.073667 216.115.106.219.80 > 62.234.0.234.61708: S 2737935434:2737935434(0)
ack 1276768544 win 16944 <mss 1412> (DF)
06:36:53.833667 62.234.0.234.61711 > 64.58.76.179.80: S 1290406556:1290406556(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:53.923667 64.58.76.225.80 > 62.234.0.234.61710: S 3887968970:3887968970(0) ack
1285096670 win 16944 <mss 1412> (DF)
06:36:53.953667 64.58.76.179.80 > 62.234.0.234.61711: S 2741381568:2741381568(0) ack
1290406557 win 16944 <mss 1412> (DF)
06:36:56.833667 62.234.0.234.61711 > 64.58.76.179.80: S 1290406556:1290406556(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:56.943667 64.58.76.179.80 > 62.234.0.234.61711: S 2741381568:2741381568(0) ack
1290406557 win 16944 <mss 1412> (DF)
06:36:56.953667 64.58.76.179.80 > 62.234.0.234.61711: . ack 1 win 16944 (DF)
06:36:56.953667 64.58.76.228.80 > 62.234.0.234.61709: S 2003701253:2003701253(0) ack
1279804606 win 16944 <mss 1412> (DF)
06:37:02.843667 62.234.0.234.61711 > 64.58.76.179.80: S 1290406556:1290406556(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:02.943667 64.58.76.179.80 > 62.234.0.234.61711: S 2741381568:2741381568(0) ack
1290406557 win 16944 <mss 1412> (DF)
06:37:02.963667 64.58.76.179.80 > 62.234.0.234.61711: . ack 1 win 16944 (DF)
06:37:12.833667 216.136.171.201.80 > 62.234.0.234.61707: S 2873608827:2873608827(0)
ack 1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:37:14.863667 62.234.0.234.61712 > 64.58.76.222.80: S 1295710452:1295710452(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:14.943667 64.58.76.179.80 > 62.234.0.234.61711: S 2741381568:2741381568(0) ack
1290406557 win 16944 <mss 1412> (DF)
06:37:14.983667 64.58.76.222.80 > 62.234.0.234.61712: S 3486181421:3486181421(0) ack
1295710453 win 16944 <mss 1412> (DF)
06:37:15.073667 216.115.106.219.80 > 62.234.0.234.61708: R 1:1(0) ack 1 win 16944 (DF)
06:37:17.863667 62.234.0.234.61712 > 64.58.76.222.80: S 1295710452:1295710452(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:17.923667 64.58.76.225.80 > 62.234.0.234.61710: S 3887968970:3887968970(0) ack
1285096670 win 16944 <mss 1412> (DF)
06:37:17.983667 64.58.76.222.80 > 62.234.0.234.61712: S 3486181421:3486181421(0) ack
1295710453 win 16944 <mss 1412> (DF)
06:37:17.983667 64.58.76.222.80 > 62.234.0.234.61712: . ack 1 win 16944 (DF)
06:37:23.873667 62.234.0.234.61712 > 64.58.76.222.80: S 1295710452:1295710452(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:23.983667 64.58.76.222.80 > 62.234.0.234.61712: S 3486181421:3486181421(0) ack
1295710453 win 16944 <mss 1412> (DF)
06:37:23.993667 64.58.76.222.80 > 62.234.0.234.61712: . ack 1 win 16944 (DF)
06:37:26.963667 64.58.76.228.80 > 62.234.0.234.61709: R 1:1(0) ack 1 win 16944 (DF)
06:37:35.893667 62.234.0.234.61713 > 64.58.76.177.80: S 1301011167:1301011167(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:35.983667 64.58.76.222.80 > 62.234.0.234.61712: S 3486181421:3486181421(0) ack
1295710453 win 16944 <mss 1412> (DF)
06:37:36.013667 64.58.76.177.80 > 62.234.0.234.61713: S 3122048007:3122048007(0) ack
1301011168 win 16944 <mss 1412> (DF)
06:37:38.893667 62.234.0.234.61713 > 64.58.76.177.80: S 1301011167:1301011167(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:38.943667 64.58.76.179.80 > 62.234.0.234.61711: S 2741381568:2741381568(0) ack
1290406557 win 16944 <mss 1412> (DF)
06:37:39.013667 64.58.76.177.80 > 62.234.0.234.61713: S 3122048007:3122048007(0) ack
1301011168 win 16944 <mss 1412> (DF)
06:37:39.013667 64.58.76.177.80 > 62.234.0.234.61713: . ack 1 win 16944 (DF)
06:37:44.903667 62.234.0.234.61713 > 64.58.76.177.80: S 1301011167:1301011167(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:45.003667 64.58.76.177.80 > 62.234.0.234.61713: S 3122048007:3122048007(0) ack
1301011168 win 16944 <mss 1412> (DF)
06:37:45.023667 64.58.76.177.80 > 62.234.0.234.61713: . ack 1 win 16944 (DF)
06:37:47.923667 64.58.76.225.80 > 62.234.0.234.61710: R 1:1(0) ack 1 win 16944 (DF)
06:37:57.003667 64.58.76.177.80 > 62.234.0.234.61713: S 3122048007:3122048007(0) ack
1301011168 win 16944 <mss 1412> (DF)
06:37:57.113667 62.234.0.234.61714 > 207.68.185.58.80: S 1306336087:1306336087(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:57.303667 207.68.185.58.80 > 62.234.0.234.61714: S 2886627066:2886627066(0) ack
1306336088 win 16944 <mss 1412,nop,nop,sackOK> (DF)
06:37:59.983667 64.58.76.222.80 > 62.234.0.234.61712: S 3486181421:3486181421(0) ack
1295710453 win 16944 <mss 1412> (DF)
06:38:00.023667 62.234.0.234.61714 > 207.68.185.58.80: S 1306336087:1306336087(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:38:00.213667 207.68.185.58.80 > 62.234.0.234.61714: . ack 1 win 16944 (DF)
06:38:00.563667 207.68.185.58.80 > 62.234.0.234.61714: S 2886627066:2886627066(0) ack
1306336088 win 16944 <mss 1412,nop,nop,sackOK> (DF)
06:38:06.033667 62.234.0.234.61714 > 207.68.185.58.80: S 1306336087:1306336087(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:38:06.223667 207.68.185.58.80 > 62.234.0.234.61714: . ack 1 win 16944 (DF)
06:38:08.943667 64.58.76.179.80 > 62.234.0.234.61711: R 1:1(0) ack 1 win 16944 (DF)
06:34:16.517089 192.168.10.3.2727 > 66.1.155.123.80: S 1254467949:1254467949(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:34:19.427751 192.168.10.3.2727 > 66.1.155.123.80: S 1254467949:1254467949(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:34:25.435808 192.168.10.3.2727 > 66.1.155.123.80: S 1254467949:1254467949(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:24.202572 192.168.10.3.2732 > 216.136.171.201.80: S 1271484055:1271484055(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:27.118633 192.168.10.3.2732 > 216.136.171.201.80: S 1271484055:1271484055(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:33.126698 192.168.10.3.2732 > 216.136.171.201.80: S 1271484055:1271484055(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:45.183074 192.168.10.3.2733 > 216.115.106.219.80: S 1276768543:1276768543(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:48.146877 192.168.10.3.2733 > 216.115.106.219.80: S 1276768543:1276768543(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:54.154919 192.168.10.3.2733 > 216.115.106.219.80: S 1276768543:1276768543(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:57.105145 192.168.10.3.2735 > 64.58.76.228.80: S 1279804605:1279804605(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:00.062895 192.168.10.3.2735 > 64.58.76.228.80: S 1279804605:1279804605(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:06.070956 192.168.10.3.2735 > 64.58.76.228.80: S 1279804605:1279804605(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:18.088777 192.168.10.3.2736 > 64.58.76.225.80: S 1285096669:1285096669(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:21.091142 192.168.10.3.2736 > 64.58.76.225.80: S 1285096669:1285096669(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:27.099200 192.168.10.3.2736 > 64.58.76.225.80: S 1285096669:1285096669(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:39.117035 192.168.10.3.2737 > 64.58.76.179.80: S 1290406556:1290406556(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:42.119364 192.168.10.3.2737 > 64.58.76.179.80: S 1290406556:1290406556(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:48.127423 192.168.10.3.2737 > 64.58.76.179.80: S 1290406556:1290406556(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:00.144831 192.168.10.3.2738 > 64.58.76.222.80: S 1295710452:1295710452(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:03.147640 192.168.10.3.2738 > 64.58.76.222.80: S 1295710452:1295710452(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:09.155698 192.168.10.3.2738 > 64.58.76.222.80: S 1295710452:1295710452(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:21.173434 192.168.10.3.2739 > 64.58.76.177.80: S 1301011167:1301011167(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:24.175870 192.168.10.3.2739 > 64.58.76.177.80: S 1301011167:1301011167(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:30.183931 192.168.10.3.2739 > 64.58.76.177.80: S 1301011167:1301011167(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:42.392087 192.168.10.3.2741 > 207.68.185.58.80: S 1306336087:1306336087(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:45.304222 192.168.10.3.2741 > 207.68.185.58.80: S 1306336087:1306336087(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:51.312276 192.168.10.3.2741 > 207.68.185.58.80: S 1306336087:1306336087(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:34:16.517303 192.168.10.3.2727 > 66.1.155.123.80: S 1254467949:1254467949(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:34:16.747496 66.1.155.123.80 > 192.168.10.3.2727: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:34:19.427884 192.168.10.3.2727 > 66.1.155.123.80: S 1254467949:1254467949(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:34:19.740020 66.1.155.123.80 > 192.168.10.3.2727: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:34:20.374027 66.1.155.123.80 > 192.168.10.3.2727: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:34:25.435956 192.168.10.3.2727 > 66.1.155.123.80: S 1254467949:1254467949(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:34:25.856230 66.1.155.123.80 > 192.168.10.3.2727: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:34:26.442908 66.1.155.123.80 > 192.168.10.3.2727: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:34:38.381696 66.1.155.123.80 > 192.168.10.3.2727: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:02.348512 66.1.155.123.80 > 192.168.10.3.2727: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:24.202783 192.168.10.3.2732 > 216.136.171.201.80: S 1271484055:1271484055(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:24.388737 216.136.171.201.80 > 192.168.10.3.2732: S 2873608827:2873608827(0) ack
1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:27.118770 192.168.10.3.2732 > 216.136.171.201.80: S 1271484055:1271484055(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:27.301573 216.136.171.201.80 > 192.168.10.3.2732: S 2873608827:2873608827(0) ack
1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:27.710381 216.136.171.201.80 > 192.168.10.3.2732: S 2873608827:2873608827(0) ack
1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:33.126828 192.168.10.3.2732 > 216.136.171.201.80: S 1271484055:1271484055(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:33.312394 216.136.171.201.80 > 192.168.10.3.2732: S 2873608827:2873608827(0) ack
1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:33.711442 216.136.171.201.80 > 192.168.10.3.2732: S 2873608827:2873608827(0) ack
1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:45.183289 192.168.10.3.2733 > 216.115.106.219.80: S 1276768543:1276768543(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:45.368896 216.115.106.219.80 > 192.168.10.3.2733: S 2737935434:2737935434(0) ack
1276768544 win 16944 <mss 1412> (DF)
06:35:45.711815 216.136.171.201.80 > 192.168.10.3.2732: S 2873608827:2873608827(0) ack
1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:48.147007 192.168.10.3.2733 > 216.115.106.219.80: S 1276768543:1276768543(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:48.331668 216.115.106.219.80 > 192.168.10.3.2733: . ack 1 win 16944 (DF)
06:35:48.363924 216.115.106.219.80 > 192.168.10.3.2733: S 2737935434:2737935434(0) ack
1276768544 win 16944 <mss 1412> (DF)
06:35:50.797864 66.1.155.123.80 > 192.168.10.3.2727: S 3199824407:3199824407(0) ack
1254467950 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:35:54.155046 192.168.10.3.2733 > 216.115.106.219.80: S 1276768543:1276768543(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:54.337343 216.115.106.219.80 > 192.168.10.3.2733: . ack 1 win 16944 (DF)
06:35:54.363972 216.115.106.219.80 > 192.168.10.3.2733: S 2737935434:2737935434(0) ack
1276768544 win 16944 <mss 1412> (DF)
06:35:57.105357 192.168.10.3.2735 > 64.58.76.228.80: S 1279804605:1279804605(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:35:57.246926 64.58.76.228.80 > 192.168.10.3.2735: S 2003701253:2003701253(0) ack
1279804606 win 16944 <mss 1412> (DF)
06:36:00.063022 192.168.10.3.2735 > 64.58.76.228.80: S 1279804605:1279804605(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:00.186992 64.58.76.228.80 > 192.168.10.3.2735: . ack 1 win 16944 (DF)
06:36:00.241498 64.58.76.228.80 > 192.168.10.3.2735: S 2003701253:2003701253(0) ack
1279804606 win 16944 <mss 1412> (DF)
06:36:06.071086 192.168.10.3.2735 > 64.58.76.228.80: S 1279804605:1279804605(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:06.193809 64.58.76.228.80 > 192.168.10.3.2735: . ack 1 win 16944 (DF)
06:36:06.241581 64.58.76.228.80 > 192.168.10.3.2735: S 2003701253:2003701253(0) ack
1279804606 win 16944 <mss 1412> (DF)
06:36:06.361941 216.115.106.219.80 > 192.168.10.3.2733: S 2737935434:2737935434(0) ack
1276768544 win 16944 <mss 1412> (DF)
06:36:09.913297 216.136.171.201.80 > 192.168.10.3.2732: S 2873608827:2873608827(0) ack
1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:36:18.088998 192.168.10.3.2736 > 64.58.76.225.80: S 1285096669:1285096669(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:18.211957 64.58.76.225.80 > 192.168.10.3.2736: S 3887968970:3887968970(0) ack
1285096670 win 16944 <mss 1412> (DF)
06:36:18.241820 64.58.76.228.80 > 192.168.10.3.2735: S 2003701253:2003701253(0) ack
1279804606 win 16944 <mss 1412> (DF)
06:36:21.091280 192.168.10.3.2736 > 64.58.76.225.80: S 1285096669:1285096669(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:21.204702 64.58.76.225.80 > 192.168.10.3.2736: S 3887968970:3887968970(0) ack
1285096670 win 16944 <mss 1412> (DF)
06:36:21.214650 64.58.76.225.80 > 192.168.10.3.2736: . ack 1 win 16944 (DF)
06:36:27.099328 192.168.10.3.2736 > 64.58.76.225.80: S 1285096669:1285096669(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:27.204500 64.58.76.225.80 > 192.168.10.3.2736: S 3887968970:3887968970(0) ack
1285096670 win 16944 <mss 1412> (DF)
06:36:27.222558 64.58.76.225.80 > 192.168.10.3.2736: . ack 1 win 16944 (DF)
06:36:30.359248 216.115.106.219.80 > 192.168.10.3.2733: S 2737935434:2737935434(0) ack
1276768544 win 16944 <mss 1412> (DF)
06:36:39.117246 192.168.10.3.2737 > 64.58.76.179.80: S 1290406556:1290406556(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:39.206246 64.58.76.225.80 > 192.168.10.3.2736: S 3887968970:3887968970(0) ack
1285096670 win 16944 <mss 1412> (DF)
06:36:39.240645 64.58.76.179.80 > 192.168.10.3.2737: S 2741381568:2741381568(0) ack
1290406557 win 16944 <mss 1412> (DF)
06:36:42.119491 192.168.10.3.2737 > 64.58.76.179.80: S 1290406556:1290406556(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:42.231203 64.58.76.179.80 > 192.168.10.3.2737: S 2741381568:2741381568(0) ack
1290406557 win 16944 <mss 1412> (DF)
06:36:42.241939 64.58.76.179.80 > 192.168.10.3.2737: . ack 1 win 16944 (DF)
06:36:42.243742 64.58.76.228.80 > 192.168.10.3.2735: S 2003701253:2003701253(0) ack
1279804606 win 16944 <mss 1412> (DF)
06:36:48.127554 192.168.10.3.2737 > 64.58.76.179.80: S 1290406556:1290406556(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:36:48.229905 64.58.76.179.80 > 192.168.10.3.2737: S 2741381568:2741381568(0) ack
1290406557 win 16944 <mss 1412> (DF)
06:36:48.252668 64.58.76.179.80 > 192.168.10.3.2737: . ack 1 win 16944 (DF)
06:36:58.115529 216.136.171.201.80 > 192.168.10.3.2732: S 2873608827:2873608827(0) ack
1271484056 win 5840 <mss 1412,nop,nop,sackOK> (DF)
06:37:00.145040 192.168.10.3.2738 > 64.58.76.222.80: S 1295710452:1295710452(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:00.229346 64.58.76.179.80 > 192.168.10.3.2737: S 2741381568:2741381568(0) ack
1290406557 win 16944 <mss 1412> (DF)
06:37:00.268049 64.58.76.222.80 > 192.168.10.3.2738: S 3486181421:3486181421(0) ack
1295710453 win 16944 <mss 1412> (DF)
06:37:00.355669 216.115.106.219.80 > 192.168.10.3.2733: R 1:1(0) ack 1 win 16944 (DF)
06:37:03.147769 192.168.10.3.2738 > 64.58.76.222.80: S 1295710452:1295710452(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:03.207992 64.58.76.225.80 > 192.168.10.3.2736: S 3887968970:3887968970(0) ack
1285096670 win 16944 <mss 1412> (DF)
06:37:03.266805 64.58.76.222.80 > 192.168.10.3.2738: S 3486181421:3486181421(0) ack
1295710453 win 16944 <mss 1412> (DF)
06:37:03.268574 64.58.76.222.80 > 192.168.10.3.2738: . ack 1 win 16944 (DF)
06:37:09.155836 192.168.10.3.2738 > 64.58.76.222.80: S 1295710452:1295710452(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:09.268171 64.58.76.222.80 > 192.168.10.3.2738: S 3486181421:3486181421(0) ack
1295710453 win 16944 <mss 1412> (DF)
06:37:09.278348 64.58.76.222.80 > 192.168.10.3.2738: . ack 1 win 16944 (DF)
06:37:12.244268 64.58.76.228.80 > 192.168.10.3.2735: R 1:1(0) ack 1 win 16944 (DF)
06:37:21.173643 192.168.10.3.2739 > 64.58.76.177.80: S 1301011167:1301011167(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:21.269503 64.58.76.222.80 > 192.168.10.3.2738: S 3486181421:3486181421(0) ack
1295710453 win 16944 <mss 1412> (DF)
06:37:21.301083 64.58.76.177.80 > 192.168.10.3.2739: S 3122048007:3122048007(0) ack
1301011168 win 16944 <mss 1412> (DF)
06:37:24.175995 192.168.10.3.2739 > 64.58.76.177.80: S 1301011167:1301011167(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:24.226591 64.58.76.179.80 > 192.168.10.3.2737: S 2741381568:2741381568(0) ack
1290406557 win 16944 <mss 1412> (DF)
06:37:24.292481 64.58.76.177.80 > 192.168.10.3.2739: S 3122048007:3122048007(0) ack
1301011168 win 16944 <mss 1412> (DF)
06:37:24.301014 64.58.76.177.80 > 192.168.10.3.2739: . ack 1 win 16944 (DF)
06:37:30.184060 192.168.10.3.2739 > 64.58.76.177.80: S 1301011167:1301011167(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:30.290394 64.58.76.177.80 > 192.168.10.3.2739: S 3122048007:3122048007(0) ack
1301011168 win 16944 <mss 1412> (DF)
06:37:30.306303 64.58.76.177.80 > 192.168.10.3.2739: . ack 1 win 16944 (DF)
06:37:33.209756 64.58.76.225.80 > 192.168.10.3.2736: R 1:1(0) ack 1 win 16944 (DF)
06:37:42.288695 64.58.76.177.80 > 192.168.10.3.2739: S 3122048007:3122048007(0) ack
1301011168 win 16944 <mss 1412> (DF)
06:37:42.392297 192.168.10.3.2741 > 207.68.185.58.80: S 1306336087:1306336087(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:42.583263 207.68.185.58.80 > 192.168.10.3.2741: S 2886627066:2886627066(0) ack
1306336088 win 16944 <mss 1412,nop,nop,sackOK> (DF)
06:37:45.269098 64.58.76.222.80 > 192.168.10.3.2738: S 3486181421:3486181421(0) ack
1295710453 win 16944 <mss 1412> (DF)
06:37:45.304351 192.168.10.3.2741 > 207.68.185.58.80: S 1306336087:1306336087(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:45.493505 207.68.185.58.80 > 192.168.10.3.2741: . ack 1 win 16944 (DF)
06:37:45.842787 207.68.185.58.80 > 192.168.10.3.2741: S 2886627066:2886627066(0) ack
1306336088 win 16944 <mss 1412,nop,nop,sackOK> (DF)
06:37:51.312420 192.168.10.3.2741 > 207.68.185.58.80: S 1306336087:1306336087(0) win
16384 <mss 1460,nop,nop,sackOK> (DF)
06:37:51.503926 207.68.185.58.80 > 192.168.10.3.2741: . ack 1 win 16944 (DF)
06:37:54.223465 64.58.76.179.80 > 192.168.10.3.2737: R 1:1(0) ack 1 win 16944 (DF)
06:38:06.286111 64.58.76.177.80 > 192.168.10.3.2739: S 3122048007:3122048007(0) ack
1301011168 win 16944 <mss 1412> (DF)
06:38:15.270495 64.58.76.222.80 > 192.168.10.3.2738: R 1:1(0) ack 1 win 16944 (DF)