Page 1 of 1
[help] real ip-> router-> 2 pc's
Posted: Mon Jul 23, 2012 2:46 pm
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.
Re: [help] real ip-> router-> 2 pc's
Posted: Mon Jul 23, 2012 4:00 pm
by tukune
Re: [help] real ip-> router-> 2 pc's
Posted: Wed Jul 25, 2012 10:07 pm
by djbenny
Edit:
ipconfig.Xml
Tip:
Best troubleshoot will be locahost>Local>external
External: requires port forward 7777&2106 TCP
http://portforward.com/
Re: [help] real ip-> router-> 2 pc's
Posted: Wed Jul 25, 2012 10:21 pm
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.
Re: [help] real ip-> router-> 2 pc's
Posted: Wed Jul 25, 2012 10:26 pm
by djbenny
Client machine:
Dont forget to edit windows/system32/drivers/etc/hosts
*IP
* L2authd.lineage2.com
Re: [help] real ip-> router-> 2 pc's
Posted: Thu Jul 26, 2012 6:28 am
by tukune