Click here to Skip to main content
15,890,506 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Software (or hardware) to monitor internet usage ? Pin
dandy7225-Feb-20 11:56
dandy7225-Feb-20 11:56 
GeneralRe: Software (or hardware) to monitor internet usage ? Pin
Mark_Wallace25-Feb-20 22:37
Mark_Wallace25-Feb-20 22:37 
GeneralRe: Software (or hardware) to monitor internet usage ? Pin
dandy7226-Feb-20 5:34
dandy7226-Feb-20 5:34 
GeneralRe: Software (or hardware) to monitor internet usage ? Pin
Mark_Wallace26-Feb-20 5:46
Mark_Wallace26-Feb-20 5:46 
GeneralRe: Software (or hardware) to monitor internet usage ? Pin
dandy7226-Feb-20 8:55
dandy7226-Feb-20 8:55 
GeneralRe: Software (or hardware) to monitor internet usage ? Pin
Mark_Wallace26-Feb-20 10:55
Mark_Wallace26-Feb-20 10:55 
GeneralRe: Software (or hardware) to monitor internet usage ? Pin
dandy7226-Feb-20 11:55
dandy7226-Feb-20 11:55 
GeneralRe: Software (or hardware) to monitor internet usage ? Pin
kalberts26-Feb-20 11:06
kalberts26-Feb-20 11:06 
I've got an unsused motherboard laying around that has two network interfaces. I am seriously considering setting that up as a transparent pipeline, simply forwarding packet from one interface to the other without changing a single bit. This would require some fairly low level programming; I couldn't do it through a socket interface. But it is certainy possible, at a reasonable level of effort.

This would be a plain single-cable-to-single-cable pipeline, invisible to either the end PC or the router. Either would transmit their packages onto the cable, with no concern for the pipeline machine. No routing/switching, just simple two-way forwarding, that would allow the pipeline machine to peek at every package it forwards. Later, as I gain experience, it could even not forward selected IP-packets. If new, unknown IP addresses where detected, as source or destination, it could inject a downstream series of packages reporting it to my PC, for me to check off "OK", "reject all traffic" or whatever action, and return to this "pipeline PC". I am sure that it would have more than enough capacity do DNS lookups to report more information with the "unknown address" report.

I really expect this to be near-trivial, once I learn to do packet forwarding (which in principle is trivial as well...). My only problem is that this project currently is #34 on my list of near-trivial hobby projects.
AnswerRe: Software (or hardware) to monitor internet usage ? Pin
RossMW25-Feb-20 7:18
professionalRossMW25-Feb-20 7:18 
GeneralRe: Software (or hardware) to monitor internet usage ? Pin
Maximilien25-Feb-20 8:01
Maximilien25-Feb-20 8:01 
GeneralRe: Software (or hardware) to monitor internet usage ? Pin
RossMW25-Feb-20 8:03
professionalRossMW25-Feb-20 8:03 
AnswerRe: Software (or hardware) to monitor internet usage ? Pin
kalberts25-Feb-20 9:29
kalberts25-Feb-20 9:29 
AnswerRe: Software (or hardware) to monitor internet usage ? Pin
RodClark25-Feb-20 21:26
RodClark25-Feb-20 21:26 
AnswerRe: Software (or hardware) to monitor internet usage ? Pin
Ed Attfield26-Feb-20 3:10
Ed Attfield26-Feb-20 3:10 
AnswerRe: Software (or hardware) to monitor internet usage ? Pin
jmussetter26-Feb-20 5:56
jmussetter26-Feb-20 5:56 
AnswerRe: Software (or hardware) to monitor internet usage ? Pin
jmussetter26-Feb-20 5:56
jmussetter26-Feb-20 5:56 
AnswerRe: Software (or hardware) to monitor internet usage ? Pin
Gerry Schmitz26-Feb-20 6:04
mveGerry Schmitz26-Feb-20 6:04 
GeneralThought of the Day Pin
OriginalGriff25-Feb-20 4:46
mveOriginalGriff25-Feb-20 4:46 
GeneralRe: Thought of the Day Pin
W Balboos, GHB25-Feb-20 5:00
W Balboos, GHB25-Feb-20 5:00 
GeneralRe: Thought of the Day Pin
Cp-Coder25-Feb-20 5:18
Cp-Coder25-Feb-20 5:18 
GeneralRe: Thought of the Day Pin
OriginalGriff25-Feb-20 5:25
mveOriginalGriff25-Feb-20 5:25 
GeneralRe: Thought of the Day Pin
Cp-Coder25-Feb-20 5:28
Cp-Coder25-Feb-20 5:28 
GeneralRe: Thought of the Day Pin
Mike Hankey25-Feb-20 6:55
mveMike Hankey25-Feb-20 6:55 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer25-Feb-20 5:29
professionalDaniel Pfeffer25-Feb-20 5:29 
GeneralRe: Thought of the Day Pin
kalberts25-Feb-20 6:00
kalberts25-Feb-20 6:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.