Capturing Traffic of Router [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
My machine is connected to a wireless router. Is it possible to analyse packets coming and going to the router? Can I use the bridged mode for achieving this?

Use "WireShark"
Refer the below link for more info:
https://superuser.com/questions/453059/how-can-i-capture-packets-going-from-my-router-to-a-specific-server

Related

Is there a way to get notified when an IP address or website is online in linux? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I am trying to host a website and want to get notified when that url comes online.
ping -i 60 -a <IP_ADDRESS> sends an audible alarm when IP is online.

Can my neighbour see my http traffic? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
My neighbour and I are both using the same internet provider but each has its own account, landline and router.
If my neighbour monitors traffic using wireshark, would they be able to capture my traffic?
Short answer: Yes, and this is how
Long answer: this is not a Community for this...

Arduino Bluno <-> Mac/Linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I'm trying to find a way (if it's even possible) to connect a Bluno (Arduino UNO + BLE) directly to a pc/mac.
All information I find about it is to connect Bluno to the apps dfrobot provides for Android and IOS.
http://www.dfrobot.com/wiki/index.php/Bluno_SKU:DFR0267
Thanks!

Linux Command for Check Upstream and Downstream [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
Anyone know what is linux command for check upstream and downstream?
if that refers to bandwidth, check :
jnettop
There are many commands available. However i prefer to use iptraf. For more information, please visit.
http://iptraf.seul.org/2.1/manual.html

How to forward packets from PPP interface? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I hava one PPTP server(192.168.1.100/172.17.0.1), and need route all the packets(target ip is
172.17.0.11) from PPP virtual insterface to another server(10.10.1.2). so I can capture the packets
on 10.10.1.2, any suggestion? thanks!
BTW:172.17.0.1 is the vpn gateway
ip route add 172.17.0.11 via 10.10.1.2
Hope that help you.

Resources