On 2/16/06, thesmith <[EMAIL PROTECTED]> wrote: > > Cheers for that. Is there any way I can allow access to a whole top > level network, e.g. 192.*.*.* ?
You should be able to do it in the same manner: 192.0.0.0/8 However, the above is in fact invalid if you're using those addresses on a private network. Really you should be using 10.0.0.0/8 on a private subnet. If the numbers above were just for the purposes of an example, you can ignore all this. :) Lee > > Alternatively, can I just allow access from any IP, the firewall won't > accept incoming requests anyway. > Currently there isn't any way to do this without doing it in code, and I would hesitate to add such a feature just to be on the safe side. That doesn't mean that my views match that of others however, so if you open a ticket on trac I'll try and take a look. Lee --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

