#DrizzleDude Connection
1 messages ยท Page 1 of 1 (latest)
That's just the first step. Next, can you confirm you are on Windows. Creating a thread to keep it separate
I am on windows
Cool, open up command prompt, (type cmd in the windows search bar)
Then run this command ipconfig
And paste the results here
Unknown adapter ProtonVPN TUN:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . :
IPv6 Address. . . . . . . . . . . : fdf7:b324:8de8:b94d:56e3:c5ac:ca0e:b9e4
Temporary IPv6 Address. . . . . . : fdf7:b324:8de8:b94d:f085:a75b:95dd:c82a
Link-local IPv6 Address . . . . . : fe80::3eab:af01:b12:93c1%11
IPv4 Address. . . . . . . . . . . : 192.168.1.12
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
Unknown adapter Local Area Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Ethernet adapter Bluetooth Network Connection 3:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Okay so for future reference, if you use backticks,`, you can format outputs in a much nicer way.
You just need 3 and then paste the text under them like so:
```
text goes here
```
becomes
text goes here
just makes it easier to read on Discord ๐
Now open up your router and your port forwarding rule that you set up
gotcha, i'll have to remember that thank you
And paste a screenshot here if you can ๐
DrizzleDude Connection
Oh no thats just one of the options. its a drop down list that includes
Yeah so I wouldn't use that name cause it is meant for a completely different thing. If you can make a custom service I would recommend doing so, but that isn't the source of your issue.
gotcha
Back to the issue, so everything looks okay that side. So what happens if you try to connect to Foundry using the local invite link on a different device, connected to the same wifi network as the Foundry host?
it works just fine
Wonderful, now what happens if you use the internet link on a device not connected to the same network, i.e phone on a mobile data connection
Wait you meant using the local network link right?
Nope, the internet link. So we have established a different device can connect to your instance through the local link, now we are testing what happens when a device outside your network attempts to connect to the server
okay on the machine running Foundry, can you run the following test:
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 or 11: open a PowerShell (not CMD) window and use the following command
tracert -h 5 (curl 4.ident.me -UseBasicParsing); tracert 8.8.8.8; echo Done!```
**Mac/Linux**: open a terminal and use the following command
traceroute -m 5 $(curl -s 4.ident.me); traceroute 8.8.8.8; echo Done!```
After the command has completed (it will say Done!), please post a screenshot here with the results so a troubleshooter can interpret them.
Moved up ๐
huh?
This is a public thread and the screenshot contains your public ip, so we remove those screenshots and place them in our helper channel out of the public eye ๐
Gotcha
Okay so looks like you are with comcast, which means you have to jump through a few extra hoops of theirs to get port forwarding going. What I've been told is there should be some sort of mobile app available that will let you set up the port forwarding rule
I don't have anything to hand to help but a Google search should render a YouTube video or help article
What i'm confused about then is why it worked yesterday then
Honestly routers and internet connections can work in mysterious ways, sometimes it is just dumb luck that makes it work
Well i didn't change anything with the router but i did change the rule and now its working for somereason