If you are hosting a server on your LAN, want other people to be able to access it over the internet, and find renting a VPS non-economical, you will need to configure port forwarding in your router, which this guide will explain in detail.
Opening up ports on your router and giving your IP address to untrusted individuals opens you up to security threats such as denial-of-service attacks which could cut off your internet access. Changing your IP address in such a case might be as simple as restarting your router, but can also require contacting your ISP's support.
192.168.x.1.
ipconfig and check for "Default Gateway"ip r | grep "default via"In a classical residential connection setup, you are assigned a unique IP address which your ISP routes to your router/gateway. Now, if any traffic comes in that's not a response to a request you sent, it will be rejected for obvious security reasons but also because in a multi-device network, it actually doesn't know where to send the traffic to. With port forwarding, you can tell your router which device to direct specific traffic to (based on protocol and port).
ipconfig and check for "IPv4 Address"ip r | grep "src"For Warframe specifically, there are a few protocol-port pairs you'll want to create rules for:
To verify your services are reachable externally, you can use a port forwarding tester. If you're getting a "closed" result:
server_host in the OpenWF/Client Config.json.It is possible that your IP address changes on a regular basis (e.g. daily), in which case you may wish to sign up for a dynamic DNS service (of which Cloudflare is not one) and configure it in your router. Then you'll just have to tell your friend(s) the hostname you have claimed for them to use as a server_host.