Alright here is the problem: the creators of a quite popular flash-based game have asked me to port their game to Android. They are not interested in any other platforms so we don't need to be worrying about iOS or PC. They want the best performance on just Android (I guess that's the point of porting a flash-based game. They could have just went…
hello i am trying to bind multiple applications running on different pc's across a single lan network is it a good idea when all applications are receiving on same port and sending at same port for example.
app1 (receiving at 10000 port , sending at some ip2 and 10000 port)
app2 (receiving at 10000 port , sending at some ip1 and 10000 port)
…
My network currently looks like this (simplified):
Note that Router #2 is connected to the LAN interface of Router #1. This should be familiar to anyone who has seen a standard static-IP setup with an additional firewall for a residence or other small building. Router #1 is actually my cable gateway, but since it is a fully functional…
Can you see what I'm doing wrong? On Ubuntu Server 9.1, I'm attempting to allow traffic on port 1143 for a non-privileged IMAP host.
Connection is refused when testing with
telnet example.com 1143
but connection is allowed testing with
telnet example.com 80
from my pc to remote internet hosted server. Both rules appear…
Hello,
I want to limit connections number per ip on specific port.
Should I use some firewall or anything else?
Advice please.
P.S. Port doesn't have to be port80, or 3389. It can be any port
I'm running a web server on port80 and another on port 87.
I would like to use DNS so that www.example.com goes to port 87.
How can I accomplish this using DNS only?
Canonical Question: This question was originally asking about running IIS and Apache on the same server, but the same concepts can be applied to any…
Hi I had trouble but I finally port forwarded 21-23 and thus got SSH working on my Ubuntu machine.
If I want to do other things with it such as FTP, should I just port forward 1-10000 so I don't have to worry about port forwarding each individual port? What are the advantages/disadvantages of this?
Hi,
I am developing an application in Netbeans, and it is using JavaDB. I can connect to it and execute queries without issues, but for some reason, the "Output - JavaDB Database Process" pane within Netbeans keeps displaying
Security manager installed using the Basic server security policy.
Could not listen on port 1527…
Hi,
I am trying to make a FTP client in c#. I found a class that support basic FTP commands on http://msdn.microsoft.com/en-us/library/system.net.webrequestmethods.ftp_members.aspx.
on the list, PORT command is missing.
How do I use PORT command in c#?
I recently install Ubuntu 13.10, but I had several difficulties on installing several programs from 'Ubuntu Software Center'. I tried to update the repositories but I get the follow result (the * are mine since I cant put more than 2 links):
Ign http*://security.ubuntu.com saucy-security InRelease
Ign…
I've installed open-ssh-server on my home computer(running Lubuntu 12.04.1) in order to connect to it from school.
This is how I've set up the sshd_config file:
# Package generated configuration file
# See the sshd_config(5) manpage for details
# What ports, IPs and protocols we listen for
#Port 22…
We have a ProCurve Switch 2810-48G (J9022A).
We need to disable auto negotiation on two ports and manually configure them to be full duplex gige ports.
From the web GUI, Configuration Tab, Port Configuration sub tab, I am only presented with the option to configure the port as Auto - 1000. I take…
Hi all,
I'm trying to deploy a Snort box in my LAN. I have a Linksys SRW248G4 and trying to configure Port mirroring so that Snort can listen everything on the network in promiscuous mode.
So in ADMIN / Port Mirroring, I have 3 things:
Source Port (e1,...e48, g1...g4)
Type (Rx, Tx, Both)
Target…
I have openSUSE 11.3 installed. I'm using the openSUSE firewall configuration mechanism (/etc/sysconfig/SuSEfirewall2). I have a http server application running on port 8080. I want the http service to be accessible using port80. I created a redirect rule usign:
FW_REDIRECT="0/0,0/0,tcp,80,8080"
…
I have openSUSE 11.3 installed. I'm using the openSUSE firewall configuration mechanism (/etc/sysconfig/SuSEfirewall2). I have a http server application running on port 8080. I want the http service to be accessible using port80. I created a redirect rule usign:
FW_REDIRECT="0/0,0/0,tcp,80,8080"
…
Is there a way to tell the difference between my ISP blocking traffic on certain ports and my NAT router/firewall blocking that traffic? The sites “Shields Up” and “Can you see me” show my ports closed or not accessible, but I assume that is primarily due to the NAT router. (Obviously, I could…
Hey guys,
On our server I have a single IP, and need to host 2 different SSL sites. Sites have different owners so have different SSL certificates, and can't share the same certificate with SAN.
So as a last resort I have modified the web application to give the ability to use a specified port…
In the Outbound Rules, I set up a rule to allow outbound connection from port 26. But, it doesn't work.
However, if I allow "all port" for this rule, this will work, but then all ports will be allowed too.
What is the reason? Is there any conflicting rule? I need to fix this as soon as…
I installed Nginx, Varnish and PHP-fpm. Then I installed PHPmyAdmin and made a virtual host for it:
server{
listen 8080;
server_name phpmyadmin.Domain.com;
access_log /var/log/phpmyadmin.access_log;
error_log /var/log/phpmyadmin.error_log;
location / {
root…
After a considerable amount of research, I have configured my postfix server to use dovecot to accept SMTPS connections over port 465 and everything works swimmingly.
Unfortunately, I forgot that, unless I listen to port 25, I'm not going to receive any e-mail from the net.
I'm…
What is this port "Acer Converter Port"? Very little information can be found on the internet. It's basically the same as miniDP? Can I connect a monitor like Dell U2713H on this one?
EDIT
From this page:…
I am trying to open port80 and 3690 for HTTP and svnserve respectively. I have Windows Firewall off, and have tried temporarily disabling Mcafee VirusScan Enterprise, to no avail. According to…