#Dakota G Port Forward DIagnostic
1 messages · Page 1 of 1 (latest)
I did. For reference my players are getting this
Ok, usually this is caused by your router changing your computer's local IP address. Do you remember how to access your router's configuration to check the port forwarding rule?
I do
Awesome. Open up a command prompt, run ipconfig, and check what your device's local IP is. It'll be listed as IPv4 Address. Then check if the IP for your port forwarding rule matches that
If it doesn't, update that and check if everything's working
Won't open
there it goes. cmd was being weird
unfortunately it does match. 192.168.1.6
for the 30000 port
Let's check if your OS Firewall is blocking the connection. Can you access the local invite link from another device on the same network? (Your phone connected to wifi works well for this test)
Are you using any kind of 3rd party antivirus or firewall software?
Ok, good
Navigate to Control Panel, System and Security and Windows Firewall.
Select Advanced settings and highlight Inbound Rules in the left pane.
How many rules for Foundry do you see?
Two.
Delete both and we'll set one up via powershell
Once those are deleted:
Search for Powershell in your start menu, right-click it, Run As Administrator, and run this command
New-NetFirewallRule -DisplayName 'Foundry Port' -Profile 'Any' -Direction Inbound -Action Allow -Protocol TCP -LocalPort 30000
Is the output white or red text?
whitew
Good
Name : {13dc9983-88e0-42eb-a971-acf88b0b26cf}
DisplayName : Foundry Port
Description :
DisplayGroup :
Group :
Enabled : True
Profile : Any
Platform : {}
Direction : Inbound
Action : Allow
EdgeTraversalPolicy : Block
LooseSourceMapping : False
LocalOnlyMapping : False
Owner :
PrimaryStatus : OK
Status : The rule was parsed successfully from the store. (65536)
EnforcementStatus : NotApplicable
PolicyStoreSource : PersistentStore
PolicyStoreSourceType : Local
RemoteDynamicKeywordAddresses :
In that same window, enter Get-NetConnectionProfile | Select-Object NetworkCategory. Does it say Public or Private?
Public
Aha
Enter Set-NetConnectionProfile -NetworkCategory Private
Again we want white text, not red. Let me know what color
It didn't output anything
It is.
Hmmm. Return to setup, go to Configuration, and make sure "Enable UPnP" is unchecked
Using the IP from your screenshot at the top, it looks like it's still closed 
Nothing on my end. I assume same thing for your players
CGNAT is a service used by ISPs to decrease the number of IPv4 addresses their networks use. It places an additional router outside the customer's own network and provides them with an internal IPv4 address provided by the company. This often prevents incoming connections on numerous ports.
To confirm you are affected by CG NAT, use one of the following commands:
Windows 10: open a powershell window and use the following command
tracert -h 5 (curl https://ifconfig.me/ip -UseBasicParsing); tracert 8.8.8.8
Mac/Linux: open a terminal and use the following command
traceroute -m 5 $(curl -4 ifconfig.io); traceroute 8.8.8.8
After the command has completed, please post a screenshot here with the results so a troubleshooter can interpret them.
Let's run the above and check on what's happening along your connection
(btw, no one else can see this chat right? For doxxing reasons)
We take a copy and pull it behind the scenes
Ok thank you
Do you have a second router or a wifi extender on your network?
Nope. Just my modem and router
Are they two separate devices or a combo unit?
Two devices
Ok. It's been a long day here so I'm low on brain power, I'm asking now if anyone has something else we can try
Okay. Would it be alright if we shelve this until tomorrow night, then? I'm also running low, it's been a long day and I've got some stuff going on. That okay?
Something worth trying before calling it quits, reboot the network gear.
I didn’t read the entire thread, but if you don’t own they modem/router you’ll need to use their app
And disable the value added security feature covered in the orezi
The router UI does not look like Comcast's modern routers, either it's not theirs or it's an older model.
I bought my own netgear rather than pay their fees
But if we can leave this up I'll try this in the morning
But is the gateway (modem) theirs?
Neither are theirs.
Hey sorry I haven't gotten back around to this. I'll be on tonight. My weekdays tend to be frantic.
No worries, there's always someone here to help
So i finally got around to this. But I'm at a brick wall. It seems like port forwarding in the xfinity app is only available when you have an Xfi gateway. I do not have one of those, I bought my own gateway.
unfortunately the behavior also still exists. It will not load for anyone
I am possibly the dumbest human to ever walk this earth.
I recently reinstalled windows. It caused my IP link in Foundry to change. This is why nothing we did worked last weekend. I had provided an entirely incorrect IP to join to my players.
I'm glad to hear you got it working