
Originally Posted by
Ludus
about all this open port chatting...
Anyone know a sure metod to check (open or not) the ports of a running online server of UT3?
thanks in advance anyone...
You can port scan the server if you have the proper software like so:
Code:
dissolved ~ # nmap -sU -p6000-14000 66.230.xxx.xxx
Starting Nmap 4.20 ( http://insecure.org ) at 2007-11-27 13:23 EST
Interesting ports on 66.230.xxx.xxx:
Not shown: 7998 closed ports
PORT STATE SERVICE
6500/udp open|filtered unknown
7777/udp open unknown
13000/udp open|filtered unknown
Nmap finished: 1 IP address (1 host up) scanned in 3.497 seconds
If you question was 'How do I see which ports UT3 is listening on?' then you would need access to the PC and either use netstat ('netstat -a -n -b > ports.txt') or use software such as Processexplorer to see which ports UT3.exe is binding to.
Bookmarks