0
votes

I'm trying to connect to my Hansoft server on my AWS server that is running Windows Server.

I've tried opening all inbound traffic to test, but that hasn't worked. I'm able to ping the server so it's there.

Hansoft servers use default port 50256.

What else could I try?

Launch-wizard-1 security group settings below.

Inbound Security rules:

  • All Traffic, All protocols, All port range, Source 0.0.0.0/0
  • RDP, TCP Protocol, Port range 3389, Source 0.0.0.0/0
  • All ICMP, All protocols, Port range N/A, Source 0.0.0.0/0

Outbound Security rules:

  • All Traffic, All protocols, All port range, Source 0.0.0.0/0
1
Can you paste your security group ruleserror2007s
Add new security rule TCP Port 50256 0.0.0.0/0error2007s
@error2007s Something else is wrong. His rule "All Traffic, All protocols, All port range, Source 0.0.0.0/0 " means its wide open.Rodrigo M
Are you sure its running? While logged into the instance, can you 'telnet localhost 50256' and get a connection? Have you tested it locally and confirms it works?Rodrigo M
@RodrigoM His rule All Traffic, All protocols, All port range, Source 0.0.0.0/0 RDP is for RDP and not TCP he needs to open the port 50256 for TCPerror2007s

1 Answers

1
votes

Try the following:

Are you sure 100% the service is running?

While logged into the instance, can you 'telnet localhost 50256' and get a connection? Have you tested it locally and confirms it works?

Disable your local firewall and anti-virus.

Have you checked the local Windows Firewall on that server? That will block you in some configurations, so you need to check that. You may need a new inbound rule there.