#Dakota G Port Forward DIagnostic

1 messages · Page 1 of 1 (latest)

mystic patio
#

You said you set up port forwarding to get your connection working before?

sturdy umbra
#

I did. For reference my players are getting this

mystic patio
#

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?

sturdy umbra
#

I do

mystic patio
#

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

sturdy umbra
#

Won't open

#

there it goes. cmd was being weird

#

unfortunately it does match. 192.168.1.6

#

for the 30000 port

mystic patio
#

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)

sturdy umbra
#

I cannot. Nor can I connect from the same device.

#

Just tried both

mystic patio
#

Are you using any kind of 3rd party antivirus or firewall software?

sturdy umbra
#

Negative.

#

For posterity, my currently forwarded ports

mystic patio
#

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?

sturdy umbra
#

Two.

mystic patio
#

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?

sturdy umbra
#

whitew

mystic patio
#

Good

sturdy umbra
#

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 :

mystic patio
#

In that same window, enter Get-NetConnectionProfile | Select-Object NetworkCategory. Does it say Public or Private?

sturdy umbra
#

Public

mystic patio
#

Aha

#

Enter Set-NetConnectionProfile -NetworkCategory Private

#

Again we want white text, not red. Let me know what color

sturdy umbra
#

It didn't output anything

mystic patio
#

That should be good then

#

Is Foundry running right now?

sturdy umbra
#

It is.

mystic patio
#

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 thinkcat

sturdy umbra
#

Enable UPnP is off

#

I just rebooted that software. Now perhaps?

#

the*

mystic patio
#

Nothing on my end. I assume same thing for your players

rose onyxBOT
#
Carrier Grade Network Address Translation (CGNAT)

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.

Confirming the presence of CGNAT

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.

mystic patio
#

Let's run the above and check on what's happening along your connection

sturdy umbra
#

(btw, no one else can see this chat right? For doxxing reasons)

mystic patio
#

We take a copy and pull it behind the scenes

sturdy umbra
#

Ok thank you

mystic patio
#

Can we get a picture of the first trace too?

#

We need both to get a full picture

sturdy umbra
mystic patio
#

Do you have a second router or a wifi extender on your network?

sturdy umbra
#

Nope. Just my modem and router

mystic patio
#

Are they two separate devices or a combo unit?

sturdy umbra
#

Two devices

mystic patio
#

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

sturdy umbra
#

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?

mystic patio
#

That's fine 🙂

#

Someone will be around tomorrow to help

loud acorn
#

You’ll need to use the Comcast port forwarding app

#

If you haven’t yet

sturdy umbra
#

Oh!

#

I have not

void salmon
loud acorn
#

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

void salmon
#

The router UI does not look like Comcast's modern routers, either it's not theirs or it's an older model.

sturdy umbra
#

I bought my own netgear rather than pay their fees

#

But if we can leave this up I'll try this in the morning

loud acorn
sturdy umbra
#

Neither are theirs.

sturdy umbra
#

Hey sorry I haven't gotten back around to this. I'll be on tonight. My weekdays tend to be frantic.

mystic patio
#

No worries, there's always someone here to help

sturdy umbra
#

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

sturdy umbra
#

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.

mystic patio
#

I'm glad to hear you got it working