Menu

#37 Ports randomly close?

v1.0_(example)
closed
None
1
2015-04-11
2014-12-21
Anonymous
No

After a certain time. Around 1 day. Or so. My ports randomly close? I think when my internet disconnects the ports decide to close. But I'm not 100% sure. Is there anyway to stop ports in the gateway service from closing?

Discussion

  • Christoph

    Christoph - 2014-12-27
    • assigned_to: Christoph
     
  • Christoph

    Christoph - 2014-12-27

    You could create a cron job on your computer that regularly updates the port forwarding using PortMappers command line interface (see https://github.com/kaklakariada/portmapper).

    java -jar PortMapper-1.9.6.jar -a <ip> <port> <external_port> <protocol>
    

    or if you want to forward to the local host:

    java -jar PortMapper-1.9.6.jar -r <port> <protocol>
    
     

    Last edit: Christoph 2014-12-27
  • Christoph

    Christoph - 2015-04-11
    • status: open --> closed
     

Anonymous
Anonymous

Add attachments
Cancel