Hi, I have installed GlobalProtect_UI_deb-5.2.4.0-14.deb using the command 'sudo dpkg -i GlobalProtect_UI_deb-5.2.4.0-14.deb' on my Ubuntu system. Then I am using $ globalprotect $ launch-ui connecting to the portal. But after connecting to the VPN I am not able to access most of the websites like Github, Stackoverflow, and many others. Below are some of the checks I have performed based on other similar discussions. Please let me know how can I resolve the issue. Thanks, $ ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=116 time=29.8 ms 64 bytes from 8.8.8.8: icmp_seq=2 ttl=116 time=33.1 ms 64 bytes from 8.8.8.8: icmp_seq=3 ttl=116 time=30.9 ms 64 bytes from 8.8.8.8: icmp_seq=4 ttl=116 time=31.9 ms 64 bytes from 8.8.8.8: icmp_seq=5 ttl=116 time=28.3 ms 64 bytes from 8.8.8.8: icmp_seq=6 ttl=116 time=31.4 ms ^C --- 8.8.8.8 ping statistics --- 6 packets transmitted, 6 received, 0% packet loss, time 5008ms rtt min/avg/max/mdev = 28.288/30.890/33.091/1.535 ms $ traceroute 8.8.8.8 traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets 1 * * * 2 router-vl2067.gw.umass.edu (128.119.222.169) 26.143 ms 26.139 ms 25.918 ms 3 core1-rt-et-4-2-1.gw.umass.edu (128.119.0.77) 25.896 ms 25.826 ms 25.687 ms 4 border1-rt-et-5-0-0.gw.umass.edu (192.80.83.102) 25.603 ms border2-rt-et-5-0-0.gw.umass.edu (192.80.83.110) 25.622 ms 25.513 ms 5 border2-rt-et-4-0-1.gw.umass.edu (192.80.83.97) 29.801 ms 29.716 ms 69.16.1.1 (69.16.1.1) 29.937 ms 6 69.16.1.1 (69.16.1.1) 29.635 ms 20.643 ms 20.623 ms 7 192.5.89.42 (192.5.89.42) 26.733 ms 192.5.89.46 (192.5.89.46) 29.165 ms 192.5.89.42 (192.5.89.42) 27.401 ms 8 18.2.145.18 (18.2.145.18) 35.422 ms 192.5.89.42 (192.5.89.42) 27.281 ms 27.284 ms 9 108.170.248.1 (108.170.248.1) 35.332 ms 18.2.145.18 (18.2.145.18) 31.323 ms 108.170.248.1 (108.170.248.1) 34.761 ms 10 108.170.248.65 (108.170.248.65) 31.186 ms 108.170.248.33 (108.170.248.33) 34.665 ms 216.239.40.167 (216.239.40.167) 25.945 ms 11 142.251.65.115 (142.251.65.115) 25.914 ms 142.250.46.195 (142.250.46.195) 29.591 ms dns.google (8.8.8.8) 30.643 ms $ telnet 8.8.8.8 443 Trying 8.8.8.8... Connected to 8.8.8.8. Escape character is '^]'. Connection closed by foreign host. $ telnet yahoo.com 80 Trying 2001:4998:24:120d::1:0... Connected to yahoo.com. Escape character is '^]'. HTTP/1.0 400 Invalid HTTP Request Date: Sat, 23 Apr 2022 16:36:35 GMT Server: ATS Cache-Control: no-store Content-Type: text/html Content-Language: en X-Frame-Options: SAMEORIGIN Content-Length: 4364 <!DOCTYPE html> <html lang="en-us"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <title>Yahoo</title> <meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <style> html { height: 100%; } body { background: #fafafc url(https://s.yimg.com/nn/img/sad-panda-201402200631.png) 50% 50%; background-size: cover; height: 100%; text-align: center; font: 300 18px "helvetica neue", helvetica, verdana, tahoma, arial, sans-serif; margin: 0; } table { height: 100%; width: 100%; table-layout: fixed; border-collapse: collapse; border-spacing: 0; border: none; } h1 { font-size: 42px; font-weight: 400; color: #400090; } p { color: #1A1A1A; } #message-1 { font-weight: bold; margin: 0; } #message-2 { display: inline-block; *display: inline; zoom: 1; max-width: 17em; _width: 17em; } </style> <script> </script> </head> <body> <!-- status code : 400 --> <!-- Bad Request: - --> <!-- host machine: media-router-fp7010.prod.media.gq1.yahoo.com --> <!-- timestamp: 1650731795.978 --> <!-- url: /--> <script type="text/javascript"> function buildUrl(url, parameters){ var qs = []; for(var key in parameters) { var value = parameters[key]; qs.push(encodeURIComponent(key) + "=" + encodeURIComponent(value)); } url = url + "?" + qs.join('&'); return url; } function generateBRBMarkup(site) { params.source = 'brb'; generateBeaconMarkup(params); var englishHeader = 'Will be right back...'; var englishMessage1 = 'Thank you for your patience.'; var englishMessage2 = 'Our engineers are working quickly to resolve the issue.'; var defaultLogoStyle = ''; var siteDataMap = { 'default': { logo: 'https://s.yimg.com/rz/p/yahoo_frontpage_en-US_s_f_p_205x58_frontpage.png', logoAlt: 'Yahoo Logo', logoStyle: defaultLogoStyle, header: englishHeader, message1: englishMessage1, message2: englishMessage2 } }; var siteDetails = siteDataMap['default']; document.write('<table><tbody><tr><td>'); document.write('<div id="content">'); document.write('<img src="' + siteDetails['logo'] + '" alt="' + siteDetails['logoAlt'] + '" style="' + siteDetails['logoStyle'] + '">'); document.write('<h1 style="margin-top:20px;">' + siteDetails['header'] + '</h1>'); document.write('<p id="message-1">' + siteDetails['message1'] + '</p>'); document.write('<p id="message-2">' + siteDetails['message2'] + '</p>'); document.write('</div>'); document.write('</td></tr></tbody></table>'); } function generateBeaconMarkup(params) { document.write('<img src="' + buildUrl('//geo.yahoo.com/b', params) + '" style="display:none;" width="0px" height="0px"/>'); var beacon = new Image(); beacon.src=buildUrl('//bcn.fp.yahoo.com/p', params); } var hostname = window.location.hostname; var device = '-'; var ynet = ('-' === '1'); var time = new Date().getTime(); var params = { s: '1197757129', t: time, err_url: document.URL, err: '400', test: '-', ats_host: 'media-router-fp7010.prod.media.gq1.yahoo.com', rid: '-', message: 'Bad Request: -' }; if(ynet) { document.write('<div style="height: 5px; background-color: red;"></div>'); } generateBRBMarkup(hostname, params); </script> <noscript> <table> <tbody> <tr> <td> <div id="englishContent"> <h1 style="margin-top:20px;">Will be right back...</h1> <p id="message-1">Thank you for your patience.</p> <p id="message-2">Our engineers are working quickly to resolve the issue.</p> </div> </td> </tr> </tbody> </table> </noscript> </body> </html> Connection closed by foreign host.
... View more