Edit: nevermind, dns I believe can only resolve names onlypcwzrd13 wrote:Well Kazade triple-checked the DNS entry and it looks fine. I'm not sure what the issue would be. The response from the DNS server gives the IP of 23.92.76.195 if that means anything. No idea where that IP comes from as it's not the one that Jial gave me.
Metropolis Street is Racer Back Online!
- Xiden
- Developer
- Posts: 2363
- Dreamcast Games you play Online: All the DC games!!
Re: Metropolis Street Racer Back Online!
Last edited by Xiden on Thu May 14, 2020 6:51 pm, edited 1 time in total.
-
- Carnage
- Posts: 617
- Dreamcast Games you play Online: Gundam
Monaco Online
Pod
Maximum Pool
Planet Ring
Pso
Toy Racer
4x4 Evo
Re: Metropolis Street Racer Back Online!
Good to know, thank youXiden wrote:Various Time Trial DLC247 wrote:And what dlc does this game offer?
- Xiden
- Developer
- Posts: 2363
- Dreamcast Games you play Online: All the DC games!!
Re: Metropolis Street Racer Back Online!
Found a solution to the issue if we want to go this route.pcwzrd13 wrote:Well Kazade triple-checked the DNS entry and it looks fine. I'm not sure what the issue would be. The response from the DNS server gives the IP of 23.92.76.195 if that means anything. No idea where that IP comes from as it's not the one that Jial gave me.
People can simply login to their pi and I can give them the IPTables route. Just tested it and it does work. Autoredirects after that point.
I'm currently consulting with Jial/PC to see if this is easiest way to handle this issue.
- pcwzrd13
- Seen Any Sailors?
- Posts: 7307
- Dreamcast Games you play Online: All of them! I'm able to connect with dial-up or broadband.
- Location: USA
- Contact:
Re: Metropolis Street Racer Back Online!
Adding an entry to dnsmasq would be easier and permanent. Just type the commend below on the Pi after logging in. It will add the DNS entry to dnsmasq.Xiden wrote: Found a solution to the issue if we want to go this route.
People can simply login to their pi and I can give them the IPTables route. Just tested it and it does work. Autoredirects after that point
Code: Select all
wget -q "dc.dreamcastlive.net/dnsmasq.conf" -O /etc/dnsmasq.conf
PSO Characters:
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964
YouTube Channel : Dreamcast Live
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964
YouTube Channel : Dreamcast Live
- Xiden
- Developer
- Posts: 2363
- Dreamcast Games you play Online: All the DC games!!
Re: Metropolis Street Racer Back Online!
Iptables can be permanent too but your method is less work so kudos hahapcwzrd13 wrote:Adding an entry to dnsmasq would be easier and permanent. Just type the commend below on the Pi after logging in. It will add the DNS entry to dnsmasq.Xiden wrote: Found a solution to the issue if we want to go this route.
People can simply login to their pi and I can give them the IPTables route. Just tested it and it does work. Autoredirects after that point
It's not the perfect solution as if the server IP ever changes, it'll have to be manually changed again but it works for now.Code: Select all
wget -q "dc.dreamcastlive.net/dnsmasq.conf" -O /etc/dnsmasq.conf

- pcwzrd13
- Seen Any Sailors?
- Posts: 7307
- Dreamcast Games you play Online: All of them! I'm able to connect with dial-up or broadband.
- Location: USA
- Contact:
Re: Metropolis Street Racer Back Online!
lol Yeah, I've had it in dnsmasq since Jial emailed me originally. That's why I didn't know the DNS redirect wasn't working. Hopefully we can figure it out but in the meantime, maybe you should add the above solution to the first post.
PSO Characters:
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964
YouTube Channel : Dreamcast Live
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964
YouTube Channel : Dreamcast Live
- Xiden
- Developer
- Posts: 2363
- Dreamcast Games you play Online: All the DC games!!
Re: Metropolis Street Racer Back Online!
Hmm unless im doing something wrong. I ran the update and verified it was in the /etc/dnsmasq.conf. But that method doesn't want to work for my pi. When I ping it it's still showing that original IP. I tried resetting as well.pcwzrd13 wrote:lol Yeah, I've had it in dnsmasq since Jial emailed me originally. That's why I didn't know the DNS redirect wasn't working. Hopefully we can figure it out but in the meantime, maybe you should add the above solution to the first post.
just run wget -q "dc.dreamcastlive.net/dnsmasq.conf" -O /etc/dnsmasq.conf right?
- pcwzrd13
- Seen Any Sailors?
- Posts: 7307
- Dreamcast Games you play Online: All of them! I'm able to connect with dial-up or broadband.
- Location: USA
- Contact:
Re: Metropolis Street Racer Back Online!
Hmmm. Try opening the file with the command below and check to make sure the entry is there.
sudo pico /etc/dnsmasq.conf
The entry should look like:
address=/ metropolis.dream-key.com/90.69.133.247
Should be under "# Add domains which you want to force to an IP address here."
sudo pico /etc/dnsmasq.conf
The entry should look like:
address=/ metropolis.dream-key.com/90.69.133.247
Should be under "# Add domains which you want to force to an IP address here."
PSO Characters:
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964
YouTube Channel : Dreamcast Live
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964
YouTube Channel : Dreamcast Live
- Xiden
- Developer
- Posts: 2363
- Dreamcast Games you play Online: All the DC games!!
Re: Metropolis Street Racer Back Online!
Yeah I see that entry in place but doesn't work for me for me for some reason. Only the iptables entry works for me.pcwzrd13 wrote:Hmmm. Try opening the file with the command below and check to make sure the entry is there.
sudo pico /etc/dnsmasq.conf
The entry should look like:
address=/ metropolis.dream-key.com/90.69.133.247
Should be under "# Add domains which you want to force to an IP address here."
Is dnsmasq something that is preinstalled?
- pcwzrd13
- Seen Any Sailors?
- Posts: 7307
- Dreamcast Games you play Online: All of them! I'm able to connect with dial-up or broadband.
- Location: USA
- Contact:
Re: Metropolis Street Racer Back Online!
Strange. Yeah dnsmasq is used by default. It's where the main DNS server is set as well.
Did you try a couple times? Sometimes for me it doesn't load the page the first time. If I try again it works.
Did you try a couple times? Sometimes for me it doesn't load the page the first time. If I try again it works.
PSO Characters:
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964
YouTube Channel : Dreamcast Live
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964
YouTube Channel : Dreamcast Live
-
- Similar Topics
- Replies
- Views
- Last post
-
- 2 Replies
- 573 Views
-
Last post by Sonic1994DC
-
- 3 Replies
- 55713 Views
-
Last post by Xiden
-
- 4 Replies
- 5951 Views
-
Last post by megavolt85
-
- 4 Replies
- 3562 Views
-
Last post by niZ
-
- 64 Replies
- 2242865 Views
-
Last post by Gamer