ID:171282
![]() Oct 17 2004, 6:41 am
|
|
I was wondering if and how BYOND would work on a LAN. I was thinking about it, but with no way of testing it I thought I would ask. If there is no connection to the internet, just a LAN with say - 20 people on can they all access the game? How would they do it? I thought about byond://localhost but I sort-of doubt that would work =P Maybe it could be the network address? I'm at a loss. Thanks for the help in advance.
|
![]() Oct 17 2004, 6:48 am
|
|
You'd just need to know the LAN ip address of the hosting computer. It would probably be something like 192.168.1.100.
|
This is a list of the IPs coming from my HUB. Here is an example:
|
A network is a network. The only difference between the internet and your home network is that the internet is a larger network with millions of people connected. That is why it is called the internet.
|
This I know. =P It doesn't exactly mean that connecting to it on an intranet is the same as connecting to it through the internet.
|
SSJ2GohanDBGT wrote:
This I know. =P It doesn't exactly mean that connecting to it on an intranet is the same as connecting to it through the internet. actually it does- the method to do so is the same, the only difference between a LAN and the internet is the class of ip addresses that are available. 192.168.n.n, 10.0.n.n, and i think 172.n.n.n are the three ranges that are reserved for LANS, the rest used by the internet. |