DebugAH

How to Solve Your Programmer Error

Skip to content
  • Home
  • Linux
  • JAVA
  • Python
  • Javasript
  • MYSQL
  • Windows
  • Error

iscsiadm: cannot make connection to 192.168.10.10: No route to host & iscsiadm: initiator reported error (5 – encond login failed due to authoriza

1.iscsiadm: cannot make connection to 192.168.10.10

If you want to open other ports, you need to bring the port on the address. If it is the default port number 3260, you don’t have to be so troublesome

iscsiadm -m discovery -t st -p 192.168.10.10:8080


2 No route to host
Usually there is no firewall without development port, and remember to restart the firewall

3 iscsiadm: initiator reported error (5 - encond login failed due to authoriza

This is an authentication error, check the authentication file

vim /etc/iscsi/initiatorname.ISCSI    // add client authentication

InitiatorName=iqn.2018-12.com.Oven:client    // the name is consistent with the name set by the server ACL

Remember to restart the service after changing

Similar Posts:

  • Zabbix-server Error: No route to host [How to Solve]
  • Vsftp: 425 FTP connection failed [How to Solve]
  • How to Solve Rancher Install Longhorn Error
  • [Solved] CentOS 7.9 Install MySQL Error: 2003- cannot connect to mysql server on ‘10.10.1.202’(10060 “Unknown error”)
  • How to Solve “unsupported item key” Common Error
  • If the FTP server is accessed by CMD or PowerShell, there is no following after reporting port command successful. Consider using PASV
  • [Solved] MySQL Connect Error: Can’t connect to MySQL server on ‘ ‘(61)
  • [Solved] CentOS 7.2 Startup Error: Failed to start IPv4 firewall with iptables
  • [Solved] Centos7 Error: Failed to start iptables.service: Unit not found
  • [Solved] 2003 – cant connect o mysql server on xxx (10060 unknown error)

This entry was posted in Error and tagged iscsiadm: cannot make connection to 192.168.10.10: No route to host, iscsiadm: initiator reported error (5 encond login failed due to authoriza on January 4, 2022 by Robins.

Post navigation

← [Solved] java.io.IOException: error constructing MAC: java.lang.SecurityException: JCE cannot authenticate the provider BC [Solved] Could not resolve dependencies for project xxx: Could not find artifact xxx →

Recent Posts

  • [Solved] The bean ‘sysDictService’ could not be injected because it is a JDK dynamic proxy
  • How to Use awk to Analyze Nginx Log
  • [Solved] Win-KeX/wsl2/kali Startup Error: A fatal error has occurred and VcXsrv will now exit.
  • [Solved] samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file
  • k8s Error: [ERROR FileAvailable–etc-kubernetes-kubelet.conf]: /etc/kubernetes/kubelet.conf already exists
  • [Solved] NoSuchMethodError: org.springframework.boot.web.servlet.error.ErrorController.getErrorPath
  • [Solved] flink web ui Submit Task Error: Server Respoonse Message-Internal server error
  • Mysql Error: 1140 – In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column ‘a.store’; this is incompatible with sql_mode=only_full_group_by
  • [Solved] Mybatis multi-table query error: Column ‘id’ in field list is ambiguous
  • [Solved] fluentd Log Error: read timeout reached

Tags

  • )
  • android
  • android studio
  • CentOS
  • centos7
  • chrome
  • DebugAH
  • django
  • docker
  • eclipse
  • git
  • github
  • go
  • hadoop
  • Hive
  • IDEA
  • ios
  • java
  • jenkins
  • Linux
  • Mac
  • maven
  • MyBatis
  • mysql
  • nginx
  • No module named XXX error
  • npm
  • Oracle
  • php
  • pip
  • pycharm
  • Python
  • Python TypeError
  • redis
  • shell
  • spring
  • springBoot
  • ssh
  • SVN
  • tensorflow
  • tomcat
  • ubuntu
  • vue
  • Windows
  • Yum
Proudly powered by WordPress