Can't onnect to a specific server
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I have a pc running Ubuntu 16.04 LTS that for whatever reason is not wanting to connect to a local, also Ubuntu but 14 something, server. I can't SSH in and continue to get this when I ping it:
PING [server ip] 56(84) bytes of data.
From [ip] icmp_seq=1 Destination Host Unreachable
From [ip] icmp_seq=1 Destination Host Unreachable
From [ip] icmp_seq=1 Destination Host Unreachable
etc...
This one pc is the only one that won't connect to it. DNS is pointed to this network's servers. Other Ubuntu, windows, and iOS devices can connect just fine. Changing DNS didn't help.
If there is a post or similar question I missed or any advice on how to locate and resolve this issue would be appreciated as I haven't been able to do either.
16.04 networking server
 |Â
show 1 more comment
up vote
0
down vote
favorite
I have a pc running Ubuntu 16.04 LTS that for whatever reason is not wanting to connect to a local, also Ubuntu but 14 something, server. I can't SSH in and continue to get this when I ping it:
PING [server ip] 56(84) bytes of data.
From [ip] icmp_seq=1 Destination Host Unreachable
From [ip] icmp_seq=1 Destination Host Unreachable
From [ip] icmp_seq=1 Destination Host Unreachable
etc...
This one pc is the only one that won't connect to it. DNS is pointed to this network's servers. Other Ubuntu, windows, and iOS devices can connect just fine. Changing DNS didn't help.
If there is a post or similar question I missed or any advice on how to locate and resolve this issue would be appreciated as I haven't been able to do either.
16.04 networking server
Do you ping the server by IP address or by its name? You write[server ip]
but talk about DNS.
â PerlDuck
Apr 12 at 14:24
Unreachable tends to mean you have a routing issue in your network. Likely you are trying to cross subnets without the correct routing, or something similar, when trying to connect to that IP.
â dobey
Apr 12 at 14:29
I tried pinging with both, a colleague suggested that DNS could be presenting an issue.
â recursivePython
Apr 12 at 14:49
Do your pings reach the server at all? Check with` sudo tcpdump -ni eth0 icmp` on the server (replace eth0 with the correct interface name)
â Sebastian Stark
Apr 12 at 15:39
@SebastianStark I would if I could, but the set up doesn't allow me access outside of a remote connection with the problem pc
â recursivePython
Apr 12 at 17:45
 |Â
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a pc running Ubuntu 16.04 LTS that for whatever reason is not wanting to connect to a local, also Ubuntu but 14 something, server. I can't SSH in and continue to get this when I ping it:
PING [server ip] 56(84) bytes of data.
From [ip] icmp_seq=1 Destination Host Unreachable
From [ip] icmp_seq=1 Destination Host Unreachable
From [ip] icmp_seq=1 Destination Host Unreachable
etc...
This one pc is the only one that won't connect to it. DNS is pointed to this network's servers. Other Ubuntu, windows, and iOS devices can connect just fine. Changing DNS didn't help.
If there is a post or similar question I missed or any advice on how to locate and resolve this issue would be appreciated as I haven't been able to do either.
16.04 networking server
I have a pc running Ubuntu 16.04 LTS that for whatever reason is not wanting to connect to a local, also Ubuntu but 14 something, server. I can't SSH in and continue to get this when I ping it:
PING [server ip] 56(84) bytes of data.
From [ip] icmp_seq=1 Destination Host Unreachable
From [ip] icmp_seq=1 Destination Host Unreachable
From [ip] icmp_seq=1 Destination Host Unreachable
etc...
This one pc is the only one that won't connect to it. DNS is pointed to this network's servers. Other Ubuntu, windows, and iOS devices can connect just fine. Changing DNS didn't help.
If there is a post or similar question I missed or any advice on how to locate and resolve this issue would be appreciated as I haven't been able to do either.
16.04 networking server
16.04 networking server
asked Apr 12 at 14:18
![](https://i.stack.imgur.com/zK9dm.jpg?s=32&g=1)
![](https://i.stack.imgur.com/zK9dm.jpg?s=32&g=1)
recursivePython
13
13
Do you ping the server by IP address or by its name? You write[server ip]
but talk about DNS.
â PerlDuck
Apr 12 at 14:24
Unreachable tends to mean you have a routing issue in your network. Likely you are trying to cross subnets without the correct routing, or something similar, when trying to connect to that IP.
â dobey
Apr 12 at 14:29
I tried pinging with both, a colleague suggested that DNS could be presenting an issue.
â recursivePython
Apr 12 at 14:49
Do your pings reach the server at all? Check with` sudo tcpdump -ni eth0 icmp` on the server (replace eth0 with the correct interface name)
â Sebastian Stark
Apr 12 at 15:39
@SebastianStark I would if I could, but the set up doesn't allow me access outside of a remote connection with the problem pc
â recursivePython
Apr 12 at 17:45
 |Â
show 1 more comment
Do you ping the server by IP address or by its name? You write[server ip]
but talk about DNS.
â PerlDuck
Apr 12 at 14:24
Unreachable tends to mean you have a routing issue in your network. Likely you are trying to cross subnets without the correct routing, or something similar, when trying to connect to that IP.
â dobey
Apr 12 at 14:29
I tried pinging with both, a colleague suggested that DNS could be presenting an issue.
â recursivePython
Apr 12 at 14:49
Do your pings reach the server at all? Check with` sudo tcpdump -ni eth0 icmp` on the server (replace eth0 with the correct interface name)
â Sebastian Stark
Apr 12 at 15:39
@SebastianStark I would if I could, but the set up doesn't allow me access outside of a remote connection with the problem pc
â recursivePython
Apr 12 at 17:45
Do you ping the server by IP address or by its name? You write
[server ip]
but talk about DNS.â PerlDuck
Apr 12 at 14:24
Do you ping the server by IP address or by its name? You write
[server ip]
but talk about DNS.â PerlDuck
Apr 12 at 14:24
Unreachable tends to mean you have a routing issue in your network. Likely you are trying to cross subnets without the correct routing, or something similar, when trying to connect to that IP.
â dobey
Apr 12 at 14:29
Unreachable tends to mean you have a routing issue in your network. Likely you are trying to cross subnets without the correct routing, or something similar, when trying to connect to that IP.
â dobey
Apr 12 at 14:29
I tried pinging with both, a colleague suggested that DNS could be presenting an issue.
â recursivePython
Apr 12 at 14:49
I tried pinging with both, a colleague suggested that DNS could be presenting an issue.
â recursivePython
Apr 12 at 14:49
Do your pings reach the server at all? Check with` sudo tcpdump -ni eth0 icmp` on the server (replace eth0 with the correct interface name)
â Sebastian Stark
Apr 12 at 15:39
Do your pings reach the server at all? Check with` sudo tcpdump -ni eth0 icmp` on the server (replace eth0 with the correct interface name)
â Sebastian Stark
Apr 12 at 15:39
@SebastianStark I would if I could, but the set up doesn't allow me access outside of a remote connection with the problem pc
â recursivePython
Apr 12 at 17:45
@SebastianStark I would if I could, but the set up doesn't allow me access outside of a remote connection with the problem pc
â recursivePython
Apr 12 at 17:45
 |Â
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1024383%2fcant-onnect-to-a-specific-server%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Do you ping the server by IP address or by its name? You write
[server ip]
but talk about DNS.â PerlDuck
Apr 12 at 14:24
Unreachable tends to mean you have a routing issue in your network. Likely you are trying to cross subnets without the correct routing, or something similar, when trying to connect to that IP.
â dobey
Apr 12 at 14:29
I tried pinging with both, a colleague suggested that DNS could be presenting an issue.
â recursivePython
Apr 12 at 14:49
Do your pings reach the server at all? Check with` sudo tcpdump -ni eth0 icmp` on the server (replace eth0 with the correct interface name)
â Sebastian Stark
Apr 12 at 15:39
@SebastianStark I would if I could, but the set up doesn't allow me access outside of a remote connection with the problem pc
â recursivePython
Apr 12 at 17:45