Page 1 of 2

DAoCPortal and IPv4 / IPv6

PostPosted: Mon Jan 08, 2018 7:56 pm
by Nachtmahr
Hello,
I entered my IPv6 IP at DAoCPortal and the following message appears: User-defined list could not be inserted:

System.ArgumentException: The item Local Test Server can only be inserted in one place. You have to move from the current position, or clone it.
Parameter Name: Element
at System.Windows.Forms.ListView.InsertItems (Int32 displayIndex, ListViewItem [] items, Boolean checkHosting)
at System.Windows.Forms.ListView.ListViewNativeItemCollection.AddRange (ListViewItem [] values)
at System.Windows.Forms.ListView.ListViewItemCollection.AddRange (ListViewItem [] items)
at. , (Object, EventArgs)
at. (Event Handler)
at. ()

If I include my IPv4 IP, the same error will come.

IPv6 IP is: fe80 :: 998c: e27d: faa1: xxxx

IPv4 IP is: fe80 :: de53: 7cff: feda: xxxx

Maybe someone of them has a mistake and can help me.

Re: DAoCPortal and IPv4 / IPv6

PostPosted: Tue Jan 09, 2018 8:01 am
by HunabKu
Hi, IPv4 is in the form 123.234.345.456.
Examples :
- 8.8.8.8 (1rst google dns server)
- 192.168.0.1 (default lan gateway)
- 74.125.224.72 (a google server ip)

Re: DAoCPortal and IPv4 / IPv6

PostPosted: Wed Jan 10, 2018 11:13 pm
by Loki
Hello,
I entered my IPv6 IP at DAoCPortal and the following message appears: User-defined list could not be inserted:

System.ArgumentException: The item Local Test Server can only be inserted in one place. You have to move from the current position, or clone it.
Parameter Name: Element
at System.Windows.Forms.ListView.InsertItems (Int32 displayIndex, ListViewItem [] items, Boolean checkHosting)
at System.Windows.Forms.ListView.ListViewNativeItemCollection.AddRange (ListViewItem [] values)
at System.Windows.Forms.ListView.ListViewItemCollection.AddRange (ListViewItem [] items)
at. , (Object, EventArgs)
at. (Event Handler)
at. ()

If I include my IPv4 IP, the same error will come.

IPv6 IP is: fe80 :: 998c: e27d: faa1: xxxx

IPv4 IP is: fe80 :: de53: 7cff: feda: xxxx

Maybe someone of them has a mistake and can help me.

They look very much like mac addresses

Re: DAoCPortal and IPv4 / IPv6

PostPosted: Thu Jan 11, 2018 5:14 am
by HunabKu
Use this site to see your Public IPv4.

Re: DAoCPortal and IPv4 / IPv6

PostPosted: Thu Jan 11, 2018 4:39 pm
by Nachtmahr
If I use this IP from "http://www.ip-adress.eu/" and insert DOLConfig.exe into "Server connection specefic" at IP, the following error message only comes up:

2018-01-11 17: 38: 26,624 - [MAIN] - ERROR - DOL.Network.BaseServer - InitSocket
System.Net.Sockets.SocketException (0x80004005): The requested address is invalid in this context
at System.Net.Sockets.Socket.DoBind (EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Bind (EndPoint localEP)
DOL.Network.BaseServer.InitSocket () in D: \ Server \ DOLBase \ Network \ BaseServer.cs: line 134.

2018-01-11 17:38:26,624 - [MAIN] - ERROR - DOL.Network.BaseServer - InitSocket
System.Net.Sockets.SocketException (0x80004005): Die angeforderte Adresse ist in diesem Kontext ungültig
bei System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
bei System.Net.Sockets.Socket.Bind(EndPoint localEP)
bei DOL.Network.BaseServer.InitSocket() in D:\Server\DOLBase\Network\BaseServer.cs:Zeile 134.

Re: DAoCPortal and IPv4 / IPv6

PostPosted: Thu Jan 11, 2018 7:54 pm
by HunabKu
What IP ip-adress.eu show to you ?

Re: DAoCPortal and IPv4 / IPv6

PostPosted: Fri Jan 12, 2018 5:28 am
by Nachtmahr
My IP address is 37.24.XXX.XX
aftr-37-24-XXX-XX.unity-media.net

Re: DAoCPortal and IPv4 / IPv6

PostPosted: Fri Jan 12, 2018 2:35 pm
by Loki
You are leaving
unity-media.net
this part of right?

Just for clarity

Re: DAoCPortal and IPv4 / IPv6

PostPosted: Sat Jan 13, 2018 10:44 am
by HunabKu
okai aftr-37-24-XXX-XX.unity-media.net is your reverse dns.
So your realy ip is XX.XXX.24.37
-> reverse the numbers :
for 1.2.3.4.unity-media.net
the ip is 4.3.2.1

Re: DAoCPortal and IPv4 / IPv6

PostPosted: Sat Jan 13, 2018 5:25 pm
by Nachtmahr
Many Thanks. I will test it tomorrow night and then let you know.

Re: DAoCPortal and IPv4 / IPv6

PostPosted: Sun Jan 14, 2018 6:55 pm
by Nachtmahr
I tried it and it does not work yet.

Re: DAoCPortal and IPv4 / IPv6

PostPosted: Sun Jan 14, 2018 9:21 pm
by tegstewart
Try using 127.0.0.1 for your IP. If you're connecting to a server on the same system, there's no reason to bother with a proper IP address when localhost will get the job done.

Re: DAoCPortal and IPv4 / IPv6

PostPosted: Mon Jan 15, 2018 7:36 pm
by Nachtmahr
I have my server running on a separate PC. Therefore, this does not help me with the localhost IP, because I have to connect to my main PC on the server.

Re: DAoCPortal and IPv4 / IPv6

PostPosted: Mon Jan 15, 2018 9:06 pm
by tegstewart
Hmm. Can you try running it on the same system and connect using localhost? Might help narrow down where the issue lies.

Re: DAoCPortal and IPv4 / IPv6

PostPosted: Tue Jan 16, 2018 3:41 am
by Nachtmahr
So with the localhost IP or with the network IP of my server computer, I can connect to the server and is also found in DAoCPortal. Only if I now want to use the Public IP, he finds nothing.