iscsiadm: cannot make connection to : No route to host











up vote
1
down vote

favorite












when I try iscsiadm discovery:



iscsiadm -m discovery -t sendtargets -p <IP>


I get this error:



iscsiadm: cannot make connection to <IP>: No route to host


however, I can ping the IP fine.



I have added following rule in route:



ip route add <IP>/32 via 10.10.10.1 dev eth1


and i can confirm that ping pings through eth1 interface:



ping -I eth1 <IP>


but for some reason, it looks as if iscsiadm is not using my route settings ?



and traceroute works as well:



# traceroute <IP>
traceroute to <IP>, 30 hops max, 60 byte packets
1 10.10.10.1 0.555 ms 0.776 ms 0.973 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 myhost (<IP>) 0.714 ms !X 0.657 ms !X 0.674 ms !X









share|improve this question
























  • What does traceroute <IP> say?
    – Mark Plotnick
    Nov 29 at 7:20










  • @Mark Plotnick - traceroute works. Please see my edit.
    – Martin Vegter
    Nov 29 at 7:32










  • OK, routing was the first thing to check, but this error message can also be caused by iptables. Do you have rules restricting tcp input or output?
    – Mark Plotnick
    Nov 30 at 2:37












  • I have no firewall
    – Martin Vegter
    Nov 30 at 6:05















up vote
1
down vote

favorite












when I try iscsiadm discovery:



iscsiadm -m discovery -t sendtargets -p <IP>


I get this error:



iscsiadm: cannot make connection to <IP>: No route to host


however, I can ping the IP fine.



I have added following rule in route:



ip route add <IP>/32 via 10.10.10.1 dev eth1


and i can confirm that ping pings through eth1 interface:



ping -I eth1 <IP>


but for some reason, it looks as if iscsiadm is not using my route settings ?



and traceroute works as well:



# traceroute <IP>
traceroute to <IP>, 30 hops max, 60 byte packets
1 10.10.10.1 0.555 ms 0.776 ms 0.973 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 myhost (<IP>) 0.714 ms !X 0.657 ms !X 0.674 ms !X









share|improve this question
























  • What does traceroute <IP> say?
    – Mark Plotnick
    Nov 29 at 7:20










  • @Mark Plotnick - traceroute works. Please see my edit.
    – Martin Vegter
    Nov 29 at 7:32










  • OK, routing was the first thing to check, but this error message can also be caused by iptables. Do you have rules restricting tcp input or output?
    – Mark Plotnick
    Nov 30 at 2:37












  • I have no firewall
    – Martin Vegter
    Nov 30 at 6:05













up vote
1
down vote

favorite









up vote
1
down vote

favorite











when I try iscsiadm discovery:



iscsiadm -m discovery -t sendtargets -p <IP>


I get this error:



iscsiadm: cannot make connection to <IP>: No route to host


however, I can ping the IP fine.



I have added following rule in route:



ip route add <IP>/32 via 10.10.10.1 dev eth1


and i can confirm that ping pings through eth1 interface:



ping -I eth1 <IP>


but for some reason, it looks as if iscsiadm is not using my route settings ?



and traceroute works as well:



# traceroute <IP>
traceroute to <IP>, 30 hops max, 60 byte packets
1 10.10.10.1 0.555 ms 0.776 ms 0.973 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 myhost (<IP>) 0.714 ms !X 0.657 ms !X 0.674 ms !X









share|improve this question















when I try iscsiadm discovery:



iscsiadm -m discovery -t sendtargets -p <IP>


I get this error:



iscsiadm: cannot make connection to <IP>: No route to host


however, I can ping the IP fine.



I have added following rule in route:



ip route add <IP>/32 via 10.10.10.1 dev eth1


and i can confirm that ping pings through eth1 interface:



ping -I eth1 <IP>


but for some reason, it looks as if iscsiadm is not using my route settings ?



and traceroute works as well:



# traceroute <IP>
traceroute to <IP>, 30 hops max, 60 byte packets
1 10.10.10.1 0.555 ms 0.776 ms 0.973 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 myhost (<IP>) 0.714 ms !X 0.657 ms !X 0.674 ms !X






networking ping route iscsi






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 29 at 7:31

























asked Nov 29 at 6:48









Martin Vegter

16634119234




16634119234












  • What does traceroute <IP> say?
    – Mark Plotnick
    Nov 29 at 7:20










  • @Mark Plotnick - traceroute works. Please see my edit.
    – Martin Vegter
    Nov 29 at 7:32










  • OK, routing was the first thing to check, but this error message can also be caused by iptables. Do you have rules restricting tcp input or output?
    – Mark Plotnick
    Nov 30 at 2:37












  • I have no firewall
    – Martin Vegter
    Nov 30 at 6:05


















  • What does traceroute <IP> say?
    – Mark Plotnick
    Nov 29 at 7:20










  • @Mark Plotnick - traceroute works. Please see my edit.
    – Martin Vegter
    Nov 29 at 7:32










  • OK, routing was the first thing to check, but this error message can also be caused by iptables. Do you have rules restricting tcp input or output?
    – Mark Plotnick
    Nov 30 at 2:37












  • I have no firewall
    – Martin Vegter
    Nov 30 at 6:05
















What does traceroute <IP> say?
– Mark Plotnick
Nov 29 at 7:20




What does traceroute <IP> say?
– Mark Plotnick
Nov 29 at 7:20












@Mark Plotnick - traceroute works. Please see my edit.
– Martin Vegter
Nov 29 at 7:32




@Mark Plotnick - traceroute works. Please see my edit.
– Martin Vegter
Nov 29 at 7:32












OK, routing was the first thing to check, but this error message can also be caused by iptables. Do you have rules restricting tcp input or output?
– Mark Plotnick
Nov 30 at 2:37






OK, routing was the first thing to check, but this error message can also be caused by iptables. Do you have rules restricting tcp input or output?
– Mark Plotnick
Nov 30 at 2:37














I have no firewall
– Martin Vegter
Nov 30 at 6:05




I have no firewall
– Martin Vegter
Nov 30 at 6:05















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f484835%2fiscsiadm-cannot-make-connection-to-ip-no-route-to-host%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • 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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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%2funix.stackexchange.com%2fquestions%2f484835%2fiscsiadm-cannot-make-connection-to-ip-no-route-to-host%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

Morgemoulin

Scott Moir

Souastre