I am connected to Internet with just one Linux home PC: a laptop. My ISP's router is a combo modem and router in one box. The brand is Technicolor TC 7200.
I ran this command # arp-scan --localnet
and the output was:
# arp-scan --localnet
Interface: eth0, datalink type: EN10MB (Ethernet)
Starting arp-scan 1.9 with 256 hosts (http://www.nta-monitor.com/tools/arp-scan/)
192.168.0.1 xxxxxxxxxxxxxxxxx Technicolor USA Inc.
192.168.0.10 xxxxxxxxxxxxxxxxx Thomson Inc.
I know that 192.168.0.1
is the private IP of the router (gateway) but what about 192.168.0.10
?
Is 192.168.0.10
the private IP of the modem in the combo device or this is some other device?
Does the modem has its own private IP?
Does the modem have ports on their firmware like the ports of the PC's OS?