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

Multiple redirects

I currently have a dnat set up that redirects  external http requests made to our public  xx..xx.xx.xx to an internal ip (10.1.1.33).  I now have a request to port forward the following list to another internal ip:  10.1.1.149
 
udp 60689
tcp / udp  60337
Tcp  3662
Udp 3672
 
The current configuration to (10.1.1.33) has traffic on tcp port 34567 and works fine although I have not specifically defined the port. Now with the added tcp /udp forwards and another ip  in the mix believe I may need to be more specific in my configuration and I am not quite certain how to define the required definations.

Any suggestions/guidance would be appreciated.

Frank


This thread was automatically locked due to age.
Parents
  • The first thing that you need to do is to create specific service definitions for each of the ports.  Since you'll need to create multiple services, it's easiest to do so from where they all exist in WebAdmin.  Definitions and Users>>Service Definitions.  Click on the New Service definition button.  Give it a name, define the type and destination port, leave the source port as 1:65535.  Save and repeat for each service.  Now we'll get a little fancy.  Create one last new service definition.  For type choose Group and add the definitions that you created for
    udp 60689
    tcp / udp 60337
    Tcp 3662
    Udp 3672

    Now go to the NAT section of WebAdmin.  Edit your existing Nat rule for 10.1.1.33, adding the new service definition for tcp 34567 to Traffic Service.  Now create a new NAT rule for 10.1.1.149, adding the service group (which contains the definitions for the other ports) to Traffic Service.  Done.  [:)]
Reply
  • The first thing that you need to do is to create specific service definitions for each of the ports.  Since you'll need to create multiple services, it's easiest to do so from where they all exist in WebAdmin.  Definitions and Users>>Service Definitions.  Click on the New Service definition button.  Give it a name, define the type and destination port, leave the source port as 1:65535.  Save and repeat for each service.  Now we'll get a little fancy.  Create one last new service definition.  For type choose Group and add the definitions that you created for
    udp 60689
    tcp / udp 60337
    Tcp 3662
    Udp 3672

    Now go to the NAT section of WebAdmin.  Edit your existing Nat rule for 10.1.1.33, adding the new service definition for tcp 34567 to Traffic Service.  Now create a new NAT rule for 10.1.1.149, adding the service group (which contains the definitions for the other ports) to Traffic Service.  Done.  [:)]
Children
No Data