This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Remote control through NAT

I'm using a program to remotly use my home computer from work. It uses port 4899, but I cant get it to work. This is how I set up my Astaro...

Astaro 

Network:R_admin_client 192.168.10.101 255.255.255.255 
Service: R_admin tcp 1024:65535 4899

DNAT/SNAT 
Source:Any 
Destination: external interface
Service:R_admin 
Change Dest: R_admin_client

Packet Filter 
From: Any 
To: R_admin_client 
Service: R_admin 
Allow 

Do I have to do something else with rules or services??
The remote program only uses one port (I've searched through the manual of the program and came up with this) and through a 128 bit crypt.   


This thread was automatically locked due to age.
Parents
  • Do you control the firewall at your work place? Are you sure that port is actually getting to your firewall at home? Check the live logs on the astaro see if you ever see the connection hit the box or not.  
  • You can do the same trick I suggested on another post just now: telnet external interface 4899, and see if it comes back right away with a reset or if it sits there for a while trying to negotiate the connection. This is not conclusive, because some firewalls will 'blackhole' a socket connection and humor you with a timeout. But if you come back with a quick reset, you know it's not getting to where it's going.

    If it turns out to be firewalling at the workplace, remap to 80 (if you're not hosting a web server; if you are, use another well known port that you're not using that is unlikely to be firewalled at work). OK, enough 2600 tips for now...
      
Reply
  • You can do the same trick I suggested on another post just now: telnet external interface 4899, and see if it comes back right away with a reset or if it sits there for a while trying to negotiate the connection. This is not conclusive, because some firewalls will 'blackhole' a socket connection and humor you with a timeout. But if you come back with a quick reset, you know it's not getting to where it's going.

    If it turns out to be firewalling at the workplace, remap to 80 (if you're not hosting a web server; if you are, use another well known port that you're not using that is unlikely to be firewalled at work). OK, enough 2600 tips for now...
      
Children