Tagged Questions
The ports tag has no wiki summary.
12
votes
5answers
5k 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 preventing ...
9
votes
2answers
2k views
How do multiple clients connect simultaneously to one port, say 80, on a server?
I understand the basics of how ports work. However, what I don't get is how multiple clients can simultaneously connect to say port 80. I know each client has a unique (for their machine) port. Does ...
8
votes
8answers
1k views
how can an application use port 80/HTTP without conflicting with browsers?
If I understand right, applications sometimes use HTTP to send messages, since using other ports is liable to cause firewall problems. But how does that work without conflicting with other ...
8
votes
2answers
5k 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 many I need.
6
votes
2answers
4k views
What is the theoretical maximum number of open TCP connections that a modern Linux box can have
Assuming infinite performance from hardware, can a Linux box support >65536 open TCP connections?
I understand that the number of ephemeral ports (<65536) limits the number of connections from one ...
6
votes
3answers
6k 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:8080. I want to remove ...
5
votes
2answers
382 views
Port to Service Name in Java?
My services file (C:\WINDOWS\system32\drivers\etc\services) has a bunch of Port to Service mappings:
echo 7/tcp
echo 7/udp
discard 9/tcp sink null
discard ...
4
votes
4answers
4k views
Getting the port name of a connected USB device
When a USB device is connected to the computer, how can I get the PORT name which it is connected using C# code.
I found many ways to find when a USB is connected, disconnected, drive letter, path, ...
4
votes
3answers
809 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 or stalled (which I ...
4
votes
5answers
9k views
Windows VPN connection ports [closed]
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 to open them. I'm ...
3
votes
3answers
3k views
Which port(s) does XMPP uses?
I´ve searched and didnt find which ports does XMPP uses.
I need to implement XMPP server and client and use XML transfer, file transfer and streaming.
Do they use different ports?? Is there a way I ...
3
votes
2answers
147 views
Ruby Mobile Ports
I'm now learning Ruby because I saw it's a very powerfull language, but now I want to know what mobile ports of Ruby we have and for what devices.
PS: I have a HTC S711, HP iPAQ Hx2, Nokia E61, Nokia ...
3
votes
4answers
253 views
How to programmtically open ports on firewall appliances?
Is there a reliable programmatic method to open ports common firewall appliances?
2
votes
0answers
44 views
Launch a child process from Java, that doesn't inherit files/ports on UNIX
This question is similar to this one that I searched.
However, in my case, I wanted to launch a sub-process from Java,where it would not inherit files/ports from the parent process (JVM). Is this ...
2
votes
0answers
183 views
Google API oauth httpd server conflicts with SABNzbd+ in Python
I'm writing a Python app that interacts with a Google API and requires user authentication via oauth2.
I'm currently setting up a local authentication server to receive an oauth2 authentication code ...
2
votes
1answer
131 views
1090mhz receiver and MySql Database
I have a 1090mhz receiver. What it receives its not very important right now. But you can have a look at it here . It outputs strings of hex data over a USB port.
So far so good. What i want to do ...
2
votes
3answers
703 views
inputstream.available() is 0 always
I have no idea of what is happening to my code. i am getting no errors and no response as well. I am writing the data to the serialport and waiting for the response by activating ...
2
votes
4answers
555 views
Java Networking “Connection Refused: Connect”
I have been trying to get a simple networking test program to run with no results.
Server:
import java.io.*;
import java.net.*;
public class ServerTest {
public static void main(String[] args) ...
2
votes
1answer
178 views
Erlang OTP I/O - A few interesting questions
I have read one of erlang's biggest adopters is the telecom indutry. Im assuming that they use it to send binary data between their nodes and provide for easy redundancy, efficiency, and parallelism. ...
2
votes
2answers
481 views
How to setup java on freebsd?
I have both Java JRE and Java JDK on a FreeBSD 7.2 box (running PFSense) from http://www.freebsdfoundation.org/downloads/java.shtml
find / -name gives me output like:
...
2
votes
8answers
195 views
What real platforms map hardware ports to memory addresses?
I sometimes see statements that on some platforms the following C or C++ code:
int* ptr;
*ptr = 0;
can result in writing to a hardware input-output port if ptr happens to store the address to which ...
2
votes
1answer
208 views
serial (and/or parallel) port communication simulation with virtual machine
I am making a windows upper filter driver for serial and parallel ports.
I want to test it in a virtual machine and I need some sort of software that can simulate communication over these ports with ...
2
votes
1answer
868 views
How do I access localhost ports on a virtual pc?
I've downloaded and installed the Microsoft Virtual PC and Windows XP mode image for testing IE6. I have several projects on localhost that I access by port numbers in my vhosts file, for example:
...
2
votes
4answers
1k views
Java: Common way to validate and convert “host:port” to InetSocketAddress?
What is the common way in Java to validate and convert a string of the form host:port into an instance of InetSocketAddress?
It would be nice if following criteria were met:
No address lookups;
...
2
votes
1answer
293 views
How to install a deprecated ports on FreeBSD [closed]
I'm looking for a way to install php 5.2.8 using ports on freebsd 7.0.
I just don't know how to choose php 5.2.8, make under /usr/ports/lang/php5 begins by fetching php-5.2.10.tar.bz2.
thx in advance ...
2
votes
2answers
636 views
Change default port when registering a new SQL 2000 server
I'm trying to register an externally hosted SQL 2000 server through Enterprise Manager which isn't on the default port and I can't see anywhere to change it within Enterprise Manager.
So, the ...
1
vote
2answers
27 views
IPC port ranges
IPC can be done via TCP/IP sockets. Which port ranges should I use for local IPC between programs under windows?
Does it matter which Windows version I'm using?
In case I'd like to be cross-platform ...
1
vote
4answers
104 views
Accessing my computer IP via port 80 does not show localhost [closed]
Firstly, I'm running Mac OS X Lion.
Secondly, I'm trying to enable my localhost site being accessible via my IP at port 80 and/or 443. I opened my ports and discovered when I access my IP, I see my ...
1
vote
4answers
84 views
Send mail works locally but not on server?
This code works locally, but when I upload it to my server on Godaddy, it does not send the e-mail. Any idea why it doesn't work on their server? What do I need to change?
try {
MailMessage mail ...
1
vote
1answer
67 views
Pros and cons to one port per client?
Referring to UDP. Some would suggest that having a single port (and thus bound socket) per client, as seen in eg. Quake III, would be better for buffering incoming streams. I'm not entirely sure I buy ...
1
vote
3answers
92 views
get list of printer ports
I'm looking for a way to list all printer ports on the current PC. I want to list them and put them into a combo box. I was going to create a list and pull that in every time the cbo must load, ...
1
vote
3answers
117 views
Identifying listening ports using Python
In translating some scripts from bash, I am encountering many uses of netstat -an to find if one of our services is listening. While I know I can just use subprocess.call or other even popen I would ...
1
vote
2answers
73 views
What are the proper security measures involved with opening a port with Python?
Consider a very basic python socket which opens up a port to the internet on the host computer and listens for incoming messages, which are displayed in a terminal.
Keeping a port wide open like this ...
1
vote
1answer
126 views
UDP Client - Open Ports?
So right now I'm using only TCP for my clients - they connect to the server, open socket and freely getting packets.
But what if I will decide to use also UDP in my game? Will they gonna have to open ...
1
vote
1answer
289 views
Set up apache to alias a nodejs application?
I have a PHP application being served through apache on port 80. I have a nodejs application running standalone on port 3000. I want to make ajax requests from the client side code generated by PHP to ...
1
vote
1answer
54 views
What are all the ports that Amazon AWS recognizes?
When I add ports to my EC2 Security group, some of them pop up automatically having the name of what they're used for (HTTP, POP3, SSH, etc...). Is there a list of all the ones Amazon recognizes, just ...
1
vote
0answers
92 views
CouchDB not accessible from the host in a VMware setup
I setup Bitnami's LAMP Stack in a VMware Workstation on windows 7 and then installed CouchDB as per the installation guide. Everything seems to work locally in the VM through SSH.
After hours of ...
1
vote
1answer
156 views
Can Rebol do this?
I'm attemtping to rewrite a C# application in Rebol to see first hand the levels of productity achievable.
I was curious to know before I jump in head first whether:
The parse function can do ...
1
vote
2answers
269 views
Privileged instruction in C
I'm having some problems with C. I am trying to program a parallel port in Windows 7 Professional x64 in VS 2010 Ultimate.
Since I do not have a parallel port, I'm using a converter from USB->Parallel ...
1
vote
1answer
234 views
How do I switch from Portupgrade to Portmaster?
I've given a FreeBSD to run a webserver and I always use Portmaster, but it's been installed with Portupgrade.
Is there any problem if I simply start using Portmaster?
1
vote
2answers
997 views
Tomcat configuration help: multiple ports not responding
My goal is to have port 80 and 81 listen and serve content from two distinct paths. I'm looking at replicating what I used to do with IIS and creating websites on specific ports.
I took the base ...
1
vote
0answers
38 views
When writting a networked application, how do I choose a good port number?
I'm writing a network application that will be using a defined port communication. Is there a best practice for picking which port number to standardize my default port on?
1
vote
1answer
127 views
Multiples domains pointing to differents ports in apache server
I am working with a web development framework which publish its applications in apache server ports:8080, 8081, 8082, etc.
For instance MyApp1 runs in localhost:8080, MyApp2 runs in localhost:8081, ...
1
vote
2answers
67 views
Linux; How do I find logs if a program I'm running uses certain ports?
I am running CentOS 5 with csf firewall. I'm running a program that can't connect to another server (using some port that is blocked by csf I presume). Where is the log file for 'ports'?
1
vote
1answer
42 views
Logs for different process
I have a situation where I need to collect logs for the process that happens. So If process1 happens, log1 should start, same with process2 and log2. Both run at the same time. So ideally, i should ...
1
vote
2answers
173 views
How to access loopback adapter from another PC on my LAN
I have installed MS Loop-back adapter and have given it a static IP: 10.10.10.9
my laptop is configured as 10.10.10.30 , and my gateway is 10.10.10.1
i can ping the loop-back NIC from my laptop, but ...
1
vote
1answer
179 views
how to switch between threads while locking a port?
static SerialPort port = new SerialPort("COM3", 57600, Parity.None, 8, StopBits.One);
thread1()
{
lock(port)
for(;;)
port.write"Hi 1";
}
thread2()
{
lock(port)
for(;;)
...
1
vote
1answer
47 views
Port confusion (breaks my .NET code)
Using netstat i found this in my list
TCP 127.0.0.1:9832 My-PC:9832 ESTABLISHED
My question is how is my local port outgoing AND CONNECTED to the same TCP port?
This is ...
1
vote
3answers
67 views
Connecting to a SQL Server on the Web
My company had a machine running SQL Server hosted by a company specializing in such. We have an .NET application that connects to it.
Recently the decision was made to bring the machine in house.
...
1
vote
3answers
285 views
Port scanning using threadpool
I am trying to run a small app that scans ports and checks to see if they are open using and practicing with threadpools. The console window will ask a number and scans ports from 1 to X and will ...