Unreal listen in UDP port ?

These are old archives. They are kept for historic purposes only.
Post Reply
lennon
Posts: 4
Joined: Sun Sep 26, 2004 5:50 pm

Unreal listen in UDP port ?

Post by lennon »

Hi all,
by netstat output i see an UDP port listen on all ip of my machine.

Code: Select all

root@ns:/home/lennon# netstat -atnpu
................
....................
udp        0      0 0.0.0.0:32772           0.0.0.0:*                           7227/ircd
root@ns:/home/lennon#
It's normal ?

Thanks a lot.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

That's normal. It's Unreal's own DNS Resolver, it listens on a random UDP Port.
lennon
Posts: 4
Joined: Sun Sep 26, 2004 5:50 pm

Post by lennon »

ok thanks.
I can set it to listen localhost or is a good idea to blind it for only one server ip?
Post Reply