Author Topic: How to join my own server?  (Read 892 times)

Offline Wanakilo

  • Newbie
  • *
  • Posts: 4
    • View Profile
How to join my own server?
« on: April 25, 2012, 02:08:37 AM »
Me and a buddy bought this game today, and I went to set-up the server. I can get it hosted all right, but no matter what, I cant seem to figure out how to join my own server? Surely this must be possible. Maybe I'm just overlooking something obvious.

Offline KingIsaacLinksr

  • Hero Member Mark III
  • *****
  • Posts: 1,025
  • A Paladin Without A Crusade...
    • View Profile
    • Follow On Google+
Re: How to join my own server?
« Reply #1 on: April 25, 2012, 02:10:49 AM »
Me and a buddy bought this game today, and I went to set-up the server. I can get it hosted all right, but no matter what, I cant seem to figure out how to join my own server? Surely this must be possible. Maybe I'm just overlooking something obvious.

Connect to your server VIA LAN is how I did it and that should work for you, but I'm not 100% positive.

King
Honorable Gamer on the Interwebs...
Visit the Arcen Mantis to help out: http://tinyurl.com/6ps28
My Blog: www.kingisaaclinksr.wordpress.com Related Reviews:   
Tidalis: http://wp.me/pQq2J-4Z
A Valley Without Wind: http://wp.me/pQq2J-G5
A Valley Without Wind 2: http://wp.me/pQq2J-1wc

Offline Wanderer

  • Master Member Mark II
  • *****
  • Posts: 1,560
  • If you're not drunk you're doing it wrong.
    • View Profile
Re: How to join my own server?
« Reply #2 on: April 25, 2012, 02:29:11 AM »
Yep, just search for LAN servers and you can connect to your own internet available one.  I do it all the time.
... and then we'll have cake.

Offline Toll

  • Sr. Member Mark III
  • ****
  • Posts: 446
    • View Profile
Re: How to join my own server?
« Reply #3 on: April 25, 2012, 03:14:07 AM »
Alternatively, you can connect to 127.0.0.1 to connect to a local server. I'd assume connecting to localhost also works.

Offline tigersfan

  • Arcen Games Staff
  • Administrator
  • Master Member
  • *****
  • Posts: 1,396
    • View Profile
Re: How to join my own server?
« Reply #4 on: April 25, 2012, 04:24:20 AM »
Welcome to the forums!

And yea, everything these guys said. :)

Offline Aklyon

  • Hero Member Mark II
  • *****
  • Posts: 802
    • View Profile
Re: How to join my own server?
« Reply #5 on: April 25, 2012, 08:42:50 AM »
Connecting to your public ip also works.

Offline Volatar

  • Hero Member Mark III
  • *****
  • Posts: 1,003
  • Patient as a rock
    • View Profile
Re: How to join my own server?
« Reply #6 on: April 25, 2012, 10:30:14 AM »
Connecting to your public ip also works.

Each solution has a different overhead. If you connect to 127.0.0.1/localhost your traffic goes to your network card before turning right around. If you go to your LAN ip (example: 192.168.0.2) then your traffic goes to your router/switch before turning around. If you connect to your public ip (what you get from WhatsMyIP.org) then it goes through your router/modem, and out to the first router of your ISP (usually somewhere in your neighborhood) before turning around. The difference is one of mere milliseconds but it is there.

Offline Bluddy

  • Sr. Member Mark II
  • ****
  • Posts: 372
    • View Profile
Re: How to join my own server?
« Reply #7 on: April 25, 2012, 12:16:21 PM »

Each solution has a different overhead. If you connect to 127.0.0.1/localhost your traffic goes to your network card before turning right around. If you go to your LAN ip (example: 192.168.0.2) then your traffic goes to your router/switch before turning around. If you connect to your public ip (what you get from WhatsMyIP.org) then it goes through your router/modem, and out to the first router of your ISP (usually somewhere in your neighborhood) before turning around. The difference is one of mere milliseconds but it is there.

That's mostly correct but I'm pretty sure connecting to your LAN IP would not go to your router or switch since your computer already knows your IP. So the first 2 choices are equivalent. In fact, since on a computer the routing is done via software, the first 2 choices probably don't go to your network card. The third choice is a really bad idea.

Offline Toll

  • Sr. Member Mark III
  • ****
  • Posts: 446
    • View Profile
Re: How to join my own server?
« Reply #8 on: April 25, 2012, 12:33:40 PM »
I know I didn't get any network data from connecting to my own server at least. Can't remember if it showed up on Task Manager or not, but I definitely didn't get any through Wireshark.