2006-03-17, 04:29 PM
normanr Wrote:The IP ranges are in the standard CIDR format. It accepts either CIDR or netmask (so for example 192.168.0.0/24 is the same as 192.168.0.0/255.255.255.0).
/100 is an invalid range, so that's what's causing it to break. If you want to include 0-255, then change the reange to be a /24.
Doh! That was it. I forgot that I hadn't fixed that change I had made. Bld 34 held my feet to the fire.... ;-) What was strange is that reinstalling bld 33 didn't fix it. Anyway, I edited the config-web.xml file and all is well.
Thanks.
P.S.
Any idea why Firefox (1.5.0.1) won't ask me to store the username and password for the config page? I looked and you haven't enabled the HTML tag to deny it. I bet it is because you are using javascript to submit the form, right?
P.P.S.
Does webadmin use a webserver built into .net? I am wondering about the security of it, as far as exposing it to the net through my firewall. I get really leery of that sort of thing and haven't done it yet with any services.