Swap Trick Without Swapping.
- brourke228
- Game Server Admin
- Posts: 705
- Dreamcast Games you play Online: Only PSO v2, 4x4 Evo, Quake III Arena, StarLancer, Max Pool, Planet Ring
- Location: RI
Re: Swap Trick Without Swapping.
My guess is that Dreamcast is your user login name for your PC-DC server.
On linux the PPP options file should be enough to set up your dns. On all games i use 0.0.0.0 for my dns servers in the DC-side configuration. The dns will just be forwarded to your router's IP address. Almost all routers run their own dns server, so this makes it very easy to set up.
If you want to read more about it heres the guide: http://www.ryochan7.com/blog/2009/07/11 ... iguration/
On linux the PPP options file should be enough to set up your dns. On all games i use 0.0.0.0 for my dns servers in the DC-side configuration. The dns will just be forwarded to your router's IP address. Almost all routers run their own dns server, so this makes it very easy to set up.
If you want to read more about it heres the guide: http://www.ryochan7.com/blog/2009/07/11 ... iguration/
- Gary_b
- Quantic Dream
- Posts: 1834
- Dreamcast Games you play Online: all of them
- Location: michigan
- Contact:
Re: Swap Trick Without Swapping.
i really should give linux another try. i have ubuntu set up on a 40 gig drive but i never use it.
- brourke228
- Game Server Admin
- Posts: 705
- Dreamcast Games you play Online: Only PSO v2, 4x4 Evo, Quake III Arena, StarLancer, Max Pool, Planet Ring
- Location: RI
Re: Swap Trick Without Swapping.
Ubuntu 8.10 works great if you ever want try it on linux.Gary_b wrote:i really should give linux another try. i have ubuntu set up on a 40 gig drive but i never use it.
-
- Rank 9
- Posts: 950
Re: Swap Trick Without Swapping.
The weird part was this:brourke228 wrote:My guess is that Dreamcast is your user login name for your PC-DC server.
On linux the PPP options file should be enough to set up your dns. On all games i use 0.0.0.0 for my dns servers in the DC-side configuration. The dns will just be forwarded to your router's IP address. Almost all routers run their own dns server, so this makes it very easy to set up.
If you want to read more about it heres the guide: http://www.ryochan7.com/blog/2009/07/11 ... iguration/
ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
Also, would the latest Ubuntu Linux work well, for the server? (10.04)
- Gary_b
- Quantic Dream
- Posts: 1834
- Dreamcast Games you play Online: all of them
- Location: michigan
- Contact:
Re: Swap Trick Without Swapping.
could use an audio file instead of real dial tone.Hobofreak wrote:Well I tried it and it worked. The only problem is it kept my phone line busy so I couldn't leave it plugged in. So I might as well keep using the swap trick.
i have that one on disc. i also have 9 something, i think? the one thats already on the HDD has been updated to about 6 months ago. so what ever version that would be?brourke228 wrote:Ubuntu 8.10 works great if you ever want try it on linux.Gary_b wrote:i really should give linux another try. i have ubuntu set up on a 40 gig drive but i never use it.
i also have a P3 system thats running a newer version of linux. i should try to use that one first. that way i can jump right into things once im ready
- brourke228
- Game Server Admin
- Posts: 705
- Dreamcast Games you play Online: Only PSO v2, 4x4 Evo, Quake III Arena, StarLancer, Max Pool, Planet Ring
- Location: RI
Re: Swap Trick Without Swapping.
Well I've been told that mgetty does not work as well on newer versions of ubuntu and also that there are some port issues. 8.10 works just as well as any newer version of ubuntu so you might as well save yourself the effort. It is very easy to set the server up in that version. Also when you are going through that guide it does not mention this, but it is helpful to install gnome-ppp . I don't know how familiar you are with ubuntu but to do this just open up a terminal and type:
Then to start it type:
Go to "setup" then "detect" and this will tell you if your modem is set up properly and also its device name which you must know for configuring the server.
Code: Select all
sudo apt-get install gnome-ppp
Code: Select all
gnome-ppp
- Hobofreak
- Sasquatch
- Posts: 536
- Dreamcast Games you play Online: Quake III Arena
Maximum Pool
PSO V1
PSO V2 - Location: Ohio, USA
Re: Swap Trick Without Swapping.
How do I do that?Gary_b wrote:could use an audio file instead of real dial tone.Hobofreak wrote:Well I tried it and it worked. The only problem is it kept my phone line busy so I couldn't leave it plugged in. So I might as well keep using the swap trick.

PSO Character
Name: Taz
Level: 26
Type: HUcast
ID: BLUEFULL
Version: 2
- Gary_b
- Quantic Dream
- Posts: 1834
- Dreamcast Games you play Online: all of them
- Location: michigan
- Contact:
Re: Swap Trick Without Swapping.
i wrote a bunch about it over at OC. here is the bulk of it. if you want to read more its in the support section under PC-DC server.
i was able to use a recording of dial tone to trick my Dreamcast into thinking it was connected to a phone line. this worked good for the swap trick. you can use any audio player to trick it. in my case i am using a wav recording. i connected a headphone jack to a phone cord and ran the audio through my PC speakers to my DC. you could use an MP3 player the same way i am using my PCs audio. if you do not have a MP3 player and cannot use a PC, use any recording device that you can play the audio back with. you will need to connect the red and green wires of the phone cord to the devices audio output.
the green one should be your positive (+). hook the red to your ground (-). i really don't think it would matter to much if someone accidentally hooks them up wrong. it would kinda be like hooking a speaker up backwards to an amp.
when you use this trick just make sure you have enough sound. i turn my volume up to about half way. each persons device might output a different amounts of audio, so this will be trial and error.
one last thing. if for some reason you hook the phone cord directly to a amplifier. do not turn the volume up very high. the reason i need to turn mine up half way is because I'm using headphones. for example if your crazy enough to splice the phone cord and plug the red and green wires into your home stereo systems speaker outputs. you will be running a shit load of power to your Dreamcsts modem. THIS IS NOT GOOD. i would not recommend that you try this. if for some reason you do try this, make sure the volume is turned way down. you won't need that much audio!!!
-
- Rank 9
- Posts: 950
Re: Swap Trick Without Swapping.
Darn, I already installed 10.04 and ran the update manager.brourke228 wrote:Well I've been told that mgetty does not work as well on newer versions of ubuntu and also that there are some port issues. 8.10 works just as well as any newer version of ubuntu so you might as well save yourself the effort. It is very easy to set the server up in that version. Also when you are going through that guide it does not mention this, but it is helpful to install gnome-ppp . I don't know how familiar you are with ubuntu but to do this just open up a terminal and type:Then to start it type:Code: Select all
sudo apt-get install gnome-ppp
Go to "setup" then "detect" and this will tell you if your modem is set up properly and also its device name whichCode: Select all
gnome-ppp
u must know for configuring the server.
I will download and burn 8.10.
EDIT: I actually have the Disc version of Ubuntu 8.10 that they can mail you. This will be much easier!
EDIT2: I am going to make my replys in the Linux thread, because this thread got derailed majorly
-
- Rank 9
- Posts: 950
Re: Swap Trick Without Swapping.
Darn, it said, no modem device detected.brourke228 wrote:Well I've been told that mgetty does not work as well on newer versions of ubuntu and also that there are some port issues. 8.10 works just as well as any newer version of ubuntu so you might as well save yourself the effort. It is very easy to set the server up in that version. Also when you are going through that guide it does not mention this, but it is helpful to install gnome-ppp . I don't know how familiar you are with ubuntu but to do this just open up a terminal and type:Then to start it type:Code: Select all
sudo apt-get install gnome-ppp
Go to "setup" then "detect" and this will tell you if your modem is set up properly and also its device name which you must know for configuring the server.Code: Select all
gnome-ppp
So that means my modem isn't Linux compatible?
-
- Similar Topics
- Replies
- Views
- Last post
-
- 4 Replies
- 15185 Views
-
Last post by mistamontiel
-
- 0 Replies
- 26956 Views
-
Last post by alexfree
-
- 5 Replies
- 2636 Views
-
Last post by megavolt85
-
- 6 Replies
- 5730 Views
-
Last post by Smokey
-
- 1 Replies
- 601 Views
-
Last post by Xiden