Hello this is my first post here, and Sorry if this has been asked Before, But I have not seen it so far. I Installed a Darkstar server here on a Machine local on my Network. I want to be able to connect to it myself locally on a Computer on my Local network (192.168.x.x), And also to allow people to connect to it Publicly from outside my network. I can Update my ZoneIP to the outside IP and People from the internet can connect, If I set ZoneIP to my Local IP, then I can connect. So the Question is, How can I do both at the Same time, Instead of one or the other?
Note My DSL modem/router does not Support Local Loopback
Quote from the setup:
1. Determine what IP address will be used for the map server.
If the server will be public, then use your external IP in the next step. (Looks really random like 173.194.43.104)
If the server will be internal and you want it available on other PCs in your internal network, use the internal network IP (192.168.x.x) in the next step.
I want to do both not just one or the other.
Thanks for any help you can Provide.
Logging in local and remote
Re: Logging in local and remote
use your external ip and forward your ports to your server's internal ip
Click here for a guide on scripting missions.<Giblet[NewBrain]> kj with this first step would be fine on my shit
Re: Logging in local and remote
Maybe I am not understanding what you are saying, I already have forwards in the Router that directs outside traffic to the Server, the Server is Running Currently and A friend is connected. But I cannot connect locally on another machine on the same network on the server, local IP 192.168.0.10, My Local Machine, the Client, is on 192.168.0.12. the server is currently set to 76.4.215.173 in zoneip My internet side IP.
note for any thinking of logging in and Trying it. I Have only Had the Server online for about a day, and at this point it is not on 24/7.
note for any thinking of logging in and Trying it. I Have only Had the Server online for about a day, and at this point it is not on 24/7.
Re: Logging in local and remote
they aren't mutually exclusive, you can still connect if it's on your local box or via LAN if it's set to external, you just have to use --hairpin in your launcher settings (with your local or LAN IP)LordAxion wrote:I want to do both not just one or the other.
Re: Logging in local and remote
What is Hairpin? I am using Windower and XIloader to connect. Never Really Heard of Hairpin.
This is Part of my settings.xml in windower
<profile name="Zanarkand">
<consolekey>Insert</consolekey>
<windowmode>Window</windowmode>
<width>1024</width>
<height>768</height>
<uiscale>1</uiscale>
<args>--server 192.168.0.10 --user xxxx --password xxxx</args>
<executable>xiloader.exe</executable>
</profile>
This is Part of my settings.xml in windower
<profile name="Zanarkand">
<consolekey>Insert</consolekey>
<windowmode>Window</windowmode>
<width>1024</width>
<height>768</height>
<uiscale>1</uiscale>
<args>--server 192.168.0.10 --user xxxx --password xxxx</args>
<executable>xiloader.exe</executable>
</profile>
Re: Logging in local and remote
like thisLordAxion wrote:What is Hairpin? I am using Windower and XIloader to connect. Never Really Heard of Hairpin.
This is Part of my settings.xml in windower
<profile name="Zanarkand">
<consolekey>Insert</consolekey>
<windowmode>Window</windowmode>
<width>1024</width>
<height>768</height>
<uiscale>1</uiscale>
<args>--server 192.168.0.10 --user xxxx --password xxxx</args>
<executable>xiloader.exe</executable>
</profile>
<args>--server 192.168.0.10 --user xxxx --password xxxx --hairpin</args>
Re: Logging in local and remote
It's basically just sending your traffic back to yourself so that it comes in on your external IPLordAxion wrote:What is Hairpin?
Re: Logging in local and remote
That Did the trick!! Thank you much!