Satanic Atheist
09-09-2003, 12:03 PM
Is it possible to block CTCP on IRC so that your local ip address and user name are not given out?
I don't particularly wish to run through a proxy, but if I could just filter out CTCP, it should stop users figuring it out.
I've searched all over the net, and I've come to two possible conclusions:
1) Use a proxy and perform some redirection tricks so it gets redirected off the internal (masqueraded) network and shows up as 192.168.1.1 or something.
2) Use IPTables to block incoming connections on port 6667 (but allow outgoing info and masq'ed info). The only problem here is that I've heard that IRC uses UDP ports and not TCP ports and UDP is a connectionless system.
Does anyone have any ideas to make this happen? My reasons for doing this are not to hide, but I really wouldn't want anyone to test my security (just in case they find a hole).
James
I don't particularly wish to run through a proxy, but if I could just filter out CTCP, it should stop users figuring it out.
I've searched all over the net, and I've come to two possible conclusions:
1) Use a proxy and perform some redirection tricks so it gets redirected off the internal (masqueraded) network and shows up as 192.168.1.1 or something.
2) Use IPTables to block incoming connections on port 6667 (but allow outgoing info and masq'ed info). The only problem here is that I've heard that IRC uses UDP ports and not TCP ports and UDP is a connectionless system.
Does anyone have any ideas to make this happen? My reasons for doing this are not to hide, but I really wouldn't want anyone to test my security (just in case they find a hole).
James