Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: No Receivers Discovered
#3
(04-28-2024, 01:38 PM)Tim Curtis Wrote: Here are  the commands (by example) used to do the network scan for Receivers.

Code:
# Scan the given subnet for hosts with open port 6600 (MPD) and then parse out the IP addresses. Note the netmask is assumed to be /24 (255.255.255.0)

sudo nmap -Pn -p6600 --open 192.168.1.0/24 -oG /tmp/mpd_nmap.scan >/dev/null
cat /tmp/mpd_nmap.scan | grep "6600/open" | cut -f 1 | cut -d " " -f 2

# Pick an IP address from the list and then enter the URL below in a Browser.

http://192.168.1.121/command/?cmd=trx-control.php -rx

Look for "On" or 'Off' in the status line thats returned. Either of these values will indicate a Receiver has been found.

Thanks Tim, but how do I use this to troubleshoot why nothing is being discovered?

Edit: I've only just seen the code block scrolls (mobile) I'll do some more investigation into this shortly
Reply


Messages In This Thread
No Receivers Discovered - by downriver_bob - 04-28-2024, 12:32 PM
RE: No Receivers Discovered - by Tim Curtis - 04-28-2024, 01:38 PM
RE: No Receivers Discovered - by downriver_bob - 04-29-2024, 11:08 AM
RE: No Receivers Discovered - by downriver_bob - 04-29-2024, 12:56 PM
RE: No Receivers Discovered - by Tim Curtis - 04-29-2024, 01:12 PM
RE: No Receivers Discovered - by downriver_bob - 04-29-2024, 01:49 PM
RE: No Receivers Discovered - by Tim Curtis - 04-29-2024, 01:08 PM
RE: No Receivers Discovered - by Tim Curtis - 04-29-2024, 01:18 PM
RE: No Receivers Discovered - by downriver_bob - 04-29-2024, 01:50 PM
RE: No Receivers Discovered - by downriver_bob - 04-30-2024, 12:09 AM
RE: No Receivers Discovered - by Tim Curtis - 04-30-2024, 02:00 AM
RE: No Receivers Discovered - by downriver_bob - 04-30-2024, 02:21 AM
RE: No Receivers Discovered - by Tim Curtis - 04-30-2024, 11:06 AM
RE: No Receivers Discovered - by downriver_bob - 04-30-2024, 01:03 PM
RE: No Receivers Discovered - by downriver_bob - 04-30-2024, 01:06 PM
RE: No Receivers Discovered - by Tim Curtis - 04-30-2024, 01:59 PM
RE: No Receivers Discovered - by downriver_bob - 05-01-2024, 01:56 AM
RE: No Receivers Discovered - by Tim Curtis - 05-01-2024, 10:42 AM
RE: No Receivers Discovered - by downriver_bob - 05-01-2024, 01:20 PM
RE: No Receivers Discovered - by Tim Curtis - 05-01-2024, 01:38 PM
RE: No Receivers Discovered - by downriver_bob - 05-01-2024, 01:58 PM
RE: No Receivers Discovered - by TheOldPresbyope - 05-02-2024, 04:29 PM

Forum Jump: