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

Send traffic arriving through a public ip to a port udp to another public ip same port

Hello, a week I'm trying to redirect the following causes:

Public Ip 201.217.132.180 to UDP port 8023 -----> Public IP 35.34.200.45 to the same UDP port 8023

But I can not forward the traffic of that or any other port to this other public ip.

Any idea, thanks.

 

CR100ia



This thread was automatically locked due to age.
Parents
  • Hi Alejandro,

    I am not able to understand your question, could you please tell me what are you trying to achieve with this kind of setup?

    Thanks

  • To my ip public arrives traffic of communicators GPRS I want to forward this traffic outside my network to another public ip.

  • I think you need a static route to forward the traffic to a particular destination. Log in to the XG's UI and go to Routing | Static route, in the configuration section:

    • Destination IP/Prefix- Specify the destination IPv4 or IPv6 address and select the prefix of subnet mask from the drop-down list.
    • Gateway- Specify the gateway IPv4 or IPv6 address if the traffic is to be routed to a next hop router. The gateway address specifies the next-hop router to which traffic will be routed.
    • Interface- Select an interface from the drop-down list that will route the traffic.
    • Distance- Specify the distance for routing.

    Thanks,

Reply
  • I think you need a static route to forward the traffic to a particular destination. Log in to the XG's UI and go to Routing | Static route, in the configuration section:

    • Destination IP/Prefix- Specify the destination IPv4 or IPv6 address and select the prefix of subnet mask from the drop-down list.
    • Gateway- Specify the gateway IPv4 or IPv6 address if the traffic is to be routed to a next hop router. The gateway address specifies the next-hop router to which traffic will be routed.
    • Interface- Select an interface from the drop-down list that will route the traffic.
    • Distance- Specify the distance for routing.

    Thanks,

Children