test: Verify new secure mode, and remote log to default port
It's a lot easier to debug the remote test with Wireshark if we log to the default service port on the remote host. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
@ -17,10 +17,10 @@ EOF
|
||||
|
||||
cat <<EOF > ${CONFD}/bar.conf
|
||||
# For remote logging
|
||||
*.* @127.0.0.2:${PORT}
|
||||
*.* @127.0.0.2
|
||||
EOF
|
||||
|
||||
../src/syslogd -b :${PORT} -d -n -f ${CONF} -p ${SOCK} -p ${ALTSOCK} &
|
||||
../src/syslogd -b :${PORT} -d -sn -f ${CONF} -p ${SOCK} -p ${ALTSOCK} &
|
||||
echo "$!" > ${PID}
|
||||
|
||||
sleep 2
|
||||
|
Reference in New Issue
Block a user