On 15:25 Tue 22 Feb     , Arnstein Oseland wrote:
> marcin wrote:
> >Hi
> >
> >I'm wondering if there is a tool under Linux which I can used to control
> >other programs. For instance I want to control network connections
> >making by some program (by "control" I mean logging or blocking). I know
> >that I can use (for example)
> >
> >#strace program
> >
> >and then I can watch when the program using sockets or whatever but it
> >would be nice to have such a program which is blocking connections to
> >the Internet by running
> >
> >#block-inet program
> 
> Try netbrake: http://www.hping.org/netbrake/
> 
> Use:
> > netbrake --bps 0 --limit-getc program
> 
> -Arnstein

Thanks! This is almost what I was looking for, because netbrake only
limits connections and I don't want to make connections at all but
I can change the program very easily in the way I want it to be.

Thanks a lot!
Marcin

--
[email protected] mailing list

Reply via email to