What is a connectivity Request?












0















I am trying to diagnose a network problem and noticed that my computer is communicating with an IP address that I'd like to understand. First, all apps on the desktop were closed so the only thing I have open is my terminal window which is doing nothing but running wireshark.



The computer continuously is communicating with Google at 35.224.99.156 and it says connectivity-check.unbuntu.com. But a whois on the ip shows Google as the owner.



On a side note: My router keeps pinging my computer over and over again. Is that normal?



Thanks,










share|improve this question























  • sudo lsof -i will show you all your connections. There's a lot of activity going on in the background, so "the only thing I have open is my terminal window" isn't quite correct. See ps -eflwww. Your "router pings me" is NOT normal and should be fixed on the router.

    – waltinator
    8 hours ago











  • There's a setting in your router that sounds something like "Disable ping response on WAN" that should be turned on.

    – heynnema
    7 hours ago













  • when I close my browser and type lsof -i nothing shows up. With browser open I see what it is connected to. Not sure what I'm getting out of the ps as it is showing a lot of processes running but that doesn't mean they are all connected to the internet.

    – user70494
    6 hours ago











  • as for disabling ping response on WAN, That wouldn't be causing the router to send pings to my computer. I've honestly never seen a router do this before so not sure what would even make that happen.

    – user70494
    6 hours ago











  • as for disabling ping response on WAN, That wouldn't be causing the router to send pings to my computer. I've honestly never seen a router do this before so not sure what would even make that happen.

    – user70494
    6 hours ago
















0















I am trying to diagnose a network problem and noticed that my computer is communicating with an IP address that I'd like to understand. First, all apps on the desktop were closed so the only thing I have open is my terminal window which is doing nothing but running wireshark.



The computer continuously is communicating with Google at 35.224.99.156 and it says connectivity-check.unbuntu.com. But a whois on the ip shows Google as the owner.



On a side note: My router keeps pinging my computer over and over again. Is that normal?



Thanks,










share|improve this question























  • sudo lsof -i will show you all your connections. There's a lot of activity going on in the background, so "the only thing I have open is my terminal window" isn't quite correct. See ps -eflwww. Your "router pings me" is NOT normal and should be fixed on the router.

    – waltinator
    8 hours ago











  • There's a setting in your router that sounds something like "Disable ping response on WAN" that should be turned on.

    – heynnema
    7 hours ago













  • when I close my browser and type lsof -i nothing shows up. With browser open I see what it is connected to. Not sure what I'm getting out of the ps as it is showing a lot of processes running but that doesn't mean they are all connected to the internet.

    – user70494
    6 hours ago











  • as for disabling ping response on WAN, That wouldn't be causing the router to send pings to my computer. I've honestly never seen a router do this before so not sure what would even make that happen.

    – user70494
    6 hours ago











  • as for disabling ping response on WAN, That wouldn't be causing the router to send pings to my computer. I've honestly never seen a router do this before so not sure what would even make that happen.

    – user70494
    6 hours ago














0












0








0








I am trying to diagnose a network problem and noticed that my computer is communicating with an IP address that I'd like to understand. First, all apps on the desktop were closed so the only thing I have open is my terminal window which is doing nothing but running wireshark.



The computer continuously is communicating with Google at 35.224.99.156 and it says connectivity-check.unbuntu.com. But a whois on the ip shows Google as the owner.



On a side note: My router keeps pinging my computer over and over again. Is that normal?



Thanks,










share|improve this question














I am trying to diagnose a network problem and noticed that my computer is communicating with an IP address that I'd like to understand. First, all apps on the desktop were closed so the only thing I have open is my terminal window which is doing nothing but running wireshark.



The computer continuously is communicating with Google at 35.224.99.156 and it says connectivity-check.unbuntu.com. But a whois on the ip shows Google as the owner.



On a side note: My router keeps pinging my computer over and over again. Is that normal?



Thanks,







networking 18.04






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 8 hours ago









user70494user70494

62




62













  • sudo lsof -i will show you all your connections. There's a lot of activity going on in the background, so "the only thing I have open is my terminal window" isn't quite correct. See ps -eflwww. Your "router pings me" is NOT normal and should be fixed on the router.

    – waltinator
    8 hours ago











  • There's a setting in your router that sounds something like "Disable ping response on WAN" that should be turned on.

    – heynnema
    7 hours ago













  • when I close my browser and type lsof -i nothing shows up. With browser open I see what it is connected to. Not sure what I'm getting out of the ps as it is showing a lot of processes running but that doesn't mean they are all connected to the internet.

    – user70494
    6 hours ago











  • as for disabling ping response on WAN, That wouldn't be causing the router to send pings to my computer. I've honestly never seen a router do this before so not sure what would even make that happen.

    – user70494
    6 hours ago











  • as for disabling ping response on WAN, That wouldn't be causing the router to send pings to my computer. I've honestly never seen a router do this before so not sure what would even make that happen.

    – user70494
    6 hours ago



















  • sudo lsof -i will show you all your connections. There's a lot of activity going on in the background, so "the only thing I have open is my terminal window" isn't quite correct. See ps -eflwww. Your "router pings me" is NOT normal and should be fixed on the router.

    – waltinator
    8 hours ago











  • There's a setting in your router that sounds something like "Disable ping response on WAN" that should be turned on.

    – heynnema
    7 hours ago













  • when I close my browser and type lsof -i nothing shows up. With browser open I see what it is connected to. Not sure what I'm getting out of the ps as it is showing a lot of processes running but that doesn't mean they are all connected to the internet.

    – user70494
    6 hours ago











  • as for disabling ping response on WAN, That wouldn't be causing the router to send pings to my computer. I've honestly never seen a router do this before so not sure what would even make that happen.

    – user70494
    6 hours ago











  • as for disabling ping response on WAN, That wouldn't be causing the router to send pings to my computer. I've honestly never seen a router do this before so not sure what would even make that happen.

    – user70494
    6 hours ago

















sudo lsof -i will show you all your connections. There's a lot of activity going on in the background, so "the only thing I have open is my terminal window" isn't quite correct. See ps -eflwww. Your "router pings me" is NOT normal and should be fixed on the router.

– waltinator
8 hours ago





sudo lsof -i will show you all your connections. There's a lot of activity going on in the background, so "the only thing I have open is my terminal window" isn't quite correct. See ps -eflwww. Your "router pings me" is NOT normal and should be fixed on the router.

– waltinator
8 hours ago













There's a setting in your router that sounds something like "Disable ping response on WAN" that should be turned on.

– heynnema
7 hours ago







There's a setting in your router that sounds something like "Disable ping response on WAN" that should be turned on.

– heynnema
7 hours ago















when I close my browser and type lsof -i nothing shows up. With browser open I see what it is connected to. Not sure what I'm getting out of the ps as it is showing a lot of processes running but that doesn't mean they are all connected to the internet.

– user70494
6 hours ago





when I close my browser and type lsof -i nothing shows up. With browser open I see what it is connected to. Not sure what I'm getting out of the ps as it is showing a lot of processes running but that doesn't mean they are all connected to the internet.

– user70494
6 hours ago













as for disabling ping response on WAN, That wouldn't be causing the router to send pings to my computer. I've honestly never seen a router do this before so not sure what would even make that happen.

– user70494
6 hours ago





as for disabling ping response on WAN, That wouldn't be causing the router to send pings to my computer. I've honestly never seen a router do this before so not sure what would even make that happen.

– user70494
6 hours ago













as for disabling ping response on WAN, That wouldn't be causing the router to send pings to my computer. I've honestly never seen a router do this before so not sure what would even make that happen.

– user70494
6 hours ago





as for disabling ping response on WAN, That wouldn't be causing the router to send pings to my computer. I've honestly never seen a router do this before so not sure what would even make that happen.

– user70494
6 hours ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122775%2fwhat-is-a-connectivity-request%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122775%2fwhat-is-a-connectivity-request%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

GameSpot

connect to host localhost port 22: Connection refused

Getting a Wifi WPA2 wifi connection