There are a couple different ways to get the IP address of lineage2 servers for L2Walker:
1 Using a port moniter (which will show which process is connected to what IP Address and on what port.)
Look for the lineage2.exe process and then see what IP you are connected to from that process. (After connecting to server)
2 Windows users: Start > run > CMD > netstat -n
This will show you all the IP's you're connected to and on what port.
3 Pinging the DNS
i.e.: If I wanted to get the IP address of yahoo.com I would simply do the following:
Start > Run > CMD > Ping yahoo.com
and the following will show:
Code:
CODE
Pinging yahoo.com [216.109.112.135] with 32 bytes of data:
Reply from 216.109.112.135: bytes=32 time=207ms TTL=53
Reply from 216.109.112.135: bytes=32 time=207ms TTL=52
Reply from 216.109.112.135: bytes=32 time=207ms TTL=53
Reply from 216.109.112.135: bytes=32 time=206ms TTL=52
Ping statistics for 216.109.112.135:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 206ms, Maximum = 207ms, Average = 206ms
yahoo.com's IP address is 216.109.112.135.