Public ip address for port forwarding in jetson orin

Is there any way we can change the private ip address/WAN address of jetson orin to public static ip address ? My use case scenario is that I’m trying to do port forwarding and for that the WAN address and the public IP address should be matched for the particular ports to be open and send a live stream to one of those ports using the public IP address.

Your router is what does that. The Jetson only sets up the IP which the router tells it to. If you really want your Jetson to be facing the Internet without some sort of proxy setup, then you probably have to pay more to your ISP and have your modem put into bridging mode. You would end up paying for each IP address if the ISP supports it. Many ISPs will do this only if you have a commercial account (part of the “costs more”).

Setting up individual ports with a given protocol is the realm of proxy. This is done mostly in the router if you have admin access. Some routers from an ISP won’t allow this because it means you are operating a server, and they want more money for that. This is its own topic just because of how different ISPs deal with this in combination with hardware and third party dynamic DNS providers.

FYI, the Jetson is no different with this than is any other Linux host. If you find information on the Internet for DDNS or proxy and port forwarding, then it is more or less the same on the Jetson.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.