Run as a service
"Marv cook" <[email protected]> Tue, 18 May 2004 08:04:25 -0400
| Newsgroups | gmane.comp.security.zebedee.general |
|---|---|
| Message-ID | <[email protected]> |
Hi all, As a new user, I can not get Zebedee to run as a service on a Windows 2000 advanced server. I am using the following config file: verbosity 2 # Message type server true # Server Mode detached true # Free from console udpmode false # we don't need UDP logfile './zebedee.log' # I love log files keygenlevel 2 # Key level # To validate private keys, as mention on the next chapter # comment out the next line and use the file name you want #checkidfile './clients.ids' redirect none # Close all redirection ports # Allows Firebird connections redirect 3050 # Firebird default port targethost localhost # target is on the same machine # Some other parameters compression zlib:9 # maximum zlib compression keylength 256 # 256 bits keys keylifetime 36000 # share keys last for 10 hours maxbufsize 16383 # Maximum buffer length Any thoughts on what I am doing wrong? Thanks Marv