|
Blain20 Beginner
Joined: 27 Aug 2010 Posts: 25
|
Posted: Tue Aug 21, 2018 10:09 am
Forcing the client to reconnect to another ip/port |
I seem to recall connecting to a MUD years ago which put me into a waiting queue. When it was my turn to play the game, my client automatically disconnected and reconnected to another ip/port to play the actual MUD. Maybe I was hallucinating this. I make MUDs and I was trying to figure out if this was something that zMUD or CMUD was doing, if there was an old telnet protocol that could do it (I found nothing in the relevant RFC), or something else entirely. Maybe it's a Pueblo or MXP protocol? If anyone can chime in with any information, it would be greatly appreciated. I would like to set up my MUD to have a connection server, but then divert to the actual game after authentication. Unfortunately, the MUD driver I'm using has a lot number of allowed users, so I would like to offer a waiting queue if needed.
|
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4692 Location: Pensacola, FL, USA
|
Posted: Tue Aug 21, 2018 4:48 pm |
The closest thing to that I ever heard of was using an SSH tunnel, and a home machine to mask the actual port you are using when at work.
Which sounds cool, but frankly I never attempted to make use of it to offer more information on the process.
I would assume you could approximate this serverside, perhaps with a switch, and pass the connection on from the handshake to the actual game server.
But that is purely theoretical. |
|
_________________ Discord: Shalimarwildcat |
|
|
|
johnricher Newbie
Joined: 25 Jul 2019 Posts: 1
|
Posted: Thu Jul 25, 2019 10:46 am |
yeah he is right
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|