192.0.0.0/8 is certainly malformed. Though 10.0.0.0/8 isn't the only option, there are three.
The class A private network addresses are 10.0.0.0/8 The class B private network addresses are 172.16.0.0/16 through 172.31.0.0/16 (or 172.16.0.0/12) The class C private network addresses are 192.168.0.0/16 Same with Lee, if it was just an example ignore me too. :) Travis Bradshaw On 2/16/06, Lee McFadden <[EMAIL PROTECTED]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---

