- Jul 23, 2005
- 2,070
- 0
- 0
I created a program for maintaining class list using RPC. I created the necessary files, ran rpcgen, compiled everything and we're good. I'm running the server portion on a linux box but I can't seem to figure out what port it's using to connect. If I turn the firewall off, I can connect to it from a Mac machine. But with it on, I get blocked.
So, I've tried using netstat but can't seem to get any useful data out of that. Does anyone know exactly what port is uses? I set it up in the program to use UDP rather than TCP (this is just an assignment, so nothing critical).
Any ideas would be appreciated.
So, I've tried using netstat but can't seem to get any useful data out of that. Does anyone know exactly what port is uses? I set it up in the program to use UDP rather than TCP (this is just an assignment, so nothing critical).
Any ideas would be appreciated.