[HOW TO] Open port for Driving Strikers on BBA

Online games, how to get online, and anything involving Dreamcast online can be discussed here.

Moderator: pcwzrd13

User avatar
Scrivani
Vagabond
Posts: 732
Dreamcast Games you play Online: Almost all

[HOW TO] Open port for Driving Strikers on BBA

Post by Scrivani »

You need to set port foward in order to Host games on Driving Strikers, but don't need if you are ok beeing just guest of a match.

Port: UDP 30099

Here are the options, choose one.

OPTION 1
Captura de tela 2023-07-20 235540.png
Captura de tela 2023-07-20 235921.png
Above you see basic opening port example if you have the BBA connected directly to router.
But that way you don't appear on Dreamcast Now and your dear friends won't know you're online. :lol:




OPTION 2
Below you see what is needed when using BBA Mode, having wireless connection and Dreamcast Now:

1) Here you need to open the UDP Port 30099, but this time for RaspberryPi's IP Address:
Captura de tela 2023-07-21 001328.png
Captura de tela 2023-07-21 001630.png
2) Check what IP Address Dreamcast gets from BBA Mode (is a different pattern)
Captura de tela 2023-07-21 002648.png
IP Address of my example: 192.168.2.2
3) Insert the line below on RaspberryPi to have the port forwarding rule, so just need to set once.

a)
Open eth_route.sh file
> nano eth_route.sh
Add this code in last line [change the ip for what shows for your case]:
> sudo iptables -t nat -A PREROUTING -p udp --dport 30099 -i wlan0 -j DNAT --to-destination 192.168.2.2:30099
Captura de tela 2023-07-21 014922.png
Save > Control+O
Exit > Control+X


Reboot Pi, Start BBA Mode (if is not already scheduled) and that's all, now you can host:
Captura de tela 2023-07-21 002830.png
Happy if may help:
- BBA Mode for DreamPi: https://bit.ly/3JEIuhs
- VPN Port Fowarding: https://bit.ly/3Bgw4bu
- DC Now Data Analysis: https://bit.ly/42coxXw
- DC KARA NOT DEAD AT ALL- VCD Method: https://bit.ly/3P6VePw
- Know part of BR Community: https://bit.ly/3iLXS12

User avatar
Scrivani
Vagabond
Posts: 732
Dreamcast Games you play Online: Almost all

Re: [HOW TO] Open port for Driving Strikers on BBA

Post by Scrivani »

up
Happy if may help:
- BBA Mode for DreamPi: https://bit.ly/3JEIuhs
- VPN Port Fowarding: https://bit.ly/3Bgw4bu
- DC Now Data Analysis: https://bit.ly/42coxXw
- DC KARA NOT DEAD AT ALL- VCD Method: https://bit.ly/3P6VePw
- Know part of BR Community: https://bit.ly/3iLXS12