[BACK]Return to relayd.conf CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Attic/relayd.conf between version 1.1 and 1.2

version 1.1, 2007/01/31 08:32:16 version 1.2, 2007/02/13 10:16:05
Line 15 
Line 15 
 # Each table will be mapped to a pf table.  # Each table will be mapped to a pf table.
 #  #
 table webhosts {  table webhosts {
           real port http
         check http "/" code 200          check http "/" code 200
         host webhost1          host $webhost1
         host webhost2          host $webhost2
 }  }
   
 table fallback {  table fallback {
           real port http
         check icmp          check icmp
         host 127.0.0.1          host 127.0.0.1
 }  }
Line 29 
Line 31 
 # Services will be mapped to a rdr rule.  # Services will be mapped to a rdr rule.
 #  #
 service www {  service www {
         virtual ip www.example.com port http interface trunk0          virtual ip 192.168.1.1 port http interface trunk0
   
         # tag every packet that goes thru the rdr rule with HOSTSTATED          # tag every packet that goes thru the rdr rule with HOSTSTATED
         tag HOSTSTATED          tag HOSTSTATED

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2