[syslog-ng] unable to use tcp/udp forward.

User Un un@pebble.dhs.org
Tue, 15 Feb 2000 15:28:47 +0100


	Hello, 

	I am evaluating syslog-ng as we want TCP ( reliable) syslog message,
however, I am unable to comply due to strange "syntax error":

destination all
{
#	file( "/tmp/messages");			# ok
#	tcp( ip( 172.16.32.35) port( 1999));	# nok
#	udp( ip( 172.16.32.35) port( 514));	# nok
	udp( 172.16.32.35,514);			# nok
#	usertty( un);				# ok
#	program( "cat >/tmp/messges_cat");	# ok

};

all "nok" failed with error like:
/net/ts/opt/syslog-ng-1.3.14/sbin/syslog-ng -f
/net/ts/opt/syslog-ng-1.3.14/etc/syslog-ng.conf -d -v
parse error at 33
Parse error reading configuration file, exiting.

I tryed with version 1.3.14 & 1.2.3.

Thanks for any help.

S.R.