i have created a l2j server gracia part 2. i can play it alone.
1. i run loginserver
2. i run gameserver (in the server.properties for the external IP i write my external ip (i learn it from myipaddress.com), for internal IP i write 127.0.0.1)
3. in hosts file i write:
Code: Select all
127.0.0.1 localhost 127.0.0.1 l2authd.lineage2.com127.0.0.1 l2testauthd.lineage2.com
--------------------------- ok this part was easy----------------
now i want to make my server online so that my friends could join me over the internet. what i do is i go to 192.168.1.1 (to my router) and add ports to virtual server part (my router is D-link, so it may be in different place in different routers). i add these ports: 7777, 2106, 27016, 27021 and write my local IP (192.168.1.66) so that it would transfer incoming traffic to my comp. in the hosts file i write:
Code: Select all
127.0.0.1 localhost xx.xx.xx.xx l2authd.lineage2.comxx.xx.xx.xx l2testauthd.lineage2.com
so basically thats it. but then it doesnt work...
need a helping hand
thanks