Resolving port forwarding problems when setting up a Palworld server
Resolving port forwarding problems when setting up a Palworld server
I'm starting in IT but haven't covered networking yet. I've tried everything online I found, hoping it helps. My goal is to launch a Palworld server on my laptop while using Haruhost as the game server manager. I followed the port forwarding steps and even adjusted my firewall settings to let Palworld through. The Haruhost guide mentioned using a different IP for port forwarding than my public address—did you know that matters? My Linksys router is set up as the Wi-Fi hub, and Webroot is installed on my PC. I'm worried something might be blocking the connection despite everything. I checked PortCheckTool and it said no, but its shown a different public IP than the one I'm forwarding. Any advice would be really appreciated!
Explain in a fresh way. Is it similar to 111.222.333.444 (IPv4) or does it resemble 2001:db8:3333:4444:5555:6666:7777:8888 (IPv6)? You might want to check https://whatismyipaddress.com/ for more details. It’s possible others share the same IP, which would prevent you from opening or forwarding ports. If it matches a private range like 192.168.x.x, 172.16–31.x.x or 10.x.x.x, it’s not accessible on the public internet.
It uses 192.168.x.x, which isn't an IPv6 address but differs from a typical public IP. The host needs to use this range, though I'll confirm with my ISP. My public IP should stay consistent via "ipconfig" in the command prompt, as it's usually my private range.
Your public IP is only shown on the router. Therefore, running ipconfig on the laptop will display just its own IP address. You must set up port forwarding to the laptop’s private IP. On the router, assign port X to 192.168.x.x. This way, when a connection reaches that port on the router’s public address, it will redirect it to the laptop internally. Remember, 192.168.x.x falls within a private range and cannot be accessed directly from the internet.