Hi
I've reached some problems using unrealircd. Yesterday night i saw circa 20
opened port and 20 ircd proc with netstat and ps.
I' immedialty killall ircd and all the port were closed. When i restart ircd
i see my irc+ssl port plus a random port: After a few hours I removed my
debian packages of unreal. This morning i've downloaded 3.2.6, compiled and
installed but i reached the same problem.
My port configuration is this:
listen *:3666
{
options
{
ssl;
clientsonly;
};
};
listen ::ffff:127.0.0.1:31337
{
options
{
clientsonly;
};
};
And my netstat is this
cocaina:/home/s1d/Unreal3.2/src# netstat -navelp | grep ircd
tcp6 0 0 :::4515 :::* LISTEN
0 1054701 17674/ircd
tcp6 0 0 :::3666 :::* LISTEN
0 1054702 17674/ircd
tcp6 0 0 ::ffff:192.168.1.3:4515 ::ffff:192.168.1.:65338
ESTABLISHED0 1054771 17674/ircd
unix 3 [ ] STREAM CONNECTED 1054700 17674/ircd
why 4515? and not 31337?
Before 3.2.6 i didn't exclude the possibility to be hacked and rootkited
but after recompiling 3.2.6 it seems very strange.
|