Wired and Wifi connexion simultaneously

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












On the one hand, I have a computer connected on a local wifi router
with 192.168.0.141



On the other hand, I have another computer connected on this same wifi router with the adress 192.168.0.136



Here everything is fine, I can ssh from the first machine to the other without problem.
Now, I add a wired connection on my second machine in addition to the existing wireless link (for an IP camera)
hostname -I returns now 3 IP adresses, including the previous 192.168.0.136:



10.0.125.32 192.168.0.32 192.168.0.136


So, I still have the previous 192.168.0.136 adress, but now I can't ssh :



$ ssh seekurjr@192.168.0.136
ssh: connect to host 192.168.0.136 port 22: No route to host


and when I ping the adress, I get:



$ ping 192.168.0.136
PING 192.168.0.136 (192.168.0.136) 56(84) bytes of data.
From 192.168.0.141 icmp_seq=1 Destination Host Unreachable
From 192.168.0.141 icmp_seq=2 Destination Host Unreachable
From 192.168.0.141 icmp_seq=3 Destination Host Unreachable
From 192.168.0.141 icmp_seq=4 Destination Host Unreachable


I can figure out what is happening, and why I can't ssh.



*EDIT : correcting IP adress










share|improve this question























  • On the machine with wired and the wireless link originally with ip 192.168.0.136 what is the output of ip addr ?
    – jeroen
    Feb 2 at 18:26














up vote
0
down vote

favorite












On the one hand, I have a computer connected on a local wifi router
with 192.168.0.141



On the other hand, I have another computer connected on this same wifi router with the adress 192.168.0.136



Here everything is fine, I can ssh from the first machine to the other without problem.
Now, I add a wired connection on my second machine in addition to the existing wireless link (for an IP camera)
hostname -I returns now 3 IP adresses, including the previous 192.168.0.136:



10.0.125.32 192.168.0.32 192.168.0.136


So, I still have the previous 192.168.0.136 adress, but now I can't ssh :



$ ssh seekurjr@192.168.0.136
ssh: connect to host 192.168.0.136 port 22: No route to host


and when I ping the adress, I get:



$ ping 192.168.0.136
PING 192.168.0.136 (192.168.0.136) 56(84) bytes of data.
From 192.168.0.141 icmp_seq=1 Destination Host Unreachable
From 192.168.0.141 icmp_seq=2 Destination Host Unreachable
From 192.168.0.141 icmp_seq=3 Destination Host Unreachable
From 192.168.0.141 icmp_seq=4 Destination Host Unreachable


I can figure out what is happening, and why I can't ssh.



*EDIT : correcting IP adress










share|improve this question























  • On the machine with wired and the wireless link originally with ip 192.168.0.136 what is the output of ip addr ?
    – jeroen
    Feb 2 at 18:26












up vote
0
down vote

favorite









up vote
0
down vote

favorite











On the one hand, I have a computer connected on a local wifi router
with 192.168.0.141



On the other hand, I have another computer connected on this same wifi router with the adress 192.168.0.136



Here everything is fine, I can ssh from the first machine to the other without problem.
Now, I add a wired connection on my second machine in addition to the existing wireless link (for an IP camera)
hostname -I returns now 3 IP adresses, including the previous 192.168.0.136:



10.0.125.32 192.168.0.32 192.168.0.136


So, I still have the previous 192.168.0.136 adress, but now I can't ssh :



$ ssh seekurjr@192.168.0.136
ssh: connect to host 192.168.0.136 port 22: No route to host


and when I ping the adress, I get:



$ ping 192.168.0.136
PING 192.168.0.136 (192.168.0.136) 56(84) bytes of data.
From 192.168.0.141 icmp_seq=1 Destination Host Unreachable
From 192.168.0.141 icmp_seq=2 Destination Host Unreachable
From 192.168.0.141 icmp_seq=3 Destination Host Unreachable
From 192.168.0.141 icmp_seq=4 Destination Host Unreachable


I can figure out what is happening, and why I can't ssh.



*EDIT : correcting IP adress










share|improve this question















On the one hand, I have a computer connected on a local wifi router
with 192.168.0.141



On the other hand, I have another computer connected on this same wifi router with the adress 192.168.0.136



Here everything is fine, I can ssh from the first machine to the other without problem.
Now, I add a wired connection on my second machine in addition to the existing wireless link (for an IP camera)
hostname -I returns now 3 IP adresses, including the previous 192.168.0.136:



10.0.125.32 192.168.0.32 192.168.0.136


So, I still have the previous 192.168.0.136 adress, but now I can't ssh :



$ ssh seekurjr@192.168.0.136
ssh: connect to host 192.168.0.136 port 22: No route to host


and when I ping the adress, I get:



$ ping 192.168.0.136
PING 192.168.0.136 (192.168.0.136) 56(84) bytes of data.
From 192.168.0.141 icmp_seq=1 Destination Host Unreachable
From 192.168.0.141 icmp_seq=2 Destination Host Unreachable
From 192.168.0.141 icmp_seq=3 Destination Host Unreachable
From 192.168.0.141 icmp_seq=4 Destination Host Unreachable


I can figure out what is happening, and why I can't ssh.



*EDIT : correcting IP adress







16.04 networking ssh






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 2 at 13:03

























asked Feb 2 at 12:37









matt

42




42











  • On the machine with wired and the wireless link originally with ip 192.168.0.136 what is the output of ip addr ?
    – jeroen
    Feb 2 at 18:26
















  • On the machine with wired and the wireless link originally with ip 192.168.0.136 what is the output of ip addr ?
    – jeroen
    Feb 2 at 18:26















On the machine with wired and the wireless link originally with ip 192.168.0.136 what is the output of ip addr ?
– jeroen
Feb 2 at 18:26




On the machine with wired and the wireless link originally with ip 192.168.0.136 what is the output of ip addr ?
– jeroen
Feb 2 at 18:26















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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
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%2f1002363%2fwired-and-wifi-connexion-simultaneously%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1002363%2fwired-and-wifi-connexion-simultaneously%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491