Hello, friend!
As I do not know the specific version of the device, the following uses the general version as an example.
First, you need to use the management account and password of the device to log in to the WebUI of the device.
In the navigation tree on the left, choose Advanced > WAN. In the right pane, modify the NAT type in the WAN configuration.

The following describes the NAT type parameters.
Specifies the NAT type. It can be set to Port-restricted cone NAT or Full-cone NAT. This parameter is configurable only if the NAT function is enabled.
Port-restricted cone NAT: After an internal address A is mapped to an external address B, an external host can send packets to A by sending packets to B only if A has previously sent a packet to the host. The source IP and port number in the message sent by the host must be the same as the destination IP and port number in the previous message sent by A.
Full cone NAT: After an internal address A is mapped to an external address B, any external host can send packets to A by sending packets to B.
Thanks!