--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Is this in AWS? My guess would be you haven't allowed the ports via security groups.
--Colton Myers
--Colton Myers
--Colton Myers
telnet: connect to address MailScanner warning: numerical links are often malicious: 10.106.223.190: No route to host
telnet: Unable to connect to remote host: No route to host
On Friday, May 10, 2013 12:38:46 PM UTC-4, basepi wrote:
Yes, the minion doesn't have to have *any* ports open -- it connects to the master. Telnet is a good way to check if the ports are open on the master.
--Colton Myers
On Fri, May 10, 2013 at 10:36 AM, Mike Chesnut <mche...@gmail.com> wrote:
From the minion, can you telnet to 4506 on the master?
On Fri, May 10, 2013 at 9:27 AM, Nirlay Kundu <nir...@gmail.com> wrote:
Yes, I checked all ports are open. But minion is not listening on 4505 and 4506.
[root@9410dddc-4219-4851-953d-f5bff2b3017d salt]# lsof -iCOMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAMEdhclient 2230 root 4u IPv4 13227 0t0 UDP *:bootpcportmap 2380 rpc 3u IPv4 13646 0t0 UDP *:sunrpcportmap 2380 rpc 4u IPv4 13647 0t0 TCP *:sunrpc (LISTEN)hpiod 2676 root 0u IPv4 14695 0t0 TCP localhost.localdomain:2208 (LISTEN)hpssd.py 2681 root 4u IPv4 14713 0t0 TCP localhost.localdomain:2207 (LISTEN)sendmail 2734 root 4u IPv4 14943 0t0 TCP localhost.localdomain:smtp (LISTEN)avahi-dae 2834 avahi 13u IPv4 15418 0t0 UDP *:mdnsavahi-dae 2834 avahi 14u IPv6 15419 0t0 UDP *:mdnsavahi-dae 2834 avahi 15u IPv4 15420 0t0 UDP *:50607avahi-dae 2834 avahi 16u IPv6 15421 0t0 UDP *:54941sshd 3106 root 3u IPv6 22056 0t0 TCP *:ssh (LISTEN)sshd 3106 root 4u IPv4 22058 0t0 TCP *:ssh (LISTEN)
sshd 4704 root 3u IPv4 128393 0t0 TCP 9410dddc-4219-4851-953d-f5bff2b3017d.root.public.test.example.com:ssh->MailScanner warning: numerical links are often malicious: 67.20.183.235:52592 (ESTABLISHED)
I think I got my issue. I am getting the follwong :
[ERROR ] The master key has changed, the salt master could have been subverted, verify salt master's public key[CRITICAL] The Salt Master server's public key did not authenticate!The master may need to be updated if it is a version of Salt lower than 0.14.1, orIf you are confident that you are connecting to a valid Salt Master, then remove the master public key and restart the Salt Minion.The master public key can be found at:/etc/salt/pki/minion/minion_master.pubIs there anyway other than deleting the master public key ?
Thanks. Deleting the minion_master.pub and restarting the minion works.How does one regenerate the master key ?