[help] real ip-> router-> 2 pc's

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Lupu1
Posts: 335
Joined: Wed Nov 04, 2009 7:51 am

[help] real ip-> router-> 2 pc's

Post by Lupu1 »

on pc 1 i have the server, and pc2 is my computer, I dunno how to put on ipconfig the ip because I can't connect to server from an extern ip. I dissabled all firewalls from router and server + I can ping the ip.
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: [help] real ip-> router-> 2 pc's

Post by tukune »

djbenny
Posts: 133
Joined: Thu Jul 05, 2007 2:43 pm

Re: [help] real ip-> router-> 2 pc's

Post by djbenny »

Edit:
ipconfig.Xml

Tip:
Best troubleshoot will be locahost>Local>external
External: requires port forward 7777&2106 TCP
http://portforward.com/
Villy90
Posts: 26
Joined: Fri Jul 29, 2011 11:40 am

Re: [help] real ip-> router-> 2 pc's

Post by Villy90 »

if you are on windows click start-run and type cmd, in the new opened command prompt type,

ipconfig /all

look for your network adapter ip will probably be something like 192.168.1.101 ex.
and put that ip in ipconfig.xml.

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="192.168.1.101" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/ipconfig.xsd">    <!-- Localhost here -->    <define subnet="127.0.0.0/8" address="127.0.0.1" />    <!-- Internalhosts here (LANs IPs) -->    <define subnet="10.0.0.0/8" address="10.0.0.0" />    <define subnet="172.16.0.0/19" address="172.16.0.0" />    <define subnet="192.168.0.0/16" address="192.168.0.0" /></gameserver>
there where i put 192.168.1.101 u put your lan ip address.
djbenny
Posts: 133
Joined: Thu Jul 05, 2007 2:43 pm

Re: [help] real ip-> router-> 2 pc's

Post by djbenny »

Client machine:
Dont forget to edit windows/system32/drivers/etc/hosts
*IP

* L2authd.lineage2.com
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: [help] real ip-> router-> 2 pc's

Post by tukune »

:twisted:
You do not have the required permissions to view the files attached to this post.
Post Reply