Ask Your Question
0

Remote ssh connection to my Network

asked 2020-06-11 11:28:20 +0000

geffers gravatar image

Folks,

New to Wireshark, I'm not looking for an exact answer, just an understanding of what is possible.

Main machine an Ubuntu laptop, I have promiscuous mode enabled. I also have a RaspberryPi running Raspian, which is an ARM version of Debian.

The R-Pi is running an Apache server which I use to transfer files to a friend abroad. I manage the R-Pi using ssh and also connect to my friend's remote computer using ssh. When connected to the remote machine I use wget back to my network to transfer the files.

If I have a filter with the local address of my R-Pi should wireshark be able to monitor the network traffic to my P-Pi?

Geoff Lane

Geoff Lane

edit retag flag offensive close merge delete

Comments

How are your laptop and the RPi connected? Do they use a wired or wireless network?

grahamb gravatar imagegrahamb ( 2020-06-11 11:46:31 +0000 )edit

The ubuntu laptop is connected by wifi to the router and the R-Pi is connected by ethernet cable into the router.

The apache server running on the Pi is really for personal use between myself and friends, only https is available to the internet and that with password login. Appreciate could use a smaller web server but it works and am happy with it.

Geoff

geffers gravatar imagegeffers ( 2020-06-15 12:36:30 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-06-15 12:43:38 +0000

grahamb gravatar image

With your setup the Ubuntu laptop will not be able to see the traffic between the RPi and the internet as it won't be transmitted over WiFi an the router is a switch so will only send traffic to the port that requires it.

You may be able to capture traffic on the router itself, or configure the router to mirror or span the traffic on the RPi port to another port that you connect your Ubuntu laptop to, or you can capture directly on the RPi, e.g. with TCPDump.

edit flag offensive delete link more

Comments

Thank you, guess I could also have ntopng running on the Pi but will experiment with your suggestions.

Geoff

geffers gravatar imagegeffers ( 2020-06-17 16:47:33 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2020-06-11 11:28:20 +0000

Seen: 539 times

Last updated: Jun 15 '20