Since the new Mystic came out, I want to try it. I set up a free ddns account that also point to my computer. Can I run both at the same time
on the different ports?
account that also point to my computer. Can I run both at the same time
on the different ports?
ddns account that also point to my computer. Can I run both at theYep, sure can. Just assign different ports with mystic's configuration before using the 'mis' daemon.
same time on the different ports?
Let me clarify, Can both BBS's use, say, port 23 for telnet? They
both have different dns addresses, but same ip.
Let me clarify, Can both BBS's use, say, port 23 for telnet? They both have different dns addresses, but same ip.
account that also point to my computer. Can I run both at the sameYes, you should have no problems running them both!
time on the different ports?
If you have IPv6 there, then each computer will have it's own address.. but in the case of IPv4 not..
I don't /think/ so but perhaps. I know nginx can do redirection, but not sure if it'll work for telnet.
Let me clarify, Can both BBS's use, say, port 23 for telnet? They both have different dns addresses, but same ip.
I have one computer. I want to run two BBS's. I have 1) synchronet dyndns address darkmat.synchro.net for synch and 2) a no-ip address: darkmatterbbs.ddns.net for Mystic. Both dns are pointed at xx.xx.xx.xx. When a telnet call comes into port 23, will the correct BBS answer according to dns 1, or dns 2?
If you have IPv6 there, then each computer will have it's own address.. but in the case of IPv4 not..
Let me clarify, Can both BBS's use, say, port 23 for telnet? They bot have different dns addresses, but same ip.
I don't /think/ so but perhaps. I know nginx can do redirection, but not sure if it'll work for telnet.
I have one computer. I want to run two BBS's. I have 1) synchronet dyndns address darkmat.synchro.net for synch and 2) a no-ip address: darkmatterbbs.ddns.net for Mystic. Both dns are pointed at xx.xx.xx.xx. When a telnet call comes into port 23, will the correct BBS answer according to dns 1, or dns 2?
An even cooler option is to have a front end on BBS 1/Port 23 that let's you pick BBS1 or BBS2 to go to and then telnet localhost:PORTOFBBS. It's either Avon or Solaris that has something like this if I remember correctly.
I have a perl script I wrote that does just that. Couple it with xinetd and you are good to go.
On 02-06-20 11:01, Grease wrote to All <=-
I am currently running Synchronet on Linux. I am using Synch's domain server for connections.
Since the new Mystic came out, I want to try it. I set up a free ddns account that also point to my computer. Can I run both at the same time
on the different ports?
On 02-06-20 13:06, Grease wrote to ryan <=-
Let me clarify, Can both BBS's use, say, port 23 for telnet? They both have different dns addresses, but same ip.
On 02-06-20 15:52, Grease wrote to Al <=-
Re: Re: Testing BBS's
By: Al to Grease on Thu Feb 06 2020 11:16 am
If you have IPv6 there, then each computer will have it's own address.. but in the case of IPv4 not..
I have one computer. I want to run two BBS's. I have 1) synchronet
dyndns address darkmat.synchro.net for synch and 2) a no-ip address: darkmatterbbs.ddns.net for Mystic. Both dns are pointed at xx.xx.xx.xx. When a telnet call comes into port 23, will the correct BBS answer according to
dns 1, or dns 2?
Or does it still depend on IPv4 or 6?
Sorry to be a pain.
On 02-06-20 18:58, g00r00 wrote to Grease <=-
I have one computer. I want to run two BBS's. I have 1) synchronet dyndns address darkmat.synchro.net for synch and 2) a no-ip address: darkmatterbbs.ddns.net for Mystic. Both dns are pointed at xx.xx.xx.xx. When a telnet call comes into port 23, will the correct BBS answer according to dns 1, or dns 2?
No it won't work that way because the DNS will resolve for either
address and point to the same IP and port.
In order to do what you want on the same computer, you'd probably need
to have two network interfaces each that have their own subnet/IP
address. One of the NICs would be your Synchronet IP/dns address and
the other would be your Mystic one.
On 02-06-20 19:03, Captain Obvious wrote to Al <=-
On 06 Feb 2020, Al said the following...
If you have IPv6 there, then each computer will have it's own address.. but in the case of IPv4 not..
Wasn't thinking about IPv6 when I answered him. That would work too.
If they are on the same machine then no. One would take priority.
No it won't work that way because the DNS will resolve for either address and point to the same IP and port.
Ok last option. DDTELNET and Xinet.d. For the first 8 years I ran my
If you want DDTELNET and launch scripts I still have them.
Only one BBS can use the same IP:port combination.
You don't need multiple NICs, you can assign multiple IPs to the same
NIC on both Windows (in the advanced properties of IP in the network adapter) or Linux (ip addr add). I have multiple IPs assigned to the single NIC on my Pi and have Mystic bound to some and SBBS bound to others. All my IPs are public, so there's no router/port forwarding in the path.
I see and it lets you bind on the same port? Interesting! I did not think that would work (but obviously I never tried it).
On 02-07-20 11:32, Grease wrote to Vk3jed <=-
Re: Re: Testing BBS's
By: Vk3jed to Grease on Fri Feb 07 2020 07:40 pm
Only one BBS can use the same IP:port combination.
Okay, thanks.
On 02-07-20 15:04, g00r00 wrote to Vk3jed <=-
You don't need multiple NICs, you can assign multiple IPs to the same
NIC on both Windows (in the advanced properties of IP in the network adapter) or Linux (ip addr add). I have multiple IPs assigned to the single NIC on my Pi and have Mystic bound to some and SBBS bound to others. All my IPs are public, so there's no router/port forwarding in the path.
I see and it lets you bind on the same port? Interesting! I did not think that would work (but obviously I never tried it).
On 02-07-20 11:34, Grease wrote to All <=-
Thanks for the replies fellas. Looks like a seperate computer or to
make people
choose which BBS to go to. Again, I appreciate the quick and
knowledgable replies.
On 02-07-20 13:21, Embalmed wrote to g00r00 <=-
I see and it lets you bind on the same port? Interesting! I did not think that would work (but obviously I never tried it).
Same port maybe but different IP. You can still never have more than
one service listening to an IP:PORT combo.
The only tricky part is working out how to configure your software to bind to specified addresses. Mystic is dead simple - you simply create "servers" bound to a specific IP:port for each protocol. Synchronet is
So yes, you can have both Mystic and Synchronet on the same machine on the same ports (I am doing this right now), but only if you can run multiple public IPs on the machine.
On 02-08-20 10:13, Grease wrote to Vk3jed <=-
Cool. I feel this is a little (lot) outside of my wheelhouse. But is
very interesting. I would like to check it out.
It's all basic IP. The same basic principles work for both IPv4 and IPv6 as well. :)
On 02-11-20 09:21, Grease wrote to Vk3jed <=-
Re: Re: Testing BBS's
By: Vk3jed to Grease on Sun Feb 09 2020 08:52 pm
It's all basic IP. The same basic principles work for both IPv4 and IPv6 as well. :)
You can learn it from any random issue of Popular Mechanics, with just
a few hand tools around the house. :)
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 409 |
Nodes: | 16 (2 / 14) |
Uptime: | 54:06:29 |
Calls: | 8,571 |
Calls today: | 1 |
Files: | 13,222 |
Messages: | 5,929,485 |