Sorry for delay. Only just saw your message.so what is ip in .sh files?
hills says public ip, and in dev9 is route ip (192.168.x.x)
this made me confuse.
I play outbreak on emu.
I found forward port setting in virtual box option, but dont know how to do.
I found dmz option in router, I need input public ip or router ip?
now all IPs changed to 192.168.0.100, its local ip in my router.
and same IP in dev9 setting, still cant connect, just a blue error screen.
i found an option name Port mapping(forward)
Intranet IP address | Intranet port | External network port | agreement
how to do on the 2 ports?
Code: Select all
Lobbyserver closes connection to :/10.0.0.203:<some random port>
thanks, it works, finally found the problem is CLR_DEV9.ini, i was following ur videoHere's a tutorial I made for the visual learners out there
https://www.youtube.com/watch?v=ZSYnMp6 ... e=youtu.be
There's a timeout about 30 minutes that occurs if you do not press any buttons while connected to a server, after which you get disconnected. I've dug around the source code, and I don't see anything handling this.
Does anyone know if this is handled by the server, or if it's handled by the client (the game itself)?
30 mins countdown: 0x2062E344Here's a tutorial I made for the visual learners out there
https://www.youtube.com/watch?v=ZSYnMp6 ... e=youtu.be
There's a timeout about 30 minutes that occurs if you do not press any buttons while connected to a server, after which you get disconnected. I've dug around the source code, and I don't see anything handling this.
Does anyone know if this is handled by the server, or if it's handled by the client (the game itself)?
That's awesome, I'm glad it was able to help!thanks, it works, finally found the problem is CLR_DEV9.ini, i was following ur videoHere's a tutorial I made for the visual learners out there
https://www.youtube.com/watch?v=ZSYnMp6 ... e=youtu.be
There's a timeout about 30 minutes that occurs if you do not press any buttons while connected to a server, after which you get disconnected. I've dug around the source code, and I don't see anything handling this.
Does anyone know if this is handled by the server, or if it's handled by the client (the game itself)?
Code: Select all
byte[] latency = {0x00,0x00,0x07,0x08,0x00,0x00,0x02,0x58};
Code: Select all
byte[] latency = {0x00,0x09,0x01,0x2C,0x00,0x00,0x02,0x58};
Awesome video! I left a commentThat's awesome, I'm glad it was able to help!thanks, it works, finally found the problem is CLR_DEV9.ini, i was following ur videoHere's a tutorial I made for the visual learners out there
https://www.youtube.com/watch?v=ZSYnMp6 ... e=youtu.be
There's a timeout about 30 minutes that occurs if you do not press any buttons while connected to a server, after which you get disconnected. I've dug around the source code, and I don't see anything handling this.
Does anyone know if this is handled by the server, or if it's handled by the client (the game itself)?
Also, with gh0stl1ne's help, my solution for "disabling" the input timeout was modifying PacketHandler.java's void send61A0() function, modifying latency's first 4 bits to be a huge number.
In my case I changed it from:(0x00000708) = 1800 seconds = 30 minutesCode: Select all
byte[] latency = {0x00,0x00,0x07,0x08,0x00,0x00,0x02,0x58};
to:(0x0009012C) = 590124 seconds = 9835.4 minutes, which is more than enough time for me (I want to bring a setup for this to conventions, where there will be times the game is unattended for a while)Code: Select all
byte[] latency = {0x00,0x09,0x01,0x2C,0x00,0x00,0x02,0x58};
If you're setting custom DNS entries in the CLR Dev9 config file as you're doing here, the in-game DNS needs to be set to 192.0.2.1 or "auto." Additionally, in the CLR Dev9 plugin settings, set both DNS 1 and DNS 2 to 192.0.2.1. Each user would need to do this on their own setup so that all the DNS calls will point to your server.hello everyone! i'm kinda new to this community even tho i have had an account for 4 years on here XD
So i have been trying to make my server work here in EU because it's a bit laggy to use what i believe is the current DNS for obsrv server 173.233.94.154: bytes=32 time=104ms
so i went ahead and hosted one on my own network, but idk if it works for other people yet and we are gonna host like a retro lan event in the upcoming months. i would appreciate if someone could give it go and check if it works
for PCSX2 in CLR_DEV9.ini
<Hosts>
<ConfigHost>
<Desc>Set DNS to 192.0.2.1 to use this host list</Desc>
<Enabled>false</Enabled>
<IP>0.0.0.0</IP>
<URL>www.example.com</URL>
</ConfigHost>
<ConfigHost>
<Desc>Outbreak Login</Desc>
<Enabled>true</Enabled>
<IP>81.224.201.111</IP>
<URL>www01.kddi-mmbb.jp</URL>
</ConfigHost>
<ConfigHost>
<Desc>Outbreak Lobby</Desc>
<Enabled>true</Enabled>
<IP>81.224.201.111</IP>
<URL>kddi-mmbb.jp</URL>
</ConfigHost>
<ConfigHost>
<Desc>Outbreak DNAS</Desc>
<Enabled>true</Enabled>
<IP>81.224.201.111</IP>
<URL>gate1.jp.dnas.playstation.org</URL>
</ConfigHost>
</Hosts>
<DNS1>192.0.2.1</DNS1>
for PS2 i think only the DNS needs to be setup to 81.224.201.111 right?
Thanks everyone who wants to give it a try
Going to put this here for now since this where the other info on this topic already is.
For those interested, here is a text file tutorial of setting up your own server using the VirtualBox image that refan988 (i think?) exported and posted earlier in this thread.
If there are any errors in my info here pls let me know and i'll amend it. I am not super knowledgeable when it comes to modern technology because this stuff was not around in common usage until long after i finished high school so bear with me. However I am usually very good at clearly explaining things in simple terms so that others can understand and hopefully easily follow.
----------------------------------------------------------------------------------------------
How to set up your own private Biohazard Outbreak server to play online
----------------------------------------------------------------------------------------------
What you need:
1. Your public IPv4 address https://www.whatismyip.com/
2. VirtualBox Manager https://www.oracle.com/virtualization/t ... loads.html
3. OutbreakServerGUI.ova https://drive.google.com/file/d/1kBbvdS ... XPxh7/view
----------------------------------------------------------------------------------------------
The best (?) order to set everything up:
Step 1
Get Your Public IPv4 address
Simply go to https://www.whatismyip.com/ and make a note of Your Public IP address xxx.xxx.xxx.xxx that is displayed.
This will be your server address just like the obsrv.org server address is 173.198.207.99
[Note: this is NOT your PC's IP address. I made this error and had to get help to correct some settings.]
----------------------------------------------------------------------------------------------
Step 2
Install VirtualBox Manager
Download from https://www.oracle.com/virtualization/t ... loads.html and install it.
----------------------------------------------------------------------------------------------
Step 3
Install the OutbreakServerGUI
Download the OutbreakServerGUI.ova from https://drive.google.com/file/d/1kBbvdS ... XPxh7/view
Click File -> Import Appliance and select the OutbreakServerGUI.ova that you just downloaded. Click Next -> Import.
It should install automatically.
----------------------------------------------------------------------------------------------
Step 4
Set up OutbreakServerGUI
Run VirtualBox Manager (if you don't still have it running) and double-click the OutbreakServer that you just installed there.
When the OutbreakServer has finished booting up you need open the file named Setup.txt and follow the instructions.
----------------------------------------------------------------------------------------------
Step 5
Set up Port Forwarding
You need to set up Port forwarding rules for Ports 443,8200,8300,8590,8690.
Go to your router/modem's settings webpage (for me typing http://mymodem into my web browser automatically takes me there, but this will probably be different for other people).
You should find your router/modem login and password noted on your physical router device so look for a sticker near the cable sockets.
The format of entering settings appears to vary considerably between ISPs (Internet Service Providers).
With mine i had to create a separate Port Forwarding rule for each of the 5 ports that need to be opened.
Some others may let you create 1 rule and you can enter all 5 port numbers separated by commas.
The rule name is whatever you want to call it (I simply named mine "OubreakServer1", "OutbreakServer2", etc)
In my case i had to enter a rule name for each port, select "TCP" from a dropdown box, enter the port number in the WLAN and LAN boxes and the IP address for your emulated RaspberryPi OutbreakServerGUI that is running in VirtualBox.
VERY IMPORTANT!!! The IP address that you use in the Port Forwarding rule/s is the VirtualBox RasperryPi IP address. Make sure you are running the server so you will see it on your router page.
This can be really confusing to know which IP address you need to put where which is why i'm trying to make this very clear!
In order to see your OutbreakServerGUI RasperryPi device IP address you need to have it running currently. It should be displayed on your mymodem home webpage i mentioned above. I think it should be the same as your PC's IP address except the last digits will be different.
Contact your particular ISP to find out how to open ports if you are like me and not technically minded.
Step 6
Playing on the Private Server
The DNS1 IP in PCSX2 CLR-DEV9 plugin needs to be set to 192.0.2.1
Do this by going to Config -> Dev9 -> Plugin settings -> Ethernet Options then uncheck the Auto box and type 192.0.2.1
There is a section of code that needs to be pasted into the CLR-DEV9.ini file in PCSX2 over <Hosts>..</Hosts>.
Replace the "xxx.xxx.xxx.xxx" in between the 2 <IP>..</IP> with your IPv4 address which you got from https://www.whatismyip.com/
NOTE!: I have pasted the code below here but it loses the TAB formating in this forum post so copy and paste it directly from this file https://mega.nz/file/qEolTaBR#8L6BBUDPC ... k1E_qnlU44
<Hosts>
<ConfigHost>
<Desc>Outbreak Login</Desc>
<Enabled>true</Enabled>
<IP>xxx.xxx.xxx.xxx</IP>
<URL>www01.kddi-mmbb.jp</URL>
</ConfigHost>
<ConfigHost>
<Desc>Outbreak DNAS</Desc>
<Enabled>true</Enabled>
<IP>xxx.xxx.xxx.xxx</IP>
<URL>gate1.jp.dnas.playstation.org</URL>
</ConfigHost>
</Hosts>
Thanks again hill73n!
Guiding me through the darkness as always.
OK I see, this totally makes sense. I'll try this tonight and report back
------------------EDIT ---------------------
It worked baby!
It was weird though, I had a direct connection to my ISP router and I couldn't even connect to obsrv.
I connected to my netgear switch which goes to my ISP router and I could connect to my server and obsrv on the first try.
Oh well, at least we're online ^_^
Hi. Sorry, but i did not set up that Raspberry Pi image. I just used the one that refan988 set up. I just configured the port forwarding (opening ports) as per my internet provider. I am not skilled in networking. I simply made a tutorial of the process that i needed to follow so others could hopefully get this working for them too.
Can you help me to become available external Internet? Share raspberry pi image
I followed the pdf instructions on my Pi4(rasbian(deb11)). Locally the DNAS validation is passing. From outside world error -626
Generally understood). We write the external address everywhere except dnsmash.conf. I could not get the server on raspberry to work on deb11. I pulled the disk image and burned it to a physical machine and tweaked the settings a bit. I would be glad if someone shares the image for PI).
Hi. Sorry, but i did not set up that Raspberry Pi image. I just used the one that refan988 set up. I just configured the port forwarding (opening ports) as per my internet provider. I am not skilled in networking. I simply made a tutorial of the process that i needed to follow so others could hopefully get this working for them too.
Can you help me to become available external Internet? Share raspberry pi image
I followed the pdf instructions on my Pi4(rasbian(deb11)). Locally the DNAS validation is passing. From outside world error -626
Generally understood). We write the external address everywhere except dnsmash.conf. I could not get the server on raspberry to work on deb11. I pulled the disk image and burned it to a physical machine and tweaked the settings a bit. I would be glad if someone shares the image for PI).
I have heard that in some countries port 53 does not permit access, but it works no problem in my country.
Users browsing this forum: No registered users and 3 guests