Fop2 does not see the internet.

Sorry for my english, i know- it's really bad(((.
Good day!
Fop2 does not see the internet.
Yesterday, i had to make license revoked and then register again. After that when i log in to admin web ui of fop2--> plugins, i see this: "Online Repository not reachable/accessible"
I checked the internet and DNS is working properly on both the server and the workstation.
3e6235f849d0.png
dd94149d5290.png

Comments

  • While @admin is sleeping=), try
    tcpdump -ni <name of you interface from ifconfig>
    
    And refresh admin UI. If you server has many connections, try
    tcpdump -ni <name of you interface from ifconfig> port 80 or port 443
    
    to remove excess debris
    It wil help to understand where problem is - network or app

    Sorry for my English to=)
  • You might want to see if you have selinux enabled. If you do, it most probably rejects connection attempts from php . In that case you can either disable selinux or configure it to allow that kind of socket connections.

    setsebool -P telepathy_tcp_connect_generic_network_ports 1
    setsebool -P httpd_can_network_connect 1
    setsebool -P allow_user_mysql_connect 1
    setsebool -P httpd_can_network_connect_db 1
  • Sorry for offtop, @admin, do you plan to make selinux module for fop2 and other?

    PS. if you problem in selinux, check /var/log/audit/audit.log or /var/log/messages fo 'deny' while you are connecting
  • I have no plans to add selinux or any other system administrator module for FOP2 because FOP2 is not intended for system administration or security. Best regards,
  • [root@pbx queuestats]# setsebool -P telepathy_tcp_connect_generic_network_ports 1
    setsebool: SELinux is disabled.
  • [root@pbx queuestats]# tcpdump -ni eth0 port 80 or port 443
    tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
    listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes
    20:50:21.213260 IP 192.168.5.75.50593 > 192.168.5.77.http: Flags [S], seq 1765706329, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.213277 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [S.], seq 1001859401, ack 1765706330, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.213282 IP 192.168.5.75.50594 > 192.168.5.77.http: Flags [S], seq 1746403998, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.213285 IP 192.168.5.77.http > 192.168.5.75.50594: Flags [S.], seq 3532042142, ack 1746403999, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.213352 IP 192.168.5.75.50595 > 192.168.5.77.http: Flags [S], seq 338855941, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.213358 IP 192.168.5.77.http > 192.168.5.75.50595: Flags [S.], seq 3562495008, ack 338855942, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.213390 IP 192.168.5.75.50593 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.213452 IP 192.168.5.75.50596 > 192.168.5.77.http: Flags [S], seq 89124020, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.213457 IP 192.168.5.77.http > 192.168.5.75.50596: Flags [S.], seq 925607300, ack 89124021, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.213549 IP 192.168.5.75.50597 > 192.168.5.77.http: Flags [S], seq 2576573644, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.213552 IP 192.168.5.77.http > 192.168.5.75.50597: Flags [S.], seq 1750542888, ack 2576573645, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.213611 IP 192.168.5.75.50598 > 192.168.5.77.http: Flags [S], seq 2043363588, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.213615 IP 192.168.5.77.http > 192.168.5.75.50598: Flags [S.], seq 3597803302, ack 2043363589, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.213852 IP 192.168.5.75.50593 > 192.168.5.77.http: Flags [P.], seq 1:612, ack 1, win 256, length 611
    20:50:21.213868 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], ack 612, win 124, length 0
    20:50:21.214223 IP 192.168.5.75.50596 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.214227 IP 192.168.5.75.50597 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.214229 IP 192.168.5.75.50594 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.214230 IP 192.168.5.75.50595 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.214933 IP 192.168.5.75.50598 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.265867 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], seq 1:2921, ack 612, win 124, length 2920
    20:50:21.265877 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], seq 2921:5841, ack 612, win 124, length 2920
    20:50:21.265886 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], seq 5841:7301, ack 612, win 124, length 1460
    20:50:21.265888 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [P.], seq 7301:8613, ack 612, win 124, length 1312
    20:50:21.266544 IP 192.168.5.75.50593 > 192.168.5.77.http: Flags [.], ack 8613, win 256, length 0
    20:50:21.268909 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], seq 8613:11533, ack 612, win 124, length 2920
    20:50:21.268917 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], seq 11533:14453, ack 612, win 124, length 2920
    20:50:21.268925 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], seq 14453:15913, ack 612, win 124, length 1460
    20:50:21.268928 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [P.], seq 15913:17360, ack 612, win 124, length 1447
    20:50:21.269206 IP 192.168.5.75.50593 > 192.168.5.77.http: Flags [.], ack 17360, win 256, length 0
    20:50:21.271868 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], seq 17360:20280, ack 612, win 124, length 2920
    20:50:21.271877 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], seq 20280:23200, ack 612, win 124, length 2920
    20:50:21.271881 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], seq 23200:26120, ack 612, win 124, length 2920
    20:50:21.271888 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], seq 26120:27580, ack 612, win 124, length 1460
    20:50:21.271890 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [P.], seq 27580:27998, ack 612, win 124, length 418
    20:50:21.272738 IP 192.168.5.75.50593 > 192.168.5.77.http: Flags [.], ack 27998, win 249, length 0
    20:50:21.272785 IP 192.168.5.75.50593 > 192.168.5.77.http: Flags [.], ack 27998, win 256, length 0
    20:50:21.274696 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], seq 27998:35298, ack 612, win 124, length 7300
    20:50:21.274703 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [P.], seq 35298:36341, ack 612, win 124, length 1043
    20:50:21.275173 IP 192.168.5.75.50593 > 192.168.5.77.http: Flags [.], ack 36341, win 256, length 0
    20:50:21.277117 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], seq 36341:43641, ack 612, win 124, length 7300
    20:50:21.277125 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [P.], seq 43641:44991, ack 612, win 124, length 1350
    20:50:21.278202 IP 192.168.5.75.50593 > 192.168.5.77.http: Flags [.], ack 44991, win 256, length 0
    20:50:21.278962 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], seq 44991:47911, ack 612, win 124, length 2920
    20:50:21.278969 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [P.], seq 47911:48183, ack 612, win 124, length 272
    20:50:21.279047 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [F.], seq 48183, ack 612, win 124, length 0
    20:50:21.280208 IP 192.168.5.75.50593 > 192.168.5.77.http: Flags [.], ack 48184, win 244, length 0
    20:50:21.280656 IP 192.168.5.75.50593 > 192.168.5.77.http: Flags [.], ack 48184, win 256, length 0
    20:50:21.282895 IP 192.168.5.75.50594 > 192.168.5.77.http: Flags [P.], seq 1:594, ack 1, win 256, length 593
    20:50:21.282914 IP 192.168.5.77.http > 192.168.5.75.50594: Flags [.], ack 594, win 124, length 0
    20:50:21.283671 IP 192.168.5.77.http > 192.168.5.75.50594: Flags [P.], seq 1:228, ack 594, win 124, length 227
    20:50:21.283730 IP 192.168.5.77.http > 192.168.5.75.50594: Flags [F.], seq 228, ack 594, win 124, length 0
    20:50:21.284125 IP 192.168.5.75.50595 > 192.168.5.77.http: Flags [P.], seq 1:596, ack 1, win 256, length 595
    20:50:21.284134 IP 192.168.5.77.http > 192.168.5.75.50595: Flags [.], ack 596, win 124, length 0
    20:50:21.284173 IP 192.168.5.75.50596 > 192.168.5.77.http: Flags [P.], seq 1:595, ack 1, win 256, length 594
    20:50:21.284180 IP 192.168.5.77.http > 192.168.5.75.50596: Flags [.], ack 595, win 124, length 0
    20:50:21.284207 IP 192.168.5.75.50594 > 192.168.5.77.http: Flags [.], ack 229, win 255, length 0
    20:50:21.284292 IP 192.168.5.75.50597 > 192.168.5.77.http: Flags [P.], seq 1:600, ack 1, win 256, length 599
    20:50:21.284306 IP 192.168.5.77.http > 192.168.5.75.50597: Flags [.], ack 600, win 124, length 0
    20:50:21.284345 IP 192.168.5.75.50598 > 192.168.5.77.http: Flags [P.], seq 1:593, ack 1, win 256, length 592
    20:50:21.284352 IP 192.168.5.77.http > 192.168.5.75.50598: Flags [.], ack 593, win 124, length 0
    20:50:21.284440 IP 192.168.5.77.http > 192.168.5.75.50595: Flags [P.], seq 1:227, ack 596, win 124, length 226
    20:50:21.284445 IP 192.168.5.77.http > 192.168.5.75.50596: Flags [P.], seq 1:227, ack 595, win 124, length 226
    20:50:21.284480 IP 192.168.5.77.http > 192.168.5.75.50596: Flags [F.], seq 227, ack 595, win 124, length 0
    20:50:21.284484 IP 192.168.5.77.http > 192.168.5.75.50595: Flags [F.], seq 227, ack 596, win 124, length 0
    20:50:21.284702 IP 192.168.5.77.http > 192.168.5.75.50597: Flags [P.], seq 1:227, ack 600, win 124, length 226
    20:50:21.284738 IP 192.168.5.77.http > 192.168.5.75.50597: Flags [F.], seq 227, ack 600, win 124, length 0
    20:50:21.284789 IP 192.168.5.75.50593 > 192.168.5.77.http: Flags [F.], seq 612, ack 48184, win 256, length 0
    20:50:21.284797 IP 192.168.5.77.http > 192.168.5.75.50593: Flags [.], ack 613, win 124, length 0
    20:50:21.284882 IP 192.168.5.75.50599 > 192.168.5.77.http: Flags [S], seq 1400201625, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.284893 IP 192.168.5.77.http > 192.168.5.75.50599: Flags [S.], seq 2927070472, ack 1400201626, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.285072 IP 192.168.5.77.http > 192.168.5.75.50598: Flags [P.], seq 1:226, ack 593, win 124, length 225
    20:50:21.285100 IP 192.168.5.77.http > 192.168.5.75.50598: Flags [F.], seq 226, ack 593, win 124, length 0
    20:50:21.285205 IP 192.168.5.75.50596 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.285212 IP 192.168.5.75.50597 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.285233 IP 192.168.5.75.50595 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.285937 IP 192.168.5.75.50599 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.285986 IP 192.168.5.75.50598 > 192.168.5.77.http: Flags [.], ack 227, win 255, length 0
    20:50:21.287674 IP 192.168.5.75.50594 > 192.168.5.77.http: Flags [F.], seq 594, ack 229, win 255, length 0
    20:50:21.287682 IP 192.168.5.77.http > 192.168.5.75.50594: Flags [.], ack 595, win 124, length 0
    20:50:21.287773 IP 192.168.5.75.50600 > 192.168.5.77.http: Flags [S], seq 39953232, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.287783 IP 192.168.5.77.http > 192.168.5.75.50600: Flags [S.], seq 3576149236, ack 39953233, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.288208 IP 192.168.5.75.50600 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.288671 IP 192.168.5.75.50595 > 192.168.5.77.http: Flags [F.], seq 596, ack 228, win 255, length 0
    20:50:21.288676 IP 192.168.5.77.http > 192.168.5.75.50595: Flags [.], ack 597, win 124, length 0
    20:50:21.288772 IP 192.168.5.75.50601 > 192.168.5.77.http: Flags [S], seq 2129033849, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.288785 IP 192.168.5.77.http > 192.168.5.75.50601: Flags [S.], seq 241459499, ack 2129033850, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.289022 IP 192.168.5.75.50596 > 192.168.5.77.http: Flags [F.], seq 595, ack 228, win 255, length 0
    20:50:21.289027 IP 192.168.5.77.http > 192.168.5.75.50596: Flags [.], ack 596, win 124, length 0
    20:50:21.289048 IP 192.168.5.75.50602 > 192.168.5.77.http: Flags [S], seq 3553210778, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.289054 IP 192.168.5.77.http > 192.168.5.75.50602: Flags [S.], seq 2077154899, ack 3553210779, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.289191 IP 192.168.5.75.50601 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.289328 IP 192.168.5.75.50597 > 192.168.5.77.http: Flags [F.], seq 600, ack 228, win 255, length 0
    20:50:21.289332 IP 192.168.5.77.http > 192.168.5.75.50597: Flags [.], ack 601, win 124, length 0
    20:50:21.289415 IP 192.168.5.75.50603 > 192.168.5.77.http: Flags [S], seq 3252732349, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.289421 IP 192.168.5.77.http > 192.168.5.75.50603: Flags [S.], seq 3492728266, ack 3252732350, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.289579 IP 192.168.5.75.50602 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.289581 IP 192.168.5.75.50603 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.289689 IP 192.168.5.75.50598 > 192.168.5.77.http: Flags [F.], seq 593, ack 227, win 255, length 0
    20:50:21.289692 IP 192.168.5.77.http > 192.168.5.75.50598: Flags [.], ack 594, win 124, length 0
    20:50:21.289767 IP 192.168.5.75.50604 > 192.168.5.77.http: Flags [S], seq 1002013645, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.289774 IP 192.168.5.77.http > 192.168.5.75.50604: Flags [S.], seq 2393544059, ack 1002013646, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.290157 IP 192.168.5.75.50604 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.291404 IP 192.168.5.75.50599 > 192.168.5.77.http: Flags [P.], seq 1:586, ack 1, win 256, length 585
    20:50:21.291422 IP 192.168.5.77.http > 192.168.5.75.50599: Flags [.], ack 586, win 124, length 0
    20:50:21.291761 IP 192.168.5.77.http > 192.168.5.75.50599: Flags [P.], seq 1:227, ack 586, win 124, length 226
    20:50:21.291789 IP 192.168.5.77.http > 192.168.5.75.50599: Flags [F.], seq 227, ack 586, win 124, length 0
    20:50:21.291961 IP 192.168.5.75.50600 > 192.168.5.77.http: Flags [P.], seq 1:590, ack 1, win 256, length 589
    20:50:21.291973 IP 192.168.5.77.http > 192.168.5.75.50600: Flags [.], ack 590, win 124, length 0
    20:50:21.292075 IP 192.168.5.75.50601 > 192.168.5.77.http: Flags [P.], seq 1:587, ack 1, win 256, length 586
    20:50:21.292086 IP 192.168.5.77.http > 192.168.5.75.50601: Flags [.], ack 587, win 124, length 0
    20:50:21.292124 IP 192.168.5.75.50602 > 192.168.5.77.http: Flags [P.], seq 1:588, ack 1, win 256, length 587
    20:50:21.292135 IP 192.168.5.77.http > 192.168.5.75.50602: Flags [.], ack 588, win 124, length 0
    20:50:21.292201 IP 192.168.5.75.50599 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.292221 IP 192.168.5.75.50603 > 192.168.5.77.http: Flags [P.], seq 1:597, ack 1, win 256, length 596
    20:50:21.292233 IP 192.168.5.77.http > 192.168.5.75.50603: Flags [.], ack 597, win 124, length 0
    20:50:21.292241 IP 192.168.5.77.http > 192.168.5.75.50600: Flags [P.], seq 1:226, ack 590, win 124, length 225
    20:50:21.292270 IP 192.168.5.77.http > 192.168.5.75.50600: Flags [F.], seq 226, ack 590, win 124, length 0
    20:50:21.292303 IP 192.168.5.77.http > 192.168.5.75.50601: Flags [P.], seq 1:227, ack 587, win 124, length 226
    20:50:21.292328 IP 192.168.5.77.http > 192.168.5.75.50601: Flags [F.], seq 227, ack 587, win 124, length 0
    20:50:21.292491 IP 192.168.5.77.http > 192.168.5.75.50602: Flags [P.], seq 1:227, ack 588, win 124, length 226
    20:50:21.292515 IP 192.168.5.75.50604 > 192.168.5.77.http: Flags [P.], seq 1:585, ack 1, win 256, length 584
    20:50:21.292519 IP 192.168.5.77.http > 192.168.5.75.50602: Flags [F.], seq 227, ack 588, win 124, length 0
    20:50:21.292527 IP 192.168.5.77.http > 192.168.5.75.50604: Flags [.], ack 585, win 124, length 0
    20:50:21.292684 IP 192.168.5.75.50599 > 192.168.5.77.http: Flags [F.], seq 586, ack 228, win 255, length 0
    20:50:21.292689 IP 192.168.5.77.http > 192.168.5.75.50603: Flags [P.], seq 1:226, ack 597, win 124, length 225
    20:50:21.292692 IP 192.168.5.77.http > 192.168.5.75.50599: Flags [.], ack 587, win 124, length 0
    20:50:21.292715 IP 192.168.5.77.http > 192.168.5.75.50603: Flags [F.], seq 226, ack 597, win 124, length 0
    20:50:21.292787 IP 192.168.5.75.50605 > 192.168.5.77.http: Flags [S], seq 2341300334, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.292796 IP 192.168.5.77.http > 192.168.5.75.50605: Flags [S.], seq 4098225763, ack 2341300335, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.292940 IP 192.168.5.77.http > 192.168.5.75.50604: Flags [P.], seq 1:227, ack 585, win 124, length 226
    20:50:21.292987 IP 192.168.5.77.http > 192.168.5.75.50604: Flags [F.], seq 227, ack 585, win 124, length 0
    20:50:21.293201 IP 192.168.5.75.50600 > 192.168.5.77.http: Flags [.], ack 227, win 255, length 0
    20:50:21.293207 IP 192.168.5.75.50601 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.293210 IP 192.168.5.75.50602 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.293215 IP 192.168.5.75.50603 > 192.168.5.77.http: Flags [.], ack 227, win 255, length 0
    20:50:21.293651 IP 192.168.5.75.50605 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.293656 IP 192.168.5.75.50604 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.294484 IP 192.168.5.75.50600 > 192.168.5.77.http: Flags [F.], seq 590, ack 227, win 255, length 0
    20:50:21.294494 IP 192.168.5.77.http > 192.168.5.75.50600: Flags [.], ack 591, win 124, length 0
    20:50:21.294549 IP 192.168.5.75.50606 > 192.168.5.77.http: Flags [S], seq 2155196515, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.294555 IP 192.168.5.77.http > 192.168.5.75.50606: Flags [S.], seq 3536166280, ack 2155196516, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.294838 IP 192.168.5.75.50601 > 192.168.5.77.http: Flags [F.], seq 587, ack 228, win 255, length 0
    20:50:21.294843 IP 192.168.5.77.http > 192.168.5.75.50601: Flags [.], ack 588, win 124, length 0
    20:50:21.294933 IP 192.168.5.75.50607 > 192.168.5.77.http: Flags [S], seq 3436037763, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.294939 IP 192.168.5.77.http > 192.168.5.75.50607: Flags [S.], seq 809441963, ack 3436037764, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.295172 IP 192.168.5.75.50602 > 192.168.5.77.http: Flags [F.], seq 588, ack 228, win 255, length 0
    20:50:21.295176 IP 192.168.5.77.http > 192.168.5.75.50602: Flags [.], ack 589, win 124, length 0
    20:50:21.295194 IP 192.168.5.75.50606 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.295197 IP 192.168.5.75.50607 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.295672 IP 192.168.5.75.50608 > 192.168.5.77.http: Flags [S], seq 2623199756, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.295681 IP 192.168.5.77.http > 192.168.5.75.50608: Flags [S.], seq 3978670923, ack 2623199757, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.295996 IP 192.168.5.75.50603 > 192.168.5.77.http: Flags [F.], seq 597, ack 227, win 255, length 0
    20:50:21.296001 IP 192.168.5.77.http > 192.168.5.75.50603: Flags [.], ack 598, win 124, length 0
    20:50:21.296068 IP 192.168.5.75.50609 > 192.168.5.77.http: Flags [S], seq 719954967, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.296089 IP 192.168.5.77.http > 192.168.5.75.50609: Flags [S.], seq 2549062916, ack 719954968, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.296197 IP 192.168.5.75.50608 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.296199 IP 192.168.5.75.50609 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.296810 IP 192.168.5.75.50604 > 192.168.5.77.http: Flags [F.], seq 585, ack 228, win 255, length 0
    20:50:21.296818 IP 192.168.5.77.http > 192.168.5.75.50604: Flags [.], ack 586, win 124, length 0
    20:50:21.296953 IP 192.168.5.75.50610 > 192.168.5.77.http: Flags [S], seq 349622759, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.296961 IP 192.168.5.77.http > 192.168.5.75.50610: Flags [S.], seq 2800892086, ack 349622760, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.297197 IP 192.168.5.75.50610 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.298094 IP 192.168.5.75.50605 > 192.168.5.77.http: Flags [P.], seq 1:590, ack 1, win 256, length 589
    20:50:21.298109 IP 192.168.5.77.http > 192.168.5.75.50605: Flags [.], ack 590, win 124, length 0
    20:50:21.298389 IP 192.168.5.77.http > 192.168.5.75.50605: Flags [P.], seq 1:227, ack 590, win 124, length 226
    20:50:21.298423 IP 192.168.5.75.50606 > 192.168.5.77.http: Flags [P.], seq 1:591, ack 1, win 256, length 590
    20:50:21.298436 IP 192.168.5.77.http > 192.168.5.75.50605: Flags [F.], seq 227, ack 590, win 124, length 0
    20:50:21.298436 IP 192.168.5.77.http > 192.168.5.75.50606: Flags [.], ack 591, win 124, length 0
    20:50:21.298477 IP 192.168.5.75.50607 > 192.168.5.77.http: Flags [P.], seq 1:581, ack 1, win 256, length 580
    20:50:21.298488 IP 192.168.5.77.http > 192.168.5.75.50607: Flags [.], ack 581, win 124, length 0
    20:50:21.298559 IP 192.168.5.75.50608 > 192.168.5.77.http: Flags [P.], seq 1:573, ack 1, win 256, length 572
    20:50:21.298573 IP 192.168.5.77.http > 192.168.5.75.50608: Flags [.], ack 573, win 123, length 0
    20:50:21.298627 IP 192.168.5.75.50609 > 192.168.5.77.http: Flags [P.], seq 1:576, ack 1, win 256, length 575
    20:50:21.298640 IP 192.168.5.77.http > 192.168.5.75.50606: Flags [P.], seq 1:227, ack 591, win 124, length 226
    20:50:21.298643 IP 192.168.5.77.http > 192.168.5.75.50609: Flags [.], ack 576, win 124, length 0
    20:50:21.298667 IP 192.168.5.77.http > 192.168.5.75.50606: Flags [F.], seq 227, ack 591, win 124, length 0
    20:50:21.298702 IP 192.168.5.75.50610 > 192.168.5.77.http: Flags [P.], seq 1:571, ack 1, win 256, length 570
    20:50:21.298723 IP 192.168.5.77.http > 192.168.5.75.50610: Flags [.], ack 571, win 123, length 0
    20:50:21.298754 IP 192.168.5.75.50606 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.298883 IP 192.168.5.77.http > 192.168.5.75.50607: Flags [P.], seq 1:228, ack 581, win 124, length 227
    20:50:21.298913 IP 192.168.5.77.http > 192.168.5.75.50607: Flags [F.], seq 228, ack 581, win 124, length 0
    20:50:21.298941 IP 192.168.5.77.http > 192.168.5.75.50609: Flags [P.], seq 1:227, ack 576, win 124, length 226
    20:50:21.298954 IP 192.168.5.75.50606 > 192.168.5.77.http: Flags [F.], seq 591, ack 228, win 255, length 0
    20:50:21.298964 IP 192.168.5.77.http > 192.168.5.75.50606: Flags [.], ack 592, win 124, length 0
    20:50:21.298970 IP 192.168.5.77.http > 192.168.5.75.50609: Flags [F.], seq 227, ack 576, win 124, length 0
    20:50:21.299052 IP 192.168.5.75.50611 > 192.168.5.77.http: Flags [S], seq 9252845, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.299066 IP 192.168.5.77.http > 192.168.5.75.50611: Flags [S.], seq 707944452, ack 9252846, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.299069 IP 192.168.5.75.50607 > 192.168.5.77.http: Flags [.], ack 229, win 255, length 0
    20:50:21.299113 IP 192.168.5.77.http > 192.168.5.75.50608: Flags [P.], seq 1:228, ack 573, win 123, length 227
    20:50:21.299144 IP 192.168.5.77.http > 192.168.5.75.50608: Flags [F.], seq 228, ack 573, win 123, length 0
    20:50:21.299185 IP 192.168.5.75.50605 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.299195 IP 192.168.5.75.50609 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.299222 IP 192.168.5.77.http > 192.168.5.75.50610: Flags [P.], seq 1:227, ack 571, win 123, length 226
    20:50:21.299247 IP 192.168.5.77.http > 192.168.5.75.50610: Flags [F.], seq 227, ack 571, win 123, length 0
    20:50:21.299592 IP 192.168.5.75.50608 > 192.168.5.77.http: Flags [.], ack 229, win 255, length 0
    20:50:21.299986 IP 192.168.5.75.50607 > 192.168.5.77.http: Flags [F.], seq 581, ack 229, win 255, length 0
    20:50:21.299991 IP 192.168.5.77.http > 192.168.5.75.50607: Flags [.], ack 582, win 124, length 0
    20:50:21.300085 IP 192.168.5.75.50612 > 192.168.5.77.http: Flags [S], seq 2242689452, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.300092 IP 192.168.5.77.http > 192.168.5.75.50612: Flags [S.], seq 2556210850, ack 2242689453, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.300201 IP 192.168.5.75.50611 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.300204 IP 192.168.5.75.50610 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.300209 IP 192.168.5.75.50612 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.300260 IP 192.168.5.75.50605 > 192.168.5.77.http: Flags [F.], seq 590, ack 228, win 255, length 0
    20:50:21.300278 IP 192.168.5.77.http > 192.168.5.75.50605: Flags [.], ack 591, win 124, length 0
    20:50:21.300352 IP 192.168.5.75.50613 > 192.168.5.77.http: Flags [S], seq 3858655325, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.300357 IP 192.168.5.77.http > 192.168.5.75.50613: Flags [S.], seq 1795191152, ack 3858655326, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.300827 IP 192.168.5.75.50613 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.301277 IP 192.168.5.75.50609 > 192.168.5.77.http: Flags [F.], seq 576, ack 228, win 255, length 0
    20:50:21.301284 IP 192.168.5.77.http > 192.168.5.75.50609: Flags [.], ack 577, win 124, length 0
    20:50:21.301388 IP 192.168.5.75.50614 > 192.168.5.77.http: Flags [S], seq 2947397778, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.301396 IP 192.168.5.77.http > 192.168.5.75.50614: Flags [S.], seq 3830018413, ack 2947397779, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.301686 IP 192.168.5.75.50608 > 192.168.5.77.http: Flags [F.], seq 573, ack 229, win 255, length 0
    20:50:21.301691 IP 192.168.5.77.http > 192.168.5.75.50608: Flags [.], ack 574, win 123, length 0
    20:50:21.301759 IP 192.168.5.75.50615 > 192.168.5.77.http: Flags [S], seq 4083377004, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.301772 IP 192.168.5.77.http > 192.168.5.75.50615: Flags [S.], seq 178641967, ack 4083377005, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.302103 IP 192.168.5.75.50614 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.302107 IP 192.168.5.75.50615 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.302117 IP 192.168.5.75.50610 > 192.168.5.77.http: Flags [F.], seq 571, ack 228, win 255, length 0
    20:50:21.302120 IP 192.168.5.77.http > 192.168.5.75.50610: Flags [.], ack 572, win 123, length 0
    20:50:21.302216 IP 192.168.5.75.50616 > 192.168.5.77.http: Flags [S], seq 1891430284, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.302222 IP 192.168.5.77.http > 192.168.5.75.50616: Flags [S.], seq 2406383990, ack 1891430285, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.302442 IP 192.168.5.75.50611 > 192.168.5.77.http: Flags [P.], seq 1:574, ack 1, win 256, length 573
    20:50:21.302456 IP 192.168.5.77.http > 192.168.5.75.50611: Flags [.], ack 574, win 124, length 0
    20:50:21.302516 IP 192.168.5.75.50612 > 192.168.5.77.http: Flags [P.], seq 1:576, ack 1, win 256, length 575
    20:50:21.302528 IP 192.168.5.77.http > 192.168.5.75.50612: Flags [.], ack 576, win 124, length 0
    20:50:21.302623 IP 192.168.5.75.50616 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.302639 IP 192.168.5.75.50613 > 192.168.5.77.http: Flags [P.], seq 1:575, ack 1, win 256, length 574
    20:50:21.302654 IP 192.168.5.77.http > 192.168.5.75.50613: Flags [.], ack 575, win 124, length 0
    20:50:21.302761 IP 192.168.5.75.50614 > 192.168.5.77.http: Flags [P.], seq 1:583, ack 1, win 256, length 582
    20:50:21.302776 IP 192.168.5.77.http > 192.168.5.75.50614: Flags [.], ack 583, win 124, length 0
    20:50:21.302811 IP 192.168.5.75.50615 > 192.168.5.77.http: Flags [P.], seq 1:590, ack 1, win 256, length 589
    20:50:21.302823 IP 192.168.5.77.http > 192.168.5.75.50615: Flags [.], ack 590, win 124, length 0
    20:50:21.302888 IP 192.168.5.77.http > 192.168.5.75.50612: Flags [P.], seq 1:227, ack 576, win 124, length 226
    20:50:21.302888 IP 192.168.5.75.50616 > 192.168.5.77.http: Flags [P.], seq 1:574, ack 1, win 256, length 573
    20:50:21.302904 IP 192.168.5.77.http > 192.168.5.75.50616: Flags [.], ack 574, win 124, length 0
    20:50:21.302920 IP 192.168.5.77.http > 192.168.5.75.50612: Flags [F.], seq 227, ack 576, win 124, length 0
    20:50:21.302954 IP 192.168.5.77.http > 192.168.5.75.50611: Flags [P.], seq 1:227, ack 574, win 124, length 226
    20:50:21.302962 IP 192.168.5.77.http > 192.168.5.75.50613: Flags [P.], seq 1:226, ack 575, win 124, length 225
    20:50:21.302983 IP 192.168.5.77.http > 192.168.5.75.50611: Flags [F.], seq 227, ack 574, win 124, length 0
    20:50:21.302993 IP 192.168.5.77.http > 192.168.5.75.50613: Flags [F.], seq 226, ack 575, win 124, length 0
    20:50:21.303014 IP 192.168.5.77.http > 192.168.5.75.50614: Flags [P.], seq 1:226, ack 583, win 124, length 225
    20:50:21.303045 IP 192.168.5.77.http > 192.168.5.75.50614: Flags [F.], seq 226, ack 583, win 124, length 0
    20:50:21.303046 IP 192.168.5.77.http > 192.168.5.75.50615: Flags [P.], seq 1:227, ack 590, win 124, length 226
    20:50:21.303075 IP 192.168.5.77.http > 192.168.5.75.50615: Flags [F.], seq 227, ack 590, win 124, length 0
    20:50:21.303075 IP 192.168.5.75.50612 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.303159 IP 192.168.5.75.50614 > 192.168.5.77.http: Flags [.], ack 227, win 255, length 0
    20:50:21.303362 IP 192.168.5.75.50613 > 192.168.5.77.http: Flags [.], ack 227, win 255, length 0
    20:50:21.303391 IP 192.168.5.75.50611 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.303439 IP 192.168.5.75.50612 > 192.168.5.77.http: Flags [F.], seq 576, ack 228, win 255, length 0
    20:50:21.303458 IP 192.168.5.77.http > 192.168.5.75.50612: Flags [.], ack 577, win 124, length 0
    20:50:21.303527 IP 192.168.5.75.50617 > 192.168.5.77.http: Flags [S], seq 3619952066, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.303539 IP 192.168.5.77.http > 192.168.5.75.50617: Flags [S.], seq 1309512975, ack 3619952067, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.303648 IP 192.168.5.77.http > 192.168.5.75.50616: Flags [P.], seq 1:228, ack 574, win 124, length 227
    20:50:21.303676 IP 192.168.5.77.http > 192.168.5.75.50616: Flags [F.], seq 228, ack 574, win 124, length 0
    20:50:21.303752 IP 192.168.5.75.50615 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.303757 IP 192.168.5.75.50617 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.303759 IP 192.168.5.75.50616 > 192.168.5.77.http: Flags [.], ack 229, win 255, length 0
    20:50:21.304046 IP 192.168.5.75.50611 > 192.168.5.77.http: Flags [F.], seq 574, ack 228, win 255, length 0
    20:50:21.304051 IP 192.168.5.77.http > 192.168.5.75.50611: Flags [.], ack 575, win 124, length 0
    20:50:21.304132 IP 192.168.5.75.50618 > 192.168.5.77.http: Flags [S], seq 807833665, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.304139 IP 192.168.5.77.http > 192.168.5.75.50618: Flags [S.], seq 4282026766, ack 807833666, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.304395 IP 192.168.5.75.50613 > 192.168.5.77.http: Flags [F.], seq 575, ack 227, win 255, length 0
    20:50:21.304414 IP 192.168.5.77.http > 192.168.5.75.50613: Flags [.], ack 576, win 124, length 0
    20:50:21.304452 IP 192.168.5.75.50619 > 192.168.5.77.http: Flags [S], seq 2382728250, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.304456 IP 192.168.5.77.http > 192.168.5.75.50619: Flags [S.], seq 251438461, ack 2382728251, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.304501 IP 192.168.5.75.50618 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.304999 IP 192.168.5.75.50614 > 192.168.5.77.http: Flags [F.], seq 583, ack 227, win 255, length 0
    20:50:21.305003 IP 192.168.5.77.http > 192.168.5.75.50614: Flags [.], ack 584, win 124, length 0
    20:50:21.305195 IP 192.168.5.75.50615 > 192.168.5.77.http: Flags [F.], seq 590, ack 228, win 255, length 0
    20:50:21.305198 IP 192.168.5.77.http > 192.168.5.75.50615: Flags [.], ack 591, win 124, length 0
    20:50:21.305202 IP 192.168.5.75.50619 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.305706 IP 192.168.5.75.50617 > 192.168.5.77.http: Flags [P.], seq 1:571, ack 1, win 256, length 570
    20:50:21.305722 IP 192.168.5.77.http > 192.168.5.75.50617: Flags [.], ack 571, win 123, length 0
    20:50:21.305756 IP 192.168.5.75.50618 > 192.168.5.77.http: Flags [P.], seq 1:578, ack 1, win 256, length 577
    20:50:21.305764 IP 192.168.5.77.http > 192.168.5.75.50618: Flags [.], ack 578, win 124, length 0
    20:50:21.305819 IP 192.168.5.75.50619 > 192.168.5.77.http: Flags [P.], seq 1:577, ack 1, win 256, length 576
    20:50:21.305832 IP 192.168.5.77.http > 192.168.5.75.50619: Flags [.], ack 577, win 124, length 0
    20:50:21.306019 IP 192.168.5.75.50616 > 192.168.5.77.http: Flags [F.], seq 574, ack 229, win 255, length 0
    20:50:21.306029 IP 192.168.5.77.http > 192.168.5.75.50616: Flags [.], ack 575, win 124, length 0
    20:50:21.306093 IP 192.168.5.77.http > 192.168.5.75.50617: Flags [P.], seq 1:227, ack 571, win 123, length 226
    20:50:21.306106 IP 192.168.5.77.http > 192.168.5.75.50618: Flags [P.], seq 1:227, ack 578, win 124, length 226
    20:50:21.306114 IP 192.168.5.77.http > 192.168.5.75.50617: Flags [F.], seq 227, ack 571, win 123, length 0
    20:50:21.306133 IP 192.168.5.77.http > 192.168.5.75.50618: Flags [F.], seq 227, ack 578, win 124, length 0
    20:50:21.306140 IP 192.168.5.77.http > 192.168.5.75.50619: Flags [P.], seq 1:227, ack 577, win 124, length 226
    20:50:21.306166 IP 192.168.5.77.http > 192.168.5.75.50619: Flags [F.], seq 227, ack 577, win 124, length 0
    20:50:21.306498 IP 192.168.5.75.50617 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.306518 IP 192.168.5.75.50618 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.306521 IP 192.168.5.75.50619 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.328419 IP 192.168.5.75.50618 > 192.168.5.77.http: Flags [F.], seq 578, ack 228, win 255, length 0
    20:50:21.328429 IP 192.168.5.77.http > 192.168.5.75.50618: Flags [.], ack 579, win 124, length 0
    20:50:21.328651 IP 192.168.5.75.50617 > 192.168.5.77.http: Flags [F.], seq 571, ack 228, win 255, length 0
    20:50:21.328656 IP 192.168.5.77.http > 192.168.5.75.50617: Flags [.], ack 572, win 123, length 0
    20:50:21.328886 IP 192.168.5.75.50619 > 192.168.5.77.http: Flags [F.], seq 577, ack 228, win 255, length 0
    20:50:21.328891 IP 192.168.5.77.http > 192.168.5.75.50619: Flags [.], ack 578, win 124, length 0
    20:50:21.453844 IP 192.168.5.75.50620 > 192.168.5.77.http: Flags [S], seq 1049737681, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.453856 IP 192.168.5.77.http > 192.168.5.75.50620: Flags [S.], seq 2652518518, ack 1049737682, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.453924 IP 192.168.5.75.50621 > 192.168.5.77.http: Flags [S], seq 2401512695, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.453929 IP 192.168.5.77.http > 192.168.5.75.50621: Flags [S.], seq 530462874, ack 2401512696, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.454072 IP 192.168.5.75.50622 > 192.168.5.77.http: Flags [S], seq 388602047, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.454077 IP 192.168.5.77.http > 192.168.5.75.50622: Flags [S.], seq 4276723727, ack 388602048, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.454105 IP 192.168.5.75.50620 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.454107 IP 192.168.5.75.50621 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.454227 IP 192.168.5.75.50623 > 192.168.5.77.http: Flags [S], seq 3079967404, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.454230 IP 192.168.5.77.http > 192.168.5.75.50623: Flags [S.], seq 3414335933, ack 3079967405, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.454379 IP 192.168.5.75.50620 > 192.168.5.77.http: Flags [P.], seq 1:583, ack 1, win 256, length 582
    20:50:21.454389 IP 192.168.5.77.http > 192.168.5.75.50620: Flags [.], ack 583, win 124, length 0
    20:50:21.454448 IP 192.168.5.75.50621 > 192.168.5.77.http: Flags [P.], seq 1:608, ack 1, win 256, length 607
    20:50:21.454456 IP 192.168.5.77.http > 192.168.5.75.50621: Flags [.], ack 608, win 124, length 0
    20:50:21.454460 IP 192.168.5.75.50622 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.454463 IP 192.168.5.75.50623 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.454596 IP 192.168.5.75.50624 > 192.168.5.77.http: Flags [S], seq 1452757511, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.454607 IP 192.168.5.77.http > 192.168.5.75.50624: Flags [S.], seq 1259087477, ack 1452757512, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.454610 IP 192.168.5.77.http > 192.168.5.75.50620: Flags [P.], seq 1:227, ack 583, win 124, length 226
    20:50:21.454648 IP 192.168.5.77.http > 192.168.5.75.50620: Flags [F.], seq 227, ack 583, win 124, length 0
    20:50:21.454663 IP 192.168.5.77.http > 192.168.5.75.50621: Flags [P.], seq 1:227, ack 608, win 124, length 226
    20:50:21.454694 IP 192.168.5.77.http > 192.168.5.75.50621: Flags [F.], seq 227, ack 608, win 124, length 0
    20:50:21.454779 IP 192.168.5.75.50622 > 192.168.5.77.http: Flags [P.], seq 1:633, ack 1, win 256, length 632
    20:50:21.454791 IP 192.168.5.77.http > 192.168.5.75.50622: Flags [.], ack 633, win 124, length 0
    20:50:21.454855 IP 192.168.5.75.50623 > 192.168.5.77.http: Flags [P.], seq 1:582, ack 1, win 256, length 581
    20:50:21.454864 IP 192.168.5.77.http > 192.168.5.75.50623: Flags [.], ack 582, win 124, length 0
    20:50:21.454868 IP 192.168.5.75.50620 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.454873 IP 192.168.5.75.50621 > 192.168.5.77.http: Flags [.], ack 228, win 255, length 0
    20:50:21.455050 IP 192.168.5.77.http > 192.168.5.75.50622: Flags [P.], seq 1:228, ack 633, win 124, length 227
    20:50:21.455053 IP 192.168.5.77.http > 192.168.5.75.50623: Flags [P.], seq 1:226, ack 582, win 124, length 225
    20:50:21.455075 IP 192.168.5.77.http > 192.168.5.75.50622: Flags [F.], seq 228, ack 633, win 124, length 0
    20:50:21.455084 IP 192.168.5.77.http > 192.168.5.75.50623: Flags [F.], seq 226, ack 582, win 124, length 0
    20:50:21.455134 IP 192.168.5.75.50624 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.455278 IP 192.168.5.75.50620 > 192.168.5.77.http: Flags [F.], seq 583, ack 228, win 255, length 0
    20:50:21.455283 IP 192.168.5.77.http > 192.168.5.75.50620: Flags [.], ack 584, win 124, length 0
    20:50:21.455588 IP 192.168.5.75.50621 > 192.168.5.77.http: Flags [F.], seq 608, ack 228, win 255, length 0
    20:50:21.455606 IP 192.168.5.77.http > 192.168.5.75.50621: Flags [.], ack 609, win 124, length 0
    20:50:21.455762 IP 192.168.5.75.50624 > 192.168.5.77.http: Flags [P.], seq 1:597, ack 1, win 256, length 596
    20:50:21.455773 IP 192.168.5.77.http > 192.168.5.75.50624: Flags [.], ack 597, win 124, length 0
    20:50:21.455982 IP 192.168.5.77.http > 192.168.5.75.50624: Flags [P.], seq 1:226, ack 597, win 124, length 225
    20:50:21.456008 IP 192.168.5.77.http > 192.168.5.75.50624: Flags [F.], seq 226, ack 597, win 124, length 0
    20:50:21.456058 IP 192.168.5.75.50622 > 192.168.5.77.http: Flags [.], ack 229, win 255, length 0
    20:50:21.456065 IP 192.168.5.75.50623 > 192.168.5.77.http: Flags [.], ack 227, win 255, length 0
    20:50:21.456760 IP 192.168.5.75.50624 > 192.168.5.77.http: Flags [.], ack 227, win 255, length 0
    20:50:21.495034 IP 192.168.5.75.50622 > 192.168.5.77.http: Flags [F.], seq 633, ack 229, win 255, length 0
    20:50:21.495044 IP 192.168.5.77.http > 192.168.5.75.50622: Flags [.], ack 634, win 124, length 0
    20:50:21.495324 IP 192.168.5.75.50623 > 192.168.5.77.http: Flags [F.], seq 582, ack 227, win 255, length 0
    20:50:21.495330 IP 192.168.5.77.http > 192.168.5.75.50623: Flags [.], ack 583, win 124, length 0
    20:50:21.495561 IP 192.168.5.75.50624 > 192.168.5.77.http: Flags [F.], seq 597, ack 227, win 255, length 0
    20:50:21.495566 IP 192.168.5.77.http > 192.168.5.75.50624: Flags [.], ack 598, win 124, length 0
    20:50:21.554770 IP 192.168.5.75.50625 > 192.168.5.77.http: Flags [S], seq 180463976, win 8192, options [mss 1460,nop,wscale 8,nop,nop,sackOK], length 0
    20:50:21.554788 IP 192.168.5.77.http > 192.168.5.75.50625: Flags [S.], seq 520666225, ack 180463977, win 14600, options [mss 1460,nop,nop,sackOK,nop,wscale 7], length 0
    20:50:21.554993 IP 192.168.5.75.50625 > 192.168.5.77.http: Flags [.], ack 1, win 256, length 0
    20:50:21.555087 IP 192.168.5.75.50625 > 192.168.5.77.http: Flags [P.], seq 1:542, ack 1, win 256, length 541
    20:50:21.555096 IP 192.168.5.77.http > 192.168.5.75.50625: Flags [.], ack 542, win 123, length 0
    20:50:21.555317 IP 192.168.5.77.http > 192.168.5.75.50625: Flags [.], seq 1:1461, ack 542, win 123, length 1460
    20:50:21.555327 IP 192.168.5.77.http > 192.168.5.75.50625: Flags [P.], seq 1461:1514, ack 542, win 123, length 53
    20:50:21.555348 IP 192.168.5.77.http > 192.168.5.75.50625: Flags [F.], seq 1514, ack 542, win 123, length 0
    20:50:21.555674 IP 192.168.5.75.50625 > 192.168.5.77.http: Flags [.], ack 1515, win 256, length 0
    20:50:21.556171 IP 192.168.5.75.50625 > 192.168.5.77.http: Flags [F.], seq 542, ack 1515, win 256, length 0
    20:50:21.556181 IP 192.168.5.77.http > 192.168.5.75.50625: Flags [.], ack 543, win 123, length 0
    ^C
    356 packets captured
    357 packets received by filter
    0 packets dropped by kernel
    
  • I see only 192.168.5.X <-> 192.168.5.X packets. Its means that you server doesnt send packets to fop2.com server.
    If ping works fine, try to setsebool from @admin post or disable selinux (if you have it).
    Check /var/log/audit/audit.log, apache logs, messages log.... Do you have program binded firewall rules?
  • Type this:

    sestatus

    Do you have selinux enabled or disabled? Try disabling it if you have it enabled:

    setenforce 0

    Then restart your web server:

    service httpd restart

    Then try again.

    Another issue could be that your server does not have correct DNS resolvers configured, try

    ping www.fop2.com

    Does that work/resolve?

    Best regards,
  • [root@pbx ~]# sestatus
    SELinux status: disabled
    In topic start i already ping fop2.com
    One more time:
    [root@pbx ~]# ping www.fop2.com
    PING www.fop2.com (104.236.110.4) 56(84) bytes of data.
    64 bytes from 104.236.110.4: icmp_seq=1 ttl=54 time=178 ms
    64 bytes from 104.236.110.4: icmp_seq=2 ttl=54 time=178 ms
    ^C
    --- www.fop2.com ping statistics ---
    2 packets transmitted, 2 received, 0% packet loss, time 1562ms
    rtt min/avg/max/mdev = 178.186/178.499/178.813/0.526 ms

  • the plugin list is retrieved using http (port 80) to an available fop2 mirror using file_get_content in php.. you can check the source if you want. You can enable debug in config.php, that might give you additional warnings or errors that could indicate where the problem is.
  • [root@pbx ~]# tail -f /var/log/fop2_debug.log
    127.0.0.1            <- Response: Success
    127.0.0.1            <- Ping: Pong
    127.0.0.1            <- Timestamp: 1482980170.559504
    
    -- TIMER asterisk_ami_connect and async config check
    
     Set doing hup to zero
    
    ** Asterisk Manager logged in localhost for 198 seconds (Thu Dec 29 10:56:13 2016)
    
    -- TIMER asterisk_ami_connect and async config check
    
     Set doing hup to zero
    
    ** Asterisk Manager logged in localhost for 201 seconds (Thu Dec 29 10:56:16 2016)
    
    New client connection from socket AnyEvent::Handle=HASH(0x9fec420) - 127.0.0.1:57102
    
    Flash clients connected: 1
    --------------------------------------------------------------------------------------------------
    Client 127.0.0.1:57102, user: no user, type: no type
    --------------------------------------------------------------------------------------------------
    Total: 1, Websocket: 0, XMLSocket: 0, Other: 1. Double logins: 0
    --------------------------------------------------------------------------------------------------
    
    127.0.0.1:57102      <= <msg data="GENERAL|version|0|0" />
    
    -- PROCESS_FLASH_COMMAND origen GENERAL accion version destino 0 password 0
    
    Client Disconnection - remove client on error from socket AnyEvent::Handle=HASH(0x9fec420) (127.0.0.1:57102)
    
    New client connection from socket AnyEvent::Handle=HASH(0x950d330) - 127.0.0.1:57106
    
    Flash clients connected: 1
    --------------------------------------------------------------------------------------------------
    Client 127.0.0.1:57106, user: no user, type: no type
    --------------------------------------------------------------------------------------------------
    Total: 1, Websocket: 0, XMLSocket: 0, Other: 1. Double logins: 0
    --------------------------------------------------------------------------------------------------
    
    127.0.0.1:57106      <= <msg data="GENERAL|plugins|0|0" />
    
    -- PROCESS_FLASH_COMMAND origen GENERAL accion plugins destino 0 password 0
    
    Client Disconnection - remove client on error from socket AnyEvent::Handle=HASH(0x950d330) (127.0.0.1:57106)
    
    
  • a fop2 server debug won't help in this case. Your problem is NOT in FOP2 (the switchboard). Your problem is with the FOP2 Manager that is a simple php application, and separate from FOP2 server itself.

    You must look at php logs, you can enable debug in config.php and you will see debugging warnings and errors on screen. You can also inspect your web server error log file as it might be logging php errors or similar there.

    Do not look at fop2 server debug logs, not even at the javascript console debug when you connect to the switchboard, as it has nothing to do with the fop2 manager plugins page unable to reach www.fop2.com via port 80.

    Best regards,
  • Yes, enabled debug in fop2/admin/config.php helps me in my problem with manager.
  • Happy New Year everyone!!! I wish you all happiness health and luck!
    About the problem:
    I turned on debug in config.php
    Where is this log location?
    System log and fop2_debug.log are clean
  • Happy New Year! You will see the debug on a web page you see. After changing config.php (admin/config.php), refresh you admin web page. You will see debug on it.
  • edited January 2017
    No debug messages((((
    But!!! I understud why repo stop working! It is beacose a change database character set to utf-8.
    When i drop table fop2buutons, fop2 rebuild it and everething now working.
    But now, i want to rebuild all fop2 tables.... and i am a fraid to lost liscense
  • edited January 2017
    Its strange.. Do you change admin/config, not ./config? As I know, the license is stored in file in /usr/local/fop2 directory and bound to you NIC mac-address. Try to backup it before rebuild. By mysqldump, for example. Or wait @admin answer=)
  • Its strange.. Do you change admin/config, not ./config?
    Yes, i changed. And when i drop table fop2buttons i seen debug, but no debug on plugins page.
  • Well..... After i kill all fop2 table in asterisk mysql, i came back to start point. For now-everithing work like in topic start.
  • [root@pbx fop2_backup]# telnet www.fop2.com
    Trying 104.236.110.4...
    telnet: connect to address 104.236.110.4: Connection refused
    
  • Well, Fellows, finally, i have found the root of problem.
    The server has 2 ethernet adapters. One of them (eth0) looks to internal network and has NAT to internet. Second one (eth1) - looks into sip provider network.
    Well, when i turn off "SipProvider" adapter (eth1), the fop2 start see internet and i can install and delete plugins.
    I have no idea, why this work like that and how to fix it.
  • edited January 2017
    [root@pbx ~]# route add -net 104.236.110.4 netmask 255.255.255.254 gw 192.168.111.111 dev eth0
    [root@pbx ~]# route
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    104.236.110.4   192.168.111.111 255.255.255.254 UG    0      0        0 eth0
    ...
    

    Static route does not helping.
  • Another problem.
    BNeacose of this problem, mini browser do not see internet too :-((
  • it is not the same problem. Mini browser performs a request from YOUR BROWSER, the FOP2 Manager performs a request from the server.

    You should really check your DNS/Internet connection.
  • About the two nics you have, well, it is a networking issue on your site. You should really check your default gateway configuration, as it seems is not correctly defined? You should check that the default gateway is the "internet" nic, and not the sip provider nic.

  • As I see from telnet, you DNS works perfectly. Do you use firewall? Is set default gate on you NIC configuration? Use /32 mask for you route (255.255.255.255).
    Yes, try telnet to 80 port. I think, telnet port on fop2.com will not answer.
    telnet www.fop2.com 80

    I can try to solve you network issue if @admin is not against.
  • You should really check your default gateway configuration
    Checked so many times... works everything but fop2 repo.
    You should really check your DNS/Internet connection.
    It looks like problem was realy in DNS. When i opened dns settings i saw this:
    SIP Provider DNS server (172......)
    Internal DNS (192.168.5.200)
    Google public dns (8.8.8.8)
    And it's strange, because i have tuned it like that:
    127.0.0.1
    SIP Provider DNS server (172......)
    Internal DNS (192.168.5.200)
    Google public dns (8.8.8.8)
    Why disappear 127.0.0.1 - mistery....
    Well, for now - everything loks like work normal...
  • Thank you all very much!
  • [root@pbx fop2_backup]# telnet www.fop2.com
    Trying 104.236.110.4...
    telnet: connect to address 104.236.110.4: Connection refused
    
    Strange. This means you server resolved www.fop2.com to 104.236.110.4 and tryed to connect to it.
    In this case DNS works perfectly.
    If all works now, good luck!)
Sign In or Register to comment.