You need a new security rule

News & Discussion related to Computers, electronics and Science.
Anach
Modder Moderator
Modder Moderator
Posts:3211
Joined:Sun Feb 23, 2003 2:11 pm
Location:Hobart
Contact:
You need a new security rule

Unread post by Anach » Tue Mar 25, 2003 11:39 pm

press F7 and add the new rule for tas

203.113.244.*
and old ones should be

210.15.196.*
210.15.195.*

otherwise ya wont get those sources
Use of undefined constants causes assumptions!

Myst
Coding Support
Coding Support
Posts:60
Joined:Sun Feb 23, 2003 2:04 pm
Contact:

Unread post by Myst » Wed Mar 26, 2003 12:02 am

Maybe this is why I was only getting 4 ppl at a time =)

Porkster
Fecund Drongo
Fecund Drongo
Posts:329
Joined:Mon Feb 24, 2003 2:37 am
Location:New Town
Contact:

Unread post by Porkster » Wed Mar 26, 2003 12:27 am

Thanks Anach. I have updated other areas now.

Myth, not sure how long this new IP has existed. Telstra have been doing upgrades for the past few weeks though. I hope you correct your problem of being limited.

Jimbo will be soon updating the Pre Compiled installer. He said there should be some really good additions in the new client updater.

Porkster
Fecund Drongo
Fecund Drongo
Posts:329
Joined:Mon Feb 24, 2003 2:37 am
Location:New Town
Contact:

Unread post by Porkster » Wed Mar 26, 2003 2:10 am

here is the rule's XML

Code: Select all

<?xml version="1.0"?>
<security xmlns="http://www.shareaza.com/schemas/Security.xsd">
<rule address="203.113.244.0" action="accept" type="address" mask="255.255.255.0" comment="Netspace-Tassy DSL Range 9"/>
</security>


Once Imported, the rule should look like this.

Code: Select all

<?xml version="1.0"?>
<security xmlns="http://www.shareaza.com/schemas/Security.xsd">
<rule address="203.113.244.*" action="accept" type="address" mask="255.255.255.0" comment="Netspace-Tassy DSL Range 9"/>
</security>


rule address="203.113.244.*" is changed by client.

.

Porkster
Fecund Drongo
Fecund Drongo
Posts:329
Joined:Mon Feb 24, 2003 2:37 am
Location:New Town
Contact:

Unread post by Porkster » Thu Mar 27, 2003 12:40 pm

Another IP range...

IP Template 203.113.245.0 Mask 255.255.255.0 Desc Netspace-Tassy DSL Range 10

Code: Select all

<?xml version="1.0"?>
<security xmlns="http://www.shareaza.com/schemas/Security.xsd">
<rule address="203.113.245.0" action="accept" type="address" mask="255.255.255.0" comment="Netspace-Tassy DSL Range 10"/>
</security>

Anach
Modder Moderator
Modder Moderator
Posts:3211
Joined:Sun Feb 23, 2003 2:11 pm
Location:Hobart
Contact:

Unread post by Anach » Fri Apr 11, 2003 9:31 pm

and maybe another one 203.20.58.* not sure
Use of undefined constants causes assumptions!

Post Reply