[fixed] PSO v2 issue (PC-DC Server Ubuntu)

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

Moderator: pcwzrd13

Draven
undertow
Posts: 29

Re: PSO v2 issue (PC-DC Server Ubuntu)

Post#31 » Sat May 06, 2017 12:11 pm

FIXED!

you must do a MASQUERADE with POSTROUTING on iptables

here is the command for console
iptables -t nat -A POSTROUTING -o ens33 -j MASQUERADE

ens33 must be your LAN interfac

Draven
undertow
Posts: 29

Re: [fixed] PSO v2 issue (PC-DC Server Ubuntu)

Post#32 » Sat May 06, 2017 1:01 pm

THIS IS MY FINALLY SCRIPT :)

#!/bin/bash

iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -t nat -F
iptables -F

echo 1 > /proc/sys/net/ipv4/ip_forward


iptables -t nat -A POSTROUTING -o ens33 -j MASQUERADE

cd /etc/mgetty
sudo mgetty -D /dev/ttyS1 -m '"" AT' &

read -n1 -r -p "Press any key to turn on the modem..." key

sudo killall -USR1 mgetty

User avatar
Strik3r91
letterbomb
Posts: 158
Contact:

Re: [fixed] PSO v2 issue (PC-DC Server Ubuntu)

Post#33 » Sun May 07, 2017 6:48 am

Nice! U said u dont know a shit about ubuntu lol!!
From love, with Russia :)

Draven
undertow
Posts: 29

Re: [fixed] PSO v2 issue (PC-DC Server Ubuntu)

Post#34 » Sun May 14, 2017 2:07 am

i have one friend, he is nice with ubuntu, i told u same, i dont know nothing about ubuntu xD

User avatar
Strik3r91
letterbomb
Posts: 158
Contact:

Re: [fixed] PSO v2 issue (PC-DC Server Ubuntu)

Post#35 » Mon May 15, 2017 7:29 pm

Draven wrote:iptables -t nat -A POSTROUTING -o ens33 -j MASQUERADE

Lol thanks exactly this line fixed my problems with AFO when i got dsconnected in lobby after "collecting game information"
Weird i didnt have this problem on ubuntu 8 crunchbang, but lately i moved to new ubuntu 16 :D
From love, with Russia :)

Draven
undertow
Posts: 29

Re: [fixed] PSO v2 issue (PC-DC Server Ubuntu)

Post#36 » Tue May 16, 2017 1:10 pm

np bro :) welcome!

  • Similar Topics
    Replies
    Views
    Last post

Return to “Online”

Who is online

Users browsing this forum: No registered users