Metropolis Street is Racer Back Online!

Online games, how to get online, and anything involving Dreamcast online can be discussed here.
User avatar
Xiden
Developer
Posts: 2363
Dreamcast Games you play Online: All the DC games!!

Re: Metropolis Street Racer Back Online!

Post by Xiden »

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.
Edit: nevermind, dns I believe can only resolve names only
Last edited by Xiden on Thu May 14, 2020 6:51 pm, edited 1 time in total.

247
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!

Post by 247 »

Xiden wrote:
247 wrote:And what dlc does this game offer?
Various Time Trial DLC :)
Good to know, thank you

User avatar
Xiden
Developer
Posts: 2363
Dreamcast Games you play Online: All the DC games!!

Re: Metropolis Street Racer Back Online!

Post by Xiden »

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.
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.

I'm currently consulting with Jial/PC to see if this is easiest way to handle this issue.

User avatar
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!

Post by pcwzrd13 »

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
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.

Code: Select all

wget -q "dc.dreamcastlive.net/dnsmasq.conf" -O /etc/dnsmasq.conf
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.
PSO Characters:
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964

YouTube Channel : Dreamcast Live

User avatar
Xiden
Developer
Posts: 2363
Dreamcast Games you play Online: All the DC games!!

Re: Metropolis Street Racer Back Online!

Post by Xiden »

pcwzrd13 wrote:
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
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.

Code: Select all

wget -q "dc.dreamcastlive.net/dnsmasq.conf" -O /etc/dnsmasq.conf
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.
Iptables can be permanent too but your method is less work so kudos haha :D

User avatar
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!

Post by pcwzrd13 »

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

User avatar
Xiden
Developer
Posts: 2363
Dreamcast Games you play Online: All the DC games!!

Re: Metropolis Street Racer Back Online!

Post by Xiden »

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.
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.

just run wget -q "dc.dreamcastlive.net/dnsmasq.conf" -O /etc/dnsmasq.conf right?

User avatar
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!

Post by pcwzrd13 »

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."
PSO Characters:
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964

YouTube Channel : Dreamcast Live

User avatar
Xiden
Developer
Posts: 2363
Dreamcast Games you play Online: All the DC games!!

Re: Metropolis Street Racer Back Online!

Post by Xiden »

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."
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.

Is dnsmasq something that is preinstalled?

User avatar
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!

Post by pcwzrd13 »

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.
PSO Characters:
Teal'c - lvl 119 HUcast - GC# 11666
Alto - lvl 39 FOnewm - GC# 12964

YouTube Channel : Dreamcast Live

  • Similar Topics
    Replies
    Views
    Last post