RE: Run as a service
"William Hazelrig" <[email protected]> Wed, 2 Jun 2004 08:55:32 -0500
| Newsgroups | gmane.comp.security.zebedee.general |
|---|---|
| Message-ID | <[email protected]> |
Below are some notes and corrections regarding some of the lines of your configuration file; my comments are preceded by ## in each case. - w.h. -----Original Message----- From: zebedee-talk-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org [mailto:zebedee-talk-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org] On Behalf Of Marv cook Sent: Tuesday, May 18, 2004 7:04 AM To: [email protected] Subject: [Zebedee-talk] Run as a service 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 ## If this were needed, you would want tcpmode true, instead; ## however, it's not needed - see notes below "targethost" entry. logfile './zebedee.log' # I love log files ## Give full path, and use backslashes under Windows. 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' ## This is not active, since it's commented out. If you do ## decide to use it, use the full path, with backslashes. redirect none # Close all redirection ports ## Unnecessary and probablematic; if any redirect statement exists, ## only the ports specified as valid by at least one redirect ## statement are accepted for redirection. Also, "redirect" is ## deprecated; see the notes below the "targethost" entry. # Allows Firebird connections redirect 3050 # Firebird default port targethost localhost # target is on the same machine ## Both redirect and targethost have been deprecated since at least ## stable version 2.41 of Zebedee. Replace both of those lines, ## plus the "tcpmode true" entry suggested above in lieu of your ## "udpmode false", with the single line below, omitting the "## ". ## target localhost:3500/tcp # 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 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504