I was kinda confused where to post this, if i have picked wrong sections ... plz move this to right one.
I was thinking on how to make my server a bit more secure and got this idea....
Oper Port
what if special port is defined in unreal conf only those can be used to oper up. Like if port 6667-7000 is open for client connection, then there can be 1 or 2 ports like 4432 & 9969 can be there aswell but only clients connecting in those ports can use oper. not all clients connecting from normal ports. Then i think it will be more secure.
An Idea
An Idea
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
1) Thats security through obscurity, which we all know, is no security at all
2) I will portscan your IRCd, and learn that port.
4) 3 does too exist.
5) Wont make you more secure: See 1-4, then use oper hosts, or ssl client certificates.
2) I will portscan your IRCd, and learn that port.
4) 3 does too exist.
5) Wont make you more secure: See 1-4, then use oper hosts, or ssl client certificates.
Why the hell can't my signature be empty?
"Your message contains too few characters."
"Your message contains too few characters."
Jason .. how do u do port scan if i block stats for users ? yes using oper host but now every ip's having proxy, u cant claim ur ip is unique. still i thot it would help , if it doesnt ... my bad i just tried to help
thx
-=GouroB=-
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
https://www.shunno.info
Your complete web Solution
Irc.BanglaCafe.com
LargesT Chat server in BanglaDesH
-
Stealth
- Head of Support
- Posts: 2085
- Joined: Tue Jun 15, 2004 8:50 pm
- Location: Chino Hills, CA, US
- Contact:
Code: Select all
oper Stealth {
from { userhost *@stealth's.special.host; };
password "certs/stealth.cert.pem" { sslclientcert; };
maxlogins 2;
flags monkeys;
};