Greetings, we have a lot of CIDR networks. For our /16 and /24 networks, we have no problem at all with <network> or <hostadress> matches, but how does that work for CIDR addresses? We have tried both of the following options, without success: ---------- 8< ---------- <rule> <network> <match>10.11.12.128/27</match> <!-- or <match>10.11.12.128/255.255.255.224</match> --> <match_type>exact</match_type> </network> <result> <profile>base.xml</profile> <continue config:type="boolean">true</continue> </result> </rule> ---------- >8 ----------
From the server logs, I assume matching does not work (ie. the client is not discovered to be in that network): ---------- 8< ---------- "GET /ay/11.3/rules/rules.xml HTTP/1.1" 200 4200 "GET /ay/11.3/DEADBEEF HTTP/1.1" 404 293 "GET /ay/11.3/DEADBEE HTTP/1.1" 404 292 "GET /ay/11.3/DEADBE HTTP/1.1" 404 291 "GET /ay/11.3/DEADB HTTP/1.1" 404 290 "GET /ay/11.3/DEAD HTTP/1.1" 404 289 "GET /ay/11.3/DEA HTTP/1.1" 404 288 "GET /ay/11.3/DE HTTP/1.1" 404 287 "GET /ay/11.3/D HTTP/1.1" 404 286 "GET /ay/11.3/hexip-uppercase HTTP/1.1" 404 297 "GET /ay/11.3/hexip-lowercase HTTP/1.1" 404 297 "GET /ay/11.3/default HTTP/1.1" 404 292 ---------- >8 ----------
Is this supposed to work? Any help would be greatly appreciated. tty, 686f6c6d -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org