LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-19-2018, 12:37 PM   #16
Ulysses_
Senior Member
 
Registered: Jul 2009
Posts: 1,303

Original Poster
Rep: Reputation: 57

Typing "arp" does seem to show all IP's in the network here. EDIT: "arp -n"

Last edited by Ulysses_; 11-19-2018 at 12:42 PM.
 
Old 11-20-2018, 01:09 AM   #17
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,897

Rep: Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318
Quote:
Originally Posted by Ulysses_ View Post
Can't you plug a cable from your home ethernet network to the different network of the set-top-box using a hub or something and assign whatever static ip does not conflict with anything?
set top box and my pc are plugged into the same router. And the router itself handles two different networks. One for iptv (and stb works only on it) and one for my home network (which cannot be used by that stb).
 
Old 11-20-2018, 08:27 AM   #18
Ulysses_
Senior Member
 
Registered: Jul 2009
Posts: 1,303

Original Poster
Rep: Reputation: 57
What is stb short for?
 
Old 11-20-2018, 08:40 AM   #19
pingu_penguin
Member
 
Registered: Aug 2004
Location: pune
Distribution: Slackware
Posts: 350

Rep: Reputation: 60
Try the arp-scan utility.

# arp-scan -I eth0 192.168.1.0/24

You can replace eth0 with whatever other interface you have.

Hope that helps.


Quote:
What is stb short for?
stb = set top box.
 
Old 11-20-2018, 10:35 AM   #20
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,475

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
Are you sure your provider is actually providing your TV over IP?

Just because it looks like an ethernet port doesn't mean it's automatically carrying Internet Protocol traffic.

If your ISP's fibre is going direct in to your box then it can act as an NTU for many types of data transfer protocol and they merely provide an RJ45 handoff between the NTU and the STB in order to allow you to use standard cabling.
 
Old 11-20-2018, 11:54 AM   #21
Ulysses_
Senior Member
 
Registered: Jul 2009
Posts: 1,303

Original Poster
Rep: Reputation: 57
I don't know if my friend's provider provides tv over ip too. It is satellite tv that she has, from the same company that provides internet access over the telephone line. I think the wire between the router and the satellite tv decoder is meant to report to base what she's watching and in return she gets more program information on tv and possibly some more channels are decoded from the satellite signal or transmitted as tv over ip.

Last edited by Ulysses_; 11-20-2018 at 11:56 AM.
 
Old 11-20-2018, 01:52 PM   #22
ehartman
Senior Member
 
Registered: Jul 2007
Location: Delft, The Netherlands
Distribution: Slackware
Posts: 1,674

Rep: Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888
Quote:
Originally Posted by pan64 View Post
set top box and my pc are plugged into the same router. And the router itself handles two different networks.
My router/switch (Frits!BOX) also splits the network into the private LAN (192.168.178.*) and (optionally) another one for the TV receiver, which is 192.168.179.* (and my TV receiver box _does_ use DHCP in that network, so gets a .20 address - the pool of the Fritz!BOX starts at 20, reserving the lower addresses for fixed-IP devices).

Luckily the menu's of the router do list all of the "connected devices":
Quote:
judd LAN 2 at 10 Mbit/s 192.168.178.2
tepper LAN 2 at 10 Mbit/s 192.168.178.3
delrey LAN 2 at 10 Mbit/s 192.168.178.4
hoyle LAN 1 at 1 Gbit/s 192.168.178.5
TV-box LAN 4 at 100 Mbit/s 192.168.179.20
(LAN 2 connects to an old 10 MBit/s repeater with coax, but that's no problem as the older machines connected to that don't have any faster network interfaces anyway).
BTW: only LAN 1 and 2 can do 1 GBit/s, so I could have connected the repeater to LAN 3 (which is currently free) too and leave LAN 2 free for a future faster network connection. But then, I can do that anyway when the need arrives.
 
Old 11-20-2018, 11:00 PM   #23
minakshisondule
LQ Newbie
 
Registered: Nov 2018
Location: Pune
Posts: 18

Rep: Reputation: Disabled
You can follow the steps by which use can get IP address

1. you can take help of web access to your router, you connect it to your router and find the IP addresses of all networked devices. The router displays Static and Dynamic client lists with there name, IP address and MAC address of the connected devices.

2. Another method is to pinging your network from a computer connected to the network, and lookup an arp table. On your computer, click [Start] -> [Run...] and type "cmd" and [Enter]. Type "ipconfig" to find your network address. The network address is found by performing a logical AND operation on your IP address and the subnet mask.

3. You may also use "netstat -r" command to find an IP address of all network routes. However, if your printer has problem communicating with other network devices, you may not be able to find IP address of the printer using "netstat" command.

Hope this will be helpful to you
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I find 'find last used block + 1' on a reiser4 partition and truncate it so I can use spare space for another partition type. ? Glenn D. Linux - Software 12 09-06-2016 08:36 AM
Why is esi used in 1 nasm script but edi used in another nasm script? abefroman Programming 6 08-26-2015 02:04 AM
Find out how much dater is being used after a doing a find +500 ibizatunes Programming 1 02-24-2010 06:07 AM
creating static library that includes another static library kskkumar Programming 2 10-22-2007 10:51 AM
Can ISP Static IP be used by another ISP depam Linux - Networking 1 07-23-2007 11:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 03:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration