Be Excellent To Each Other
https://www.beexcellenttoeachother.com/forum/

Self hosting for Foundry VTT
https://www.beexcellenttoeachother.com/forum/viewtopic.php?f=3&t=11621
Page 1 of 1

Author:  sdg [ Sun Dec 13, 2020 16:02 ]
Post subject:  Self hosting for Foundry VTT

I have fallen at the first hurdle! I need to self host Foundry VTT to create my online gamespace for D&D and I am struggling :S

The instructions I'm trying to follow are here.

I can login to my router but when I get to this bit in the instructions:
Quote:
Note: If your DNS Servers listed the same IP address as your Default Gateway, read the following!

The DNS server (Domain Name System) server can get a bit complicated. Some router's act as an intermediary between for the actual DNS servers and your computer. If this is the case your Default Gateway will list the same IP address as the DNS Servers entry. We need to have the correct DNS Server IP addresses not the Default Gateway. You will not be able to use the Internet if we don't find out what your actual DNS servers are. There are a couple different ways to find these. The first way is to log into your router's web interface and look at your router's status page. On that page you should see an entry for DNS Servers, or Name Servers. Write down the IP addresses of these DNS Servers. Another way to find out what the correct DNS Servers to use, is to call your local Internet Service Provider or ISP. They should know the IP addresses of your DNS Servers right away. If they ask you why you need them, simply tell them you are trying to setup a static IP address on your computer. If they try to sell you a static external IP address, don't buy it. That's an entirely different thing than what you are trying to setup here.


I hit a wall. I don't see an entry on my routers status page that tells me the IP addresses of the DNS servers.

Can anyone help me make sense of this, or give me pointers, or point me toward an easier to follow tutorial?

Author:  myp [ Sun Dec 13, 2020 16:29 ]
Post subject:  Re: Self hosting for Foundry VTT

Start, run, cmd and type “tracert google.com”

The first address you see after 192.168.x.x should be the DNS server your router routes through.

Author:  sdg [ Sun Dec 13, 2020 16:33 ]
Post subject:  Re: Self hosting for Foundry VTT

Mr Chonks wrote:
Start, run, cmd and type “tracert google.com”

The first address you see after 192.168.x.x should be the DNS server your router routes through.

The default gateway and the DNS server both have the same address listed here which I think the quote above was saying isn’t right?

Author:  sdg [ Sun Dec 13, 2020 16:36 ]
Post subject:  Re: Self hosting for Foundry VTT

sdg wrote:
Mr Chonks wrote:
Start, run, cmd and type “tracert google.com”

The first address you see after 192.168.x.x should be the DNS server your router routes through.

The default gateway and the DNS server both have the same address listed here which I think the quote above was saying isn’t right?

That’s when I type in ipconfig/all

When I type in what you said it doesn’t show me a 192.168 address?

Author:  myp [ Sun Dec 13, 2020 17:14 ]
Post subject:  Re: Self hosting for Foundry VTT

Paste the output here. I want to see the IP address for the first hop outside of your home network, basically.

Author:  sdg [ Sun Dec 13, 2020 17:45 ]
Post subject:  Re: Self hosting for Foundry VTT

Mr Chonks wrote:
Paste the output here. I want to see the IP address for the first hop outside of your home network, basically.

Quote:
C:\Users\jenni>tracert google.com

Tracing route to google.com [2a00:1450:4009:81c::200e]
over a maximum of 30 hops:

1 8 ms 2 ms 2 ms broadband.bt.com [2a00:23c7:6e09:8401:ced4:2eff:fe87:2bc9]
2 5 ms 4 ms 4 ms 2a00:2302::1103:203:4cf
3 * * * Request timed out.
4 * * * Request timed out.
5 * * 17 ms 2a00:2380:3013:8000::10
6 16 ms 16 ms 16 ms 2a00:2380:13::95
7 19 ms 16 ms 16 ms 2a00:2380:2001:7000::19
8 * * * Request timed out.
9 * 19 ms * 2001:4860:0:1101::1
10 16 ms 15 ms 15 ms 2001:4860:0:1101::10
11 20 ms 17 ms 17 ms 2607:f8b0:e000:8000::6
12 17 ms 16 ms 16 ms 2001:4860::9:4001:2716
13 24 ms 18 ms * 2001:4860:0:135e::1
14 20 ms 18 ms 20 ms 2001:4860:0:1::316d
15 19 ms 17 ms 16 ms lhr48s13-in-x0e.1e100.net [2a00:1450:4009:81c::200e]

Trace complete.

Author:  DavPaz [ Sun Dec 13, 2020 18:37 ]
Post subject:  Re: Self hosting for Foundry VTT

Ooh, ipv6

Author:  Cras [ Sun Dec 13, 2020 18:56 ]
Post subject:  Re: Self hosting for Foundry VTT

Mr Chonks wrote:
Start, run, cmd and type “tracert google.com”

The first address you see after 192.168.x.x should be the DNS server your router routes through.


That's unlikely to be the case. DNS lookups are out of band, the DNS server doesn't forward traffic.

Gilly - I looked at the link you provided and couldn't see the section you highlighted, was it on that link?

You shouldn't need to do anything with DNS here, you just need to port forward. What's your router make and model? Normally port forwarding is either a one or two step process. If it's one step, you just create a firewall rule (usually under the security section) to forward incoming TCP traffic on port 30000 to your PC IP address. If it's two step, you have to create a service for TCP traffic on port 30000 and give it a name, then enable a firewall to forward that service to your PC IP address

Author:  sdg [ Sun Dec 13, 2020 19:00 ]
Post subject:  Re: Self hosting for Foundry VTT

Cras wrote:
Mr Chonks wrote:
Start, run, cmd and type “tracert google.com”

The first address you see after 192.168.x.x should be the DNS server your router routes through.


That's unlikely to be the case. DNS lookups are out of band, the DNS server doesn't forward traffic.

Gilly - I looked at the link you provided and couldn't see the section you highlighted, was it on that link?

You shouldn't need to do anything with DNS here, you just need to port forward. What's your router make and model? Normally port forwarding is either a one or two step process. If it's one step, you just create a firewall rule (usually under the security section) to forward incoming TCP traffic on port 30000 to your PC IP address. If it's two step, you have to create a service for TCP traffic on port 30000 and give it a name, then enable a firewall to forward that service to your PC IP address


I thought it was on that link but maybe I followed another link :S

I have a BT hub.

Author:  Cras [ Sun Dec 13, 2020 19:05 ]
Post subject:  Re: Self hosting for Foundry VTT

Here you go:

https://www.bt.com/help/broadband/learn ... my-bt-hub-

You want port 30000 (for both internal and external, start and end) and protocol TCP, and the 'device' should be the IP address or name of whichever machine you're running FoundryVTT on.


Once you've done all that, you can give someone the external IP of your network (using something like https://whatismyip.com) and they'll be able to put that IP address and port 30000 into the Foundry client.

Author:  myp [ Sun Dec 13, 2020 19:20 ]
Post subject:  Re: Self hosting for Foundry VTT

Cras wrote:
Mr Chonks wrote:
Start, run, cmd and type “tracert google.com”

The first address you see after 192.168.x.x should be the DNS server your router routes through.


That's unlikely to be the case. DNS lookups are out of band, the DNS server doesn't forward traffic.

Gilly - I looked at the link you provided and couldn't see the section you highlighted, was it on that link?

You shouldn't need to do anything with DNS here, you just need to port forward. What's your router make and model? Normally port forwarding is either a one or two step process. If it's one step, you just create a firewall rule (usually under the security section) to forward incoming TCP traffic on port 30000 to your PC IP address. If it's two step, you have to create a service for TCP traffic on port 30000 and give it a name, then enable a firewall to forward that service to your PC IP address

I’m just a postman mate

Author:  Zardoz [ Sun Dec 13, 2020 19:24 ]
Post subject:  Re: Self hosting for Foundry VTT

Your advice was second class.

Author:  Zardoz [ Sun Dec 13, 2020 19:24 ]
Post subject:  Re: Self hosting for Foundry VTT

I was about to say all that stuff up there but Craster did it before me.

Author:  myp [ Sun Dec 13, 2020 19:46 ]
Post subject:  Re: Self hosting for Foundry VTT

It was an unusual request. I always look for the most complicated way to solve something before eventually stumbling on the easy way

Author:  sdg [ Sun Dec 13, 2020 20:39 ]
Post subject:  Re: Self hosting for Foundry VTT

Cras wrote:
Here you go:

https://www.bt.com/help/broadband/learn ... my-bt-hub-

You want port 30000 (for both internal and external, start and end) and protocol TCP, and the 'device' should be the IP address or name of whichever machine you're running FoundryVTT on.


Once you've done all that, you can give someone the external IP of your network (using something like https://whatismyip.com) and they'll be able to put that IP address and port 30000 into the Foundry client.

How do I know which device in the list is my laptop? Can I find the MAC address or something?!

Author:  sdg [ Sun Dec 13, 2020 20:44 ]
Post subject:  Re: Self hosting for Foundry VTT

I think I found it. I've followed your instructions, which were perfectly clear, thank you! I feel like a hacker.

Giphy "hacker":
https://media2.giphy.com/media/o0vwzuFwCGAFO/giphy-loop.mp4

Author:  Cras [ Sun Dec 13, 2020 21:29 ]
Post subject:  Re: Self hosting for Foundry VTT

:D :D

Author:  Grim... [ Tue Feb 08, 2022 14:30 ]
Post subject:  Re: Self hosting for Foundry VTT

According to the email I just got from Google, this is the thread the most non-Beex people are searching for.

Hello, new viewers!

Author:  DavPaz [ Tue Feb 08, 2022 15:16 ]
Post subject:  Re: Self hosting for Foundry VTT

What sort of numbers we talking about?

Author:  Grim... [ Tue Feb 08, 2022 16:13 ]
Post subject:  Re: Self hosting for Foundry VTT

186 last month.

Author:  Doctor Glyndwr [ Wed Feb 09, 2022 21:05 ]
Post subject:  Re: Self hosting for Foundry VTT

Lol what? There are… quite a lot better places to look for this information!

Author:  MaliA [ Wed Feb 09, 2022 21:29 ]
Post subject:  Re: Self hosting for Foundry VTT

Yes, but they stay for the company

Author:  Cras [ Wed Feb 09, 2022 23:18 ]
Post subject:  Re: Self hosting for Foundry VTT

Doctor Glyndwr wrote:
Lol what? There are… quite a lot better places to look for this information!


Yeah but you only find that out after you visit

Author:  Kern [ Wed Feb 09, 2022 23:21 ]
Post subject:  Re: Self hosting for Foundry VTT

It's probably spy stuff.

Author:  Grim... [ Thu Feb 10, 2022 15:19 ]
Post subject:  Re: Self hosting for Foundry VTT

Doctor Glyndwr wrote:
Lol what? There are… quite a lot better places to look for this information!

I mean... You're the only person on Beex that can actually do something about the fact that Google thinks otherwise ;)

Author:  Grim... [ Tue Feb 06, 2024 16:47 ]
Post subject:  Re: Self hosting for Foundry VTT

Grim... wrote:
According to the email I just got from Google, this is the thread the most non-Beex people are searching for.

Hello, new viewers!

Two years on, and this is still the case.

Author:  Zardoz [ Tue Feb 06, 2024 16:59 ]
Post subject:  Re: Self hosting for Foundry VTT

Nerds.

Author:  Bobbyaro [ Wed Feb 07, 2024 18:51 ]
Post subject:  Re: Self hosting for Foundry VTT

How many so far?

Author:  Cras [ Fri Feb 09, 2024 21:53 ]
Post subject:  Re: Self hosting for Foundry VTT

It's my excellently written guidance, clearly.

Author:  Zardoz [ Sat Feb 10, 2024 0:10 ]
Post subject:  Re: Self hosting for Foundry VTT

It’s the cat gif.

Page 1 of 1 All times are UTC [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/