1
vote
3answers
80 views
what is best port for program
Which of the following ports is the best one to use for a program I'm working on using a custom protocol still under development. I'm looking for one that will be accessible to vir …
0
votes
3answers
74 views
How do I make a simple DNS server listening two ports simultaneously in python
Hi,
I'm trying to build a DNS server in python. It must listen two ports (8007 - client, 8008 - admin). The client only send an URL and receives the respective IP. The admin has p …
0
votes
2answers
81 views
Multiple programs using the same UDP port? Possible?
I currently have a small Python script that I'm using to spawn multiple executables, (voice chat servers), and in the next version of the software, the servers have the ability to …
0
votes
1answer
59 views
Get connecting IP from specified ports that using by other program.
Hi,
Does anyone know how to Get connecting IP from a specified port that is using by another program. in C#.
Thanks
1
vote
2answers
104 views
How to make a winsock listen on a particular port?
This must be really obvious, but how do I make a winsock listen to a specific port (recieve data?) I cannot find a method that lets me do so!
Sorry that this is probably so obviou …
0
votes
1answer
76 views
501 Sorry, but I won’t connect to ports < 1024 [closed]
501 Sorry, but I won't connect to ports < 1024
What does this mean? All of a sudden I can't FTP to anything.
4
votes
3answers
210 views
How to prevent network ports being left open on program crash
I took Computer Networking last semester and did some C programming in linux (using gcc) for my projects. One extremely tedious thing I kept running into was if my program crashed …
2
votes
4answers
128 views
How to programmtically open ports on firewall appliances?
Is there a reliable programmatic method to open ports common firewall appliances?
3
votes
2answers
691 views
MSDTC - how many ports are needed
I have a considerably large application that uses MSDTC. How many ports should I open? Is there any way to determine it?
EDIT: I know what ports I need to open, I don't know how m …
1
vote
2answers
116 views
What are Java’s native ways of communicating with devices directly?
What are Java's native ways of communicating with devices or ports such as LPT1, COM1, USB directly?
1
vote
2answers
174 views
Python +sockets
Hello, i have to create connecting server<=>client. I use this code:
Server:
import socket
HOST = 'localhost'
PORT = 50007
s = socket.socket(socket.AF_INET, socket.SOCK_ …
4
votes
3answers
573 views
How do I redirect from Apache to Tomcat?
I'm working on my first Java site. I'm running Apache Tomcat on port 8080, and Apache HTTPD on port 80. The current URL that I can access the site at is (for example) 123.4.5.6:808 …
5
votes
5answers
377 views
IPv6 and ports
How do ports (or their functional equivalent) work with IPv6?
Thanks! The Wikipedia article points out that the syntax of an IPv6 address includes colons and has a short form pr …
0
votes
1answer
56 views
Connecting to a remote host syntax
In c# when I use the code :
public System.IAsyncResult BeginConnect(System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state)
I declare the EndPoint with the i …
2
votes
5answers
2k views
Windows VPN connection ports.
I'm trying to connect to my workplace using a VPN connection, however I'm behind a firewall and I need to know what ports the connection will use to ask the network adiministrator …
