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

Outbound UDP open same port UDP inbound?

Strait forward setup with one dynamic external IP and Masquerading of clients on one internal network.  Do outbound UDP packets from internal clients automatically open up the same port number UDP for return packets?

Does this need a packet filter?  What should it look like for any outgoing UDP port.

Thanks  


This thread was automatically locked due to age.
Parents
  • What are you trying to do here ? Can you give some more information.   
  • I am setting up VOIP.  The two way audio streams transfer on random UDP ports above 1024.  During the call setup the two clients negotiate which port to use.  Both clients initiate outbound UDP packets at nearly the same time.  The outbound packets cause most cheap home NAT routers to open the corresponding port for incoming UDP packets to the internal client.

    This is how VOIP providers like Vonage send the RTP packets without requiring the user to set up port forwarding.  After a inactivity time-out period the routers will close the incoming UDP ports.

    I am just trying to duplicate this feature in the ASL software.


    Thanks       
Reply
  • I am setting up VOIP.  The two way audio streams transfer on random UDP ports above 1024.  During the call setup the two clients negotiate which port to use.  Both clients initiate outbound UDP packets at nearly the same time.  The outbound packets cause most cheap home NAT routers to open the corresponding port for incoming UDP packets to the internal client.

    This is how VOIP providers like Vonage send the RTP packets without requiring the user to set up port forwarding.  After a inactivity time-out period the routers will close the incoming UDP ports.

    I am just trying to duplicate this feature in the ASL software.


    Thanks       
Children
  • What about packet filters with triggers?  Most Firewalls and NAT routers support these.  A trigger packet on one port can be configured to open other ports.  Does ALS not support this?