![]() |
Question about ip - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: Question about ip (/showthread.php?tid=2167) |
Question about ip - skillzalot - 22-09-2008 Well as you know i ask noobie questions but I have been learning. So ya go me. Now what i ask is I change my games client ip with my dyndns one and it does not work. Any ideas/help. Its the only way I can kepp a constant ip Re: Question about ip - Nean - 22-09-2008 If you're hosting it from you own computer it has to be 127.0.0.1 because, thats the localhost. If you want others to be able to play on it, then you change the ip to your IP Address ,than distribute, whilst your own client has 127.0.0.1 for the IP. Make sense? Re: Question about ip - skillzalot - 22-09-2008 Well I tried that ip with my port set to 1394 which is my port and it wont let me connect. And with the basic port and ip that come with ms4 the newest it keep saying you lost your connection Re: Question about ip - Nean - 22-09-2008 skillzalot Wrote:Well I tried that ip with my port set to 1394 which is my port and it wont let me connect. And with the basic port and ip that come with ms4 the newest it keep saying you lost your connection You have a packet somewhere, that's not defined in both the Client and Server. Re: Question about ip - skillzalot - 22-09-2008 the only new packet I added was your jail command Re: Question about ip - Nean - 22-09-2008 skillzalot Wrote:the only new packet I added was your jail command Make sure you have a Code: CJailPlayer Re: Question about ip - skillzalot - 22-09-2008 Here is server Code: Option Explicit And here is client Code: Option Explicit Re: Question about ip - Nean - 22-09-2008 Make sure your game Ip is 127.0.0.1 And port = 7000 Re: Question about ip - skillzalot - 22-09-2008 You dont get it I want to use my port. Re: Question about ip - Nean - 22-09-2008 skillzalot Wrote:You dont get it I want to use my port. You don't get it. That port might not be open. Re: Question about ip - skillzalot - 22-09-2008 It is open cause I can run a xw game on it Re: Question about ip - Nean - 22-09-2008 skillzalot Wrote:It is open cause I can run a xw game on it I don't know what to tell you then. Maybe someone else knows whats going on. Re: Question about ip - skillzalot - 22-09-2008 and with the ip 127.0.0.1 and port 7000 I get a message that says. You lost your connection with malitar. Re: Question about ip - Rian - 22-09-2008 You can't run two games at the same time on the same port. Using the address 127.0.0.1 should always work, on any port (so long as another program isn't using that port) Re: Question about ip - Devilen - 22-09-2008 Your trying to use a Dynamic Name pointer from what I can get from the user. So its not a IP like 127.0.0.1 but something more like myname.dyndns.org. Thats really the only thing I can see that might be the issue. IF you are using Dyndns make you have have WildCards enabled and I would not use the port 1394 personaly i would use a higher range like 7000 it uses. The other thing you want to do is if you have a router that your useing to share your connection make sure you log in and have that port forward the traffic to the correct Internal IP Address. |