Going by the book definition a router is connecting 2 or more networks depending on the number of interfaces inside of it. Let's discuss the simple case, my home router which is connecting LAN with WAN. I tried to traceroute multiple IPs and the result is the following: first hop is my public ip (assigned by ISP and listed on whatsmyip), then second and third hops are private IPs from the 10. range, then at fourth hop is a public IP and so on until destination. So i suppose my wan port is part of a private network inside my ISP and traffic is going out of my ISP network at 4th hop. My question is: how can i know the network id for my wan interface since it has a public ip attached and which is connected to a private ip at second hop in tracert? Is it possible to have a private network with devices having public IPs and private as well? For my LAN network i can figure it out based on ip and subnet mask id but I don't know how to do it when traffic flows out from my router. Or they are simply 2 routers directly connected by the cable without forming a network? I mean if 2 routers are connected shouldn't they be in the same subnet?! If so how can a public ip be in the same subnet with a private ip. It's confusing... Thank you!
How to calculate/find the network ID of my home router and second hop router?
80 Views Asked by VMD At
0
There are 0 best solutions below
Related Questions in ROUTES
- Routing Url that has no action name
- Implementing find node on torrent kademlia routing table
- Get packet that's being routed
- Preserve `$location.search()` in angular `redirectTo`?
- Why does this MVC action return a 404 response in IE11
- Backbone: Best way to prevent routes (and url change)
- ASP.NET MVC routing 404
- Change the name of parent :parent_id parameter in Routing resources for Rails4
- Where should I put Symfony third-party bundle's routing configuration?
- How to route by call method in proxy with WSO2?
- Asp.net MVC Routelink null controller parameter
- using dart route package url got error 404
- Re-transmission concept in TCP
- Network unreachable when address is IPv6 in Buildroot
- rails_admin add custom controller in namespace admin
Related Questions in ROUTER
- how to hide an id from a joomla url
- Ui-router URL changes, nested view not loading
- Npm requests stopped by home router
- How to find the network router's model programmatically
- Automatically forward ports from clients
- How to know the mount path of router on express?
- AIR server connections
- Build wifi broadcast device?
- Displaying dynamic views for multiple profiles (customers) with AngularJs
- writing koa middleware for fluxible-router (async executeAction)
- angular2 router in service?
- Wifi repeater and captive portal
- Quest for a good xen single ip routing config with port forwarding
- multiple components in the same viewports with new angular router.
- Connecting Devices to Fiddler Without Proxy Changing?
Related Questions in SUBNET
- Subnetting Difficulty
- python compare ip range to host file
- Azure Virtual Network Custom DNS Server
- Best way to add support for a new subnet
- Subnetting: correct address for router interface?
- Standard/safe way to check if IP address is in range/subnet
- How to get Subnet from an IP in Java
- Calculate subnet with few unused addresses
- Calculating all IPs in subnet using Python 2.7 built in modules only
- Compare two ip subnet
- How do I allow SSH access to a range of IP's in AWS ec2 Security groups
- Icmp subnet address request
- Access AWS RDS from Private Subnet
- Why can't I access the internet from my private subnet on an AWS VPC?
- Perl: Split IP address into hostid and netid
Related Questions in NETWORK-TRAFFIC
- Youtube usage calculation using TrafficStats
- Capture Live Video Statistics
- use of Scapy to generate network load on mininet
- Routing table and splitting traffic in Omnet++
- Android app produces a lot of network traffic
- tc command to enqueue TCP packets but randomly drop UDP packets
- Analyze Local Network Traffic, Update Quota with tshark and BASH
- EC2 instance types's exact network performance?
- Create a Linux packet splitter
- How-to setup a traffic control server
- Download file to null (Windows CLI)
- How to make receiving node to stop automatically after one connection in D-ITG Traffic Receiver
- Which Dynamic Management View exposes network traffic from/to one SPID?
- How do I monitor traffic between a Flash object and a server?
- Use Scapy as IPS for intercepting, selecting and forwarding packets
Related Questions in WAN
- File transfer over WAN link causes corruption
- How to setup a bridge connection with vbox/vmware using a second wan ip on a dedicated server
- Can I use kafka over Internet?
- Two external IPs one WebServer/Website
- ehcache WAN solutions - should I roll my own?
- Equivalent of iframe on server side
- Broadcast on different subnets
- How to calculate/find the network ID of my home router and second hop router?
- Networking - RIP routing WAN connection in Packet Tracer
- Can't access modem configuration centurylink
- How to recreate a join accept downlink message in LoRaWAN?
- Delphi remote debugger not working over a WAN connection
- Expose TFS to the internet
- ISDN Framing Info
- Constant data feed from a log file to wan
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?