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
- No webpage was found for the web address: https://localhost:7002/Category/Add?area=Admin. Why is my URL generated like ?area=Admin instead of /Admin/
- Symfony Framework - Route cannot be found even if it is defined in Controller
- Linux Networking - Routing packets from one network interface to another
- Redirect outbound traffic to a different port
- API not fetch data with dynamic page NEXT js
- Angular title routing translation
- Slim routing in PHP-DI container
- Laravel form action not accepting $order->id but accepting hard coded value
- Express-Router Library Error: Route.post() requires a callback function but got a [object Object]
- Vercel Problem | 404: NOT_FOUND Code: NOT_FOUND
- React Routes not Rendering Components
- data transfer to ip address using osi model
- `UseRouter` Caches the Cookies should I use `redirect`
- No connection could be made because the target machine actively refused it. (localhost:80) when attempting to test routes with TestServer
- Problem in hosting React App with react-router-dom on IIS Server
Related Questions in ROUTER
- Hosting nextjs with nodejs as a backend locally
- next js route groups issue
- Vue router path matching behaviour
- What is vue router :matchRest(.*)* and when should I use it?
- How to set up URL redirection on D-Link router for specific domain?
- Why we say "Every Fragment-Offset except the last one, must contain a multiple of 8 bytes of data. In IPv4 header
- Angular router can't match routes after update (v14 -> v17)
- Accessing locale in nextJS 14 App Directory
- How to Integrate Contentful and Next.js App Router
- Router.Navigate from Angular Library Doesn't Work
- Nextjs issue with Server-Side Rendering
- when return chain.filter(exchange) the request is not terminated ,still running even executing all filters in Spring cloud gateway
- Routes Problem with node.js 404 not found
- in express how to execute a function (like db commit) only after successful response is sent?
- Prevent Blazor Router to found some components with @page directive
Related Questions in SUBNET
- Map list of IPs to list of subnets (cidr)
- Fixing this CIDR range for AWS VPC
- Regular Expression for IPv4 subnet
- IP/25, can it be begin from xx.xx.xx.128, rather than xx.xx.xx.1?
- Unhealthy instances for load balancer
- Deploy Flask Microblog in private ec2 with private RDS
- AWS invisible special character while creating subnet group
- Unable to connect to ACI with a Private IP (in a subnet of a vnet) from Azure
- Exposing an RDS instance to only a few specific ip addresses
- openvpn doesn't route traffic to client subnet
- Unable to Add a Subnet from Secondary CIDR Block to Existing EKS Cluster
- need to combine two queries to set up an alert for private endpoint creation or modification in subnets with disabled privateEndpointNetworkPolicies
- Why is Azure NAT not affecting my effective routes from my Azure routing table?
- Unable to retrieve subnet ids in the terraform output block - giving multiple errors at a time
- Extract subnet id's based on subnet name in virgina region
Related Questions in NETWORK-TRAFFIC
- Trying to get net.if.in and net.if.out values with zabbix api python
- Does traffic control (tc) command have a rate limit?
- problem with zeek, specifically broker in python
- SUMO Simulation Error: Vehicle 'veh1' has no valid route. No connection between
- Trex Traffic generator in AWS
- all the outcoming traffic is blocked in kubernetes pod
- iis asp.net track constant traffic
- tcpdump is buffering incoming packets and storing into pcap file
- Global traffic policy within same region
- How to calculate/find the network ID of my home router and second hop router?
- An input data format for the BEST2COP utility
- Filter network requests by content in FF/Chrome
- Using AWS traffic policy to setup weighted routing from a DNS record to two CloudFront distributions
- How network egress works on google cloud storage
- Is there a way that I can get HERE's API traffic static map (or ground truth)
Related Questions in WAN
- AS-Path Modification on BGP Neighbors
- Resuming rsync Causes Curious Network Traffic Flow
- How to calculate/find the network ID of my home router and second hop router?
- How access the same domain with different folders from the Internet (wan) Apache (wamp)?
- Using Active Directory replication over unreliable WAN
- Mikrotik multiple ip on one VAN (routeOS 7)
- How can I make my Socket server to work on WAN?
- Can't access modem configuration centurylink
- How to share files between 2 instances in different security groups?
- How to connect client in a internet to the server
- Azure WAN and P2S VPN Forced Tunneling
- How to get access to the Angular client via WAN or LAN
- PowerShell SSH only works on LAN but not over the internet
- Port Forwarding in socket Programming
- How to recreate a join accept downlink message in LoRaWAN?
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 # Hahtags
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?