hostmask problem!

These are old archives. They are kept for historic purposes only.
Post Reply
tzrtim
Posts: 3
Joined: Sun Oct 30, 2005 1:58 pm

hostmask problem!

Post by tzrtim »

Help! ( Spanish ISP Telefonica )

11:13 -!- elf [[email protected]]


Thats a normal User who whois me!

They can see my IP. Even with Hostmask running +x its only this isp IP's I can see ( happends on some other networks too )

How can i Mask the whole hostmask and not just the 1st part ?

like tuxxee is
[email protected]

how can i get it to view as

tuxxee@bryson-60D646D326wegw Or something like that!

Someone said about DNS ? but I dont understand what that part was.

Thanks
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

set::options::dont-resolve;

That will prevent your unreal from turning IPs into DNS names, and IPs are fully cloaked every time.
Why the hell can't my signature be empty?
"Your message contains too few characters."
tzrtim
Posts: 3
Joined: Sun Oct 30, 2005 1:58 pm

Post by tzrtim »

Thank you very much!
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

By the way

red-82-26-263

That has three parts. An IP has four.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Also, 263 is an invalid number
tzrtim
Posts: 3
Joined: Sun Oct 30, 2005 1:58 pm

Post by tzrtim »

Stealth wrote:Also, 263 is an invalid number
Yeah I know just did not want to post the real IP.


[email protected]

I know its not the full IP but, I like how (ircxpro) masks the full ISP.

Thanks Jason for the set:option::dont-resolve;

btw! is this it ?

Code: Select all

	dns {
		nameserver 127.0.0.1;
		timeout 2s;
		retries 2;
	};
	options {
		hide-ulines;
		/* You can enable ident checking here if you want */
		/* identd-check; */
		show-connect-info;
		dont-resolve;
	};
soz not sure about the ( set::options::dont-resolve;
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Thats correct. Rehash and new connections should not have their DNS resolved and their virtual hosts should be *.*.*.IP
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply