In computer networking, a port is an application-specific or process-specific software construct serving as a communications endpoint.

learn more… | top users | synonyms

-2
votes
0answers
10 views

Iptables allow Port: 123 - CentOS [closed]

How is it possible to allow the port 123 for incoming requests in my iptables file? I'm using CentOs 5. I have already tried to edit the iptables file, but it always said some error. Can anyone ...
-1
votes
0answers
7 views

How do i use public static ip address on home pc server to get gps data via port? [closed]

How do i use public static ip address on home pc server to get gps data via port? I am running a gwt web application from eclipse.
0
votes
0answers
10 views

How to save 9600 port with macosx?

I want to liste 9600 port and save them to txt file. I can listen it with screen /dev/tty.usbmodem1411 9600 but can't save it using > read.txt How can I save this port to any txt file?
1
vote
1answer
35 views

Saving port 9600 datas in given time

I'm using Arduino and getting values from my shields and sensors. And also I send some of them to serial.println because of listening port 9600. I'm listening port 9600 and save these values to txt. ...
-1
votes
1answer
8 views

Route incoming connections from subdomain to port? [closed]

Is it possible to forward incoming connections from a specific subdomain to an internal IP at a port? I need people connecting from a.domain.com over port 25565 should be forwarded to [internal ...
0
votes
0answers
13 views

nginx external access $uri error

NGINX local address //192.168.0.14/main -> work firewall routing xxx.xxx.xxx.xxx port 1000 to 192.168.0.14 port 80 //xxx.xxx.xxx.xxx:1000/main -> dont work and no response but ...
0
votes
1answer
12 views

Use different network interfaces for different TCP ports [closed]

I have a Windows 7 client system, which has 2 network cards - wired & wireless. I am connecting to a linux system over ssh using putty & sftp clients like filezilla. My requirements is as ...
0
votes
0answers
4 views

Virtualbox access a port on host's localhost from guest as localhost (guest->host port forward)

The situation is that I try to test a webpage in IE8 (Win 7 guest OS), and for some reason I have many "http://localhost:8000" url used in development environment used in js ajax, so I cannot access ...
1
vote
3answers
35 views

Networking - Using sockets and sometimes getting ghost numbers

I created a Java networking program and every once in a while when I run (it doesn't happen all the time) it I get a ghost number, my sockets receive a number something like -16956754 (its always the ...
-1
votes
1answer
24 views

Linux: forward incoming connections from subdomain to port? [closed]

I'm currently running two minecraft servers on the same computer, and would like two separate subdomains so people don't have to connect to one with domain.com:25566. The solution I can see to this, ...
0
votes
1answer
19 views

problems connecting to port 3306 mysql workbench with XAMPP

Hive Mind: I'm a noob trying to learn the apache / mysql / php stack that is bundled with XAMPP. I'm trying to connect to the MySQL server using the MySQL workbench, but it's not working. Advice on ...
1
vote
0answers
11 views

What controls the port Silverlight will use for requesting clientaccesspolicy.xml?

My silverlight app calls our webservice, located at a different domain, using an address of the format <host>:<port>/<servicename>/<call> for example posting to ...
1
vote
1answer
30 views

Spring enabled portlet how to get portletcontext

Spring - portlets - liferay I have sample portlet which extends GenericPortlet thats why it has access to portlet context ortletRequestDispatcher dispatcher = request.getPortletSession(). ...
-1
votes
1answer
23 views

unable to see the port that i use in netstat? [closed]

i am configuring and httpd virtual-host (that mean i have two domain on the server), when i write the command netstat -anp i see the port used by the existing domain but i can't see the new port that ...
-1
votes
0answers
17 views

Local server is not using port 80 [closed]

I recently installed EasyPHP DevServer 13.1 (it's a WAMP stack) but since I didn't like the new version, I uninstalled it and then installed an older version (v12.1). The 13.1 version was working ...
-2
votes
1answer
21 views

Router blocked port 80 request from outside network [closed]

i notice that my router DD-WRT 150N blocked port 80 request. but inside network i access my site with port 80 also. i have hosted a website on my web-server placed in my office. website is register ...
-1
votes
0answers
12 views

Port 9 Security Vulnerabilities [closed]

I'm trying to set up port forwarding with my home router so that I can use Wake On LAN with a cheesy Java script that I've made to send a UDP magic packet from outside of my home network. My router ...
-1
votes
0answers
24 views

Redirecting TCP traffic from remote host to localhost [closed]

I have CentOS and I would like to redirect all TCP traffic from outside world on port 25000 to localhost on port 18000. Is this possible and if it is, how?
0
votes
0answers
22 views

Can't connect to ip with a UPnP forwarded port

I'm attempting to use the UPnPNAT Com object to automatically forward port 1127 to my local IP. I have a C# Client and Server that can connect to each other just fine over a local connection or, if I ...
0
votes
1answer
25 views

Non Port 80 Web Server and Pretty URL's

This is a "Blocked Port 80" related question, but maybe something a bit unique. I've yet to find a good answer. It's more academic than anything as I know running a production server at your house ...
-1
votes
0answers
37 views

Best Way to Port Android game to Java [closed]

I have built a 2d platforming game in android and I'm looking at porting it to java so that it can be run on PCs and I'm wondering what the easiest way to do it would be? My game doesn't rely on any ...
0
votes
0answers
13 views

convert existing (many) html pages to razor MVC view layouts

I have been asked to port an existing website all written in HTML/perl ~65 pages to ASP Razor/Layouts/views. I was asked to port all of this to Razor powered Views and partial Views. I was also ...
0
votes
0answers
17 views

Windows Server 2003 Blocking Outbound MySQL

I have a remote database with a new host which I can connect to fine from most places. However on my Windows Server 2003 box I can't seem to connect. It seems to be blocking the outbound request ...
-4
votes
0answers
15 views

ISP blocking FTP port 21 [closed]

How do I bypass ISP router that is blocking port 21? Is there any alternative port to upload my files to the hosting server?
0
votes
0answers
33 views

VB.Net - “Access to the port is denied” on form reload

I'm developing a small application for a project which communicates with a microcontroller through a serial port. Anyway, in that application, I need to reload the form at one point using form1_load. ...
0
votes
0answers
10 views

tcpdump: How to capture arrival / outgoing interface for a packet?

I would like to capture the "incoming" interface and "outgoing" interface for packets transiting through a software switch (assume it has 10 ports and I want to know which of those 10 interfaces a ...
0
votes
2answers
33 views

What does NSRunLoop do?

I read many posts about NSRunLoop, like this, this, this. But can't figure out what NSRunLoop actually does What I usually see is a worker thread wthread = [[NSThread alloc] initWithTarget:self ...
1
vote
1answer
14 views

Sending message to a specified usb keyboard when multiple keyboards are attached to usb ports

I have developed simple application that makes the keyboard act as an output device, it sends commands to the keyboard to turn on the caps lock LED. Now the problem is when two or more keyboards are ...
0
votes
1answer
19 views

VieleRETS and Rapattoni RETS Server

I am using vieleRETS as RETS client. I have all the information regarding Rapattoni RETS server such as userID, password and Agent-header. I have requested the ISP to open up the port 6103. The ...
0
votes
2answers
74 views

Replacement/porting of memset to C++ from C

I want to port C calls from a C example to a C++ example. But I'm not sure what is the right way to do this. In the memset part, what should I replace for the C++ code? static int ...
0
votes
0answers
31 views

How to change the port of JUnit debugging

I am using the Remote Java Application to debug my JUnit tests. There are two involved ports: one is for Remote Java Application, as in the pic it is 30303, which I can change in the Eclipse; the ...
0
votes
1answer
31 views

how to change port of JAX-RS services?

I code a Java EE 6 with modular JAX-RS services on jboss 7.0, spring. I find the web service port collision as jboss use port 8080 and the web service also use the port 8080. I want change my JAX-RS ...
0
votes
0answers
22 views

Check Port 80 for sites

I need to check if port 80 is up for the accessing IP. I have tried $checkport = @fsockopen($ip, $port, $errnum, $errstr, 2); //The 2 is the time of ping in secs This is giving a result. But ...
-2
votes
0answers
28 views

TcpListener without having client to connect

Most of the examples out there, will require a client to first connect to the TcpListener(server) before being able to send data. One such example would be this: ...
-2
votes
1answer
33 views

How to add email function to this php checking script? [closed]

How to add email function to send if the port isnt responding (false) to this script below ? <?php function test_port($host,$port=80,$timeout=6) { $fsock = fsockopen($host, $port, $errno, ...
0
votes
0answers
43 views

How to detect port scan?

my question is how to detect a port scanning?And This is my graduated design.I find little meterials and papers about how to implement this. Maybe some papers point Single-Source port scan detection ...
-2
votes
1answer
34 views

Making home server without port forwarding [closed]

I have created web server using WAMP on my desktop at home.Now, I want to access it outside the home. I have read that I have to forward my port to 80 (something to be done to router).But, I can't ...
0
votes
0answers
25 views

On which port number request is sent to MPNS for windows push from application server

I want to send toast push notifications to windows devices from my application server. I have received URI from the device in the form of http://db3.notify.live.net/..... I have written a java code to ...
0
votes
2answers
33 views

Using a ServerSocket without port forwarding?

This may be a stupid question, but here goes. Im writing this chat program, where there is a server, and clients that can connect to it. I want to implement private messaging into the program, but I ...
0
votes
0answers
44 views

Check a connection using InetSocketAddress

I created an Android program which test a connection to my server, but I need to check few connections through ports. My code: public void cp(View arg0) throws IOException { ...
0
votes
1answer
25 views

I get “Connection refused” when i try to use WebGoat

I try to run WebScarab and when I try to connect to "localhost/webgoat/attac" I get next message WebScarab encountered an error trying to retrieve GET http://localhost:80/webgoat/attac HTTP/1.1 ...
0
votes
1answer
41 views

Can't connect to a port, but netstat shows what port LISTENING

While trying to connect get error: "No connection could be made because the target machine actively refused it." But netstat shows: TCP 0.0.0.0:MY_PORT MY_PC:0 LISTENING ...
0
votes
1answer
19 views

Changing Port number in worpress blog

First of all I installed wamp server on port 8081 (Because there was IIS on 80). the word process was installed successfully and blog was running smoothly. Now I stopped the IIS and set the apache ...
0
votes
1answer
35 views

Broken Pipe - Cannot connect to openERP 6.0.4 server using port 8070

I have an issue whereby all clients cannot connect to openERP server 6.0.4 using port 8070. It happened sometimes in a while (4-6 months). I wonder whats the problem, I checked the network traffic, ...
0
votes
0answers
28 views

Ubuntu port forwarding to tap interface

I would migrate my webserver into a Qemu-VM that works, but i can only access the server with its local ip. So i would to forward a port from my Static Internet IP to the VM. My setup: TAP Interface ...
0
votes
0answers
44 views

Can't connect to Workflow Manager running on a separate server, works locally

I am getting the following error when trying to connect to workflow manager 1.0 cumulative update 1 installed on a windows server 2012 with visual studio running the UsingWorkflowTools sample ...
0
votes
0answers
19 views

Installing PortMidi for Cygwin in Windows 7

I'm having some difficulty getting PortMidi for work on Windows. More accurately, I'm having difficulty finding any documentation on how to get PortMidi to work in Windows, since I'm not using ...
0
votes
0answers
21 views

Omniauth with pow port issue in Rails

I'm using Omniauth in my Rails app (which is launched locally using POW). After my providers return to the callback action, I get redirect back in port 19999. I don't want to hard code the port into ...
0
votes
0answers
40 views

org.apache.tomcat.util.digester.Digester fatalError

I am having error in org.xml.sax.SAXParseException;.....Tomcat is working fine...but this error is coming i want to know meaning of this because my https is also not working i have tried everythng... ...
4
votes
1answer
54 views

Overcoming max persistent connections with different ports?

Following on from Max parallel http connections in a browser?, browsers can only have a few connections per host. I know this can be worked around using subdomains, but can I get around this by using ...

1 2 3 4 5 32