|
The SageTV Community Here's the place to discuss what's worth recording, HTPC deals at retail stores, events happening outside of your home theater, and pretty much anything else you'd like. (No For-Sale posts) |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Recommend program for showing home network IPs?
Hey Guys,
My home network is damn near outta control. LOL I wouldn't be surprised if I have 20 devices connected to my network both wired and wireless. Do you guys know of a good program that I can run on one of my computers which will show the IP address, MAC address, device name, etc. of ALL the devices connected to my network? I used to keep a nice list but it is way outdated and a neat little program that just "shows me" would be much better I've looked a little via Google but basically wondering if any of you experts can recommend one you've used and are happy with. Thanks!!! |
#2
|
||||
|
||||
Can't you simply do that from your router?
__________________
SageTCPServer (2.3.5): Open source TCP interface to the SageTV API MLSageTV (3.1.8)/Sage Media Server (1.13): SageTV plugin for MainLobby/CQC TaSageTV (2.58)/TaSTVRemote (1.14): Monitor/control SageTV with an Android device TbSageTV (1.02)/STVRemote (1.11): Monitor/control SageTV with a PlayBook 2 TiSageTV (1.64)/TiSTVRemote (1.09): Monitor/control SageTV with an iPhone/iPod/iPad |
#3
|
|||
|
|||
Quote:
http://softperfect.com/products/networkscanner The download link and a link to online documentation is in the lower right corner of the screen. Don't get suckered in by the giant green download button...
__________________
Server: MSI Z270 SLI Plus ATX Motherboard, Intel i7-7700T CPU, 32GB Memory, Unraid 6.11.5, sagetvopen-sagetv-server-opendct-java11 Docker (version 2.0.7) Tuners: 2 x SiliconDust HDHomeRun Prime Cable TV Tuners, SiliconDust HDHomeRun CONNECT 4K OTA Tuner Clients: Multiple HD300 Extenders, Multiple Fire TV Stick 4K Max w/MiniClient Miscellaneous: Multiple Sony RM-VLZ620 Universal Remote Controls |
#4
|
|||
|
|||
Most of the routers that I have owned only show this for DHCP devices so that won't show static IPs.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#5
|
|||
|
|||
Nope
I'm using fixed IP addresses. I remember my older router showed some of my, I think, wireless devices but I have a router supplied by my cable company (Road Runner Lightning takes a special router) and it shows nothing for connected computers. |
#6
|
|||
|
|||
Quote:
|
#7
|
||||
|
||||
You can also just use the arp command with the -a parameter.
EI: at command prompt type arp -a or create a batch file that will open up notebook with all your IP's... copy/paste the following 2 lines into a text file ip.txt, then rename ip.bat arp -a >C:\ping.txt start notepad.exe C:\ping.txt
__________________
If this doesn't work right, Then: "I'm going to blow up the Earth!" |
#8
|
||||
|
||||
This would be a good reason then to leave the various devices in DHCP mode and do all the IP address configuration on the router. Most DHCP routers allow you to assign fixed IPs to specific MAC addresses. That way all the IP information is in one place (which is what you're looking for) instead of scattered over a dozen different devices (which is what you have now).
If the router your provider gave you doesn't support this, see if you can put it into bridging mode and set up another, more capable router behind it to handle the NAT and DHCP functions.
__________________
-- Greg |
#9
|
||||
|
||||
That will give you the IPs and MACs of all the devices your PC has communicated with recently. It won't give you everything on your LAN unless you ping everything first. But the whole point is that he doesn't have that list of IPs to ping; that's what he's trying to get.
__________________
-- Greg |
#10
|
|||
|
|||
Greg, "back in the day" I used DHCP and had only a handful of devices. On two different brand of routers, about twice a year on average, for reasons I can't explain, all my devices would end up with different IP addresses than what they originally had. I had "forever" checked in all cases. This probably wouldn't be a problem for many and not even recognized but I was running a server and have some stuff where I had to manually input the IP address for certain devices/computers. Well, when my router would decide to just "redo" everything, it would break a number of things for me and I'd have to spend some time getting all the IP address changed to their "new" addresses.
Pretty much a pain and I think after I did this about 4 times I just switched to using static IP addresses. There are problems with this as well because some devices you CAN'T input your own IP so on these I just set it to DHCP, get the device up and running so I can log into the device, then change the IP and/or just go back to static IP addresses. The Slingbox is like this. Anyway, this was probably about 10 years ago. Maybe things have changed since then (?) and when you check "forever" in the router setup it now really means FOREVER but I haven't wanted to take the chance to switch back over because I still remember how big of a pain it was to get everything "fixed" after my routers would glitch on me |
#11
|
|||
|
|||
If your old router kept the DHCP leases in volatile memory that could explain the problem you saw. Power goes out, and the lease table is wiped.
|
#12
|
|||
|
|||
I don't think that was it because I'd have a number of power glitches here and it definitely didn't do it each time. I think I even put it on a battery backup and after it reset my IPs on the battery backup is when I got fed up and went to static IPs
|
#13
|
|||
|
|||
That program looks to work pretty good. It only gives me the names of my actual computers though and not any devices. I could have sworn I've seen the names of some of my devices come up elsewhere (like a couple IP cameras are actually named) but could be mistaken. This is a good start though. Thanks!
|
#14
|
|||
|
|||
Quote:
Maybe we should submit this software to the HTPC Gems -- Great Tools thread?
__________________
Server: MSI Z270 SLI Plus ATX Motherboard, Intel i7-7700T CPU, 32GB Memory, Unraid 6.11.5, sagetvopen-sagetv-server-opendct-java11 Docker (version 2.0.7) Tuners: 2 x SiliconDust HDHomeRun Prime Cable TV Tuners, SiliconDust HDHomeRun CONNECT 4K OTA Tuner Clients: Multiple HD300 Extenders, Multiple Fire TV Stick 4K Max w/MiniClient Miscellaneous: Multiple Sony RM-VLZ620 Universal Remote Controls |
#15
|
|||
|
|||
Go to a CMD prompt and type in
arp -a
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#16
|
||||
|
||||
__________________
-- Greg |
#17
|
|||
|
|||
I use Angry IP Scanner - it gives results that look like this: (but it doesn't give MAC addresses)
You can download it here: http://www.angryip.org/w/Download
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#18
|
||||
|
||||
Quote:
If your router doesn't offer this kind of configuration option, or doesn't preserve it across power cycles, then I'd recommend upgrading to a router that does. (You should also back up your router's configuration periodically, just like any other important data that you wouldn't want to re-create by hand.)
__________________
-- Greg |
#19
|
|||
|
|||
Quote:
Mitch |
#20
|
|||
|
|||
Quote:
This will ping all IP addresses on the 192.168.0.0 network segment and create a text file called IPADDRESSES.TXT in C:\, where it will list only the IP addresses that gave a reply. FOR /L %i IN (1,1,254) DO ping -n 1 192.168.0.%i | FIND /i "Reply">> c:\ipaddresses.txt
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. Last edited by nyplayer; 12-30-2010 at 05:56 PM. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Setup a SageTV system at home and network it to all the TVs and PCs in your home | davehop47 | SageTV Media Extender | 6 | 03-18-2010 10:10 AM |
Program guide not showing channels that I have selected | rdefino | SageTV Software | 1 | 11-14-2008 03:39 PM |
MediaMVP, wireless, DHCP and static IPs | Joe Bloggins | SageTV Media Extender | 1 | 08-04-2008 06:41 AM |
channels not showing up in program guide | rnewman | SageTV Software | 7 | 12-06-2007 10:47 AM |
showing HD in program guide | Sparhawk6 | SageTV Software | 2 | 10-15-2007 12:47 PM |