]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/ipfilter/l4check/l4check.conf
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / ipfilter / l4check / l4check.conf
1 #
2 # NOTE: ORDER IS IMPORTANT IN THIS FILE
3 #
4 # Interface to do the redirections on and the IP address which will be
5 # targeted.
6 #
7 interface nf0 192.168.1.1,2100
8 #
9 connect timeout 1
10 connect frequency 20
11 #
12 # If no probe string is specified, a successful connection implies the
13 # server is still alive.
14 #
15 probe string GET /\n\n
16 #probe file http.check
17 #
18 response timeout 4
19 response string <HTML>
20 #response file http.ok
21 #
22 # Here we have multiple servers, listed because that's what happens to be
23 # used for testing of connect timeoutes, read timeouts, success and things
24 # which don't connect.
25 #
26 remote server 192.168.1.2,23
27 remote server 192.168.1.2,2101
28 remote server 192.168.1.3,25
29 remote server 192.168.1.254,8000
30 remote server 192.168.1.1,9
31 #