On Tue, Aug 26, 2003 at 03:48:58PM +0200, abel wrote: Use your real name in postings. Use plain text in postings.
> I'm developing a GUI front-end in Windows to manage a linux box, but > I'm not sure how to connect this GUI with the linux box. > > I mean, for instance, I want manage: > > -- Stop iptables, > -- Start iptables, > -- Flush a iptables configuration, > -- etc, .... > > Is there any protocol which control this ? > or does anyone have any suggestion ? Use SSH if you definitely need to run shell scripts from other machines. You could also hook up RPC calls, write your own daemon on Linux etc. Christoph -- ~ ~ ".signature" [Modified] 3 lines --100%-- 3,41 All

