My adapter shows traffic on its network and its ip gateway is 192.168.11.1 and it is connected to 192.168.1.1. I want to see the traffic on 192.168.1.1. asked 31 May '16, 04:52 racing4funn edited 31 May '16, 04:53 |
One Answer:
Then you need to capture on the device with the IP 192.168.1.1 (or use a SPAN port/TAP to get access to it's physical link). answered 31 May '16, 05:15 Jasper ♦♦ the 192.168.1.1 IP is a router.. I need to go from my LAN to the LAN before my router. ISP to router 192.168.1.1 then to second router 192.168.11.1 and then to my computer 192.168.11.101 I want to see packets on the 192.168.1.1 LAN but I dont have physical access. to that LAN (31 May '16, 10:30) racing4funn Then you need to get physical access to it, otherwise you can't capture. (31 May '16, 11:29) Jasper ♦♦ |
Your question is unclear. Can you please explain the network connections, i.e.
the 192.168.1.1 IP is a router.. I need to go from my LAN to the LAN before my router.
ISP to router 192.168.1.1 then to second router 192.168.11.1 and then to my computer 192.168.11.101
I want to see packets on the 192.168.1.1 LAN but I dont have physical access. to that LAN