Hello list,

<subject> seems to work a bit sporadic.

Then I disable main table for http-traffic, relayctl shows that my redirect is 
active and using backup table.
However traffic does not flows until I do 'relayctl reload' and then again 
'relayctl table disable 1'.

backup table directs traffic to the locally running nginx on each of two 
boxes(CARP) via "cross over" trunk0.

redirect www {
       listen on $EXT1 port $def_ext_httpport
       listen on $EXT2 port $def_ext_httpport

       tag WWW
       sticky-address

       forward to <webpool> port $int_httpport mode least-states check script 
"/etc/check_web.sh"
       forward to <web_fallback> port $int_httpport mode least-states check 
http "/" code 200
} 

pfctl -a 'relayd/*' -sr reports only rules for default main pool (<webpool>)

Any thoughts? 

//mxb

Reply via email to