Orient has a packet loss issue

Lori

Well-known member
Every day for over a week, and longer, every time I log into Orien I'm getting constantly between 2 and 15% packet loss, resulting in rubberbanding or better put some actions not registering and the anti-cheat code of ddo resetting my character 5-10 seconds back.

Before the servers went away over easter the packet loss was very high 10-15%, now it's 2-7%.

I can only speculate what the issue might be, probably too little allocated resources.

EU, Telefonica ISP
If you can post the Orien IPv4 I can do a mtr and post it.
 
  • Like
Reactions: DBZ

Buddha5440

"There are some who call me...Tim"
Packet loss is often caused by the path they take from sender to receiver. If it was due to an issue on Orien's side, you would likely see a lot more people talking about it.

Try a DNS flush and see if that helps. Command Prompt (as Admin) "ipconfig /flushdns" without "'s
 

LurkingVeteran

Well-known member
You can do a few trace routes (google, have to run it on your computer though) to track down where the big delays or packet losses ("*") are appearing. If it's in the first few hops then it's your home/ISP, if it's in the last few hops it's on SSG. If it's somewhere in the middle there is not that much you can do about it but you could try a gaming VPN service. These are rather overhyped but the packets will take another route so you might get lucky.
 

Kimbere

Well-known member
The WinMTR utility can sometimes be helpful in pinpointing where a packet loss problem lies on a given connection path.
It traces the network route to a given host/IP then starts continuously pinging each hop. It tracks the ping stats for each hop in realtime.


Let it run for a bit and you might see a router somewhere in the middle of the path that is the one where the packet loss starts. If you do see a non- endpoint router on the path generating a noticeable amount of packet loss, open a ticket with your ISP and give them that information. In turn, they should reach out to the ISP in charge of the problematic router.

Keep in mind that ICMP (ping) and traceroute traffic is typically given the lowest priority so a very small bit of packet loss (1-3%) is not unusual. If there are real problems on a given hop, you'll generally see >15% packet loss on it.

Also, routers and firewalls can also be configured to just ignore that type of network traffic so it's fairly common to see some of the intermediate hops in a given path that simply do not respond at all.

Here's a sample of the utility in action:
70G1X6l.png
 
Last edited:

Dandonk

Beater of Dead Horses
I get 0.2 to 2%, in the same time frame. Used to get 0.1% max, 0.0 for the most part.

EDIT: At the same time, I have 0.0% loss in discord.
 
Last edited:

Lori

Well-known member
Packet loss is often caused by the path they take from sender to receiver. If it was due to an issue on Orien's side, you would likely see a lot more people talking about it.

Try a DNS flush and see if that helps. Command Prompt (as Admin) "ipconfig /flushdns" without "'s
When I ask people, the file it under lag.
DNS has absolutely nothing to do with packet loss.

So something weird is happening.

When I get packet loss, I start streaming on Twitch.
1 minute later at most, the packet loss is down to 0.0-0.1%, pretty much gone.
About 1 minute after I stop streaming, it's back.

This could mean several things.
- The client knows and detects OBS streaming, thus giving you a better connection (tin foil hat stuff, but is it?)
- Something with my router (Fritz Box 7590)
- Something with my ISP (I recently vetoed a price increase, they might've put me on a worse gateway or something)

In the past, when connections from the EU had issues, I would run NordVPN and connect to New York and get a better quality connection.
But with this issue it's not helping.

The only thing that is apparently helping is starting OBS and streaming.
I'm on 100/40 VDSL.

I've been busy, here's the mtr from WSL2 Ubuntu
cQ5M0hY.png

^this said, my router is to blame.

Restarted my router.

prCN9th.png


Regardless. It's even worse.

xM0OpBx.png
 
Last edited:

Thebento

Active member
resurrecting the Topic,

whats addres i can use on WINMTr ?
I play from south America, ping around 140/ 150 and some mouths ago i have 0.1 - 0.10% loss.

Apparently it's not much. When I played CS2, the loss are problem when was above 10%.

But in DDO, when I have a delay when entering a quest or a temporary stuck character, I just have to look at the connection status and it's there, between 0.1 and 0.9 at least. Either the metric there is wrong or any packet loss really changes the game completely.

I tried using a friend's Exitlag program, and the game simply doesn't work. The ping dropped from 150 to 120, but the game doesn't load properly. I HAVE NO GUILD, NO PARTY, NO Astral shard, the game is completely buggy as if it hadn't loaded.

I close the program and the game loads back to normal.

I have already contacted my internet service provider and they have not reached any conclusion. The internet speed is 1Gb download, upload speed is 200mb. Fiber optic connection.

The PC was recently formatted with W11, 32GB RAM and a 9th generation i7 with a 3060TI GPU with a M2 hd.

The computer has more than enough power to play DDO. I notice that even with an FPS above 100, the graphics are often grainy, like in YouTube videos that do not load completely. And I notice the slight loss again.
 

Eoin-1

Mage Hand: Eye Poke
If you look at you're ddo.launcher.config you'll see the following URL for Launcher.DataCenterService.GLS http://gls.ddo.com/GLS.DataCenterServer/Service.asmx. ASMX is old ass .NET Framework web service interface. You'll want to look at the GetDatacenters web method to get its definition.

If you don't have something like Postman or SoapUI installed on your box, you can use something like: https://reqbin.com/soap-api-testing. In your testing tool, you enter "http://gls.ddo.com/GLS.DataCenterServer/Service.asmx" for the URL and in your body you put:

XML:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetDatacenters xmlns="http://www.turbine.com/SE/GLS">
      <game>DDO</game>
    </GetDatacenters>
  </soap:Body>
</soap:Envelope>

The tool will probably try to POST using application/xml, change that to text/xml. You'll get something back that looks like:

XML:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Body>
    <GetDatacentersResponse xmlns="http://www.turbine.com/SE/GLS">
      <GetDatacentersResult>
        <Datacenter>
          <Name>DDO</Name>
          <Worlds>
            <World>
              <Name>Argonnessen</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.161:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.11</StatusServerUrl>
              <Order>0</Order>
              <Language>EN</Language>
            </World>
            <World>
              <Name>Cannith</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.41:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.17</StatusServerUrl>
              <Order>1</Order>
              <Language>EN</Language>
            </World>
            <World>
              <Name>Cormyr</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>64.37.177.10:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.193.1.10</StatusServerUrl>
              <Order>2</Order>
              <Language/>
            </World>
            <World>
              <Name>Ghallanda</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.42:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.23</StatusServerUrl>
              <Order>3</Order>
              <Language>EN</Language>
            </World>
            <World>
              <Name>Khyber</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.43:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.29</StatusServerUrl>
              <Order>4</Order>
              <Language>EN</Language>
            </World>
            <World>
              <Name>Orien</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.44:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.35</StatusServerUrl>
              <Order>5</Order>
              <Language>EN</Language>
            </World>
            <World>
              <Name>Sarlona</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.45:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.41</StatusServerUrl>
              <Order>6</Order>
              <Language>EN</Language>
            </World>
            <World>
              <Name>Thelanis</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.46:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.47</StatusServerUrl>
              <Order>7</Order>
              <Language>EN</Language>
            </World>
            <World>
              <Name>Wayfinder</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.47:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.53</StatusServerUrl>
              <Order>8</Order>
              <Language>DE</Language>
            </World>
          </Worlds>
          <AuthServer>https://gls-auth.ddo.com/GLS.AuthServer/Service.asmx</AuthServer>
          <PatchServer>patch.ddo.com:5015</PatchServer>
          <LauncherConfigurationServer>http://gls.ddo.com/launcher/ddo/dndlauncher.server.config.xml</LauncherConfigurationServer>
        </Datacenter>
      </GetDatacentersResult>
    </GetDatacentersResponse>
  </soap:Body>
</soap:Envelope>

http://gls.ddo.com/launcher/ddo/dndlauncher.server.config.xml has some fun stuff in it, but you want to look at the StatusServerURL for the World you care about. So Orien is http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.35. If you paste that into your browser you get:

XML:
<?xml version="1.0"?>
<Status>
  <logintierlastnumbers>16848;16846;16792;</logintierlastnumbers>
  <logintiers>0;1;2;</logintiers>
  <queuenames>4C6D6557-6E19-4504-9BA8-FCEFE4B1AFE2;CA3056CB-2CD6-4A44-BD90-56E45822E972;</queuenames>
  <allow_billing_role>TurbineEmployee,TurbineVIP,StormreachLimited,StormreachStandard,StormreachGuest,StormreachEUPre</allow_billing_role>
  <queueurls>http://10.192.145.35:7082/LoginQueue;http://10.192.145.35:7081/LoginQueue;</queueurls>
  <lastassignedqueuenumber>0x000041D0</lastassignedqueuenumber>
  <name>Orien</name>
  <farmid>26</farmid>
  <deny_admin_role/>
  <world_full>false</world_full>
  <wait_hint>27.110</wait_hint>
  <we_perma_death>False</we_perma_death>
  <allow_admin_role>Server,CustomerService,Observer,SeniorCustomerService,LeadCustomerService,Test</allow_admin_role>
  <nowservingqueuenumber>0x000041D0</nowservingqueuenumber>
  <deny_billing_role/>
  <logintiermultipliers>1;2;3;</logintiermultipliers>
  <loginservers>198.252.160.44:9004;198.252.160.44:9003;</loginservers>
  <world_pvppermission>0</world_pvppermission>
</Status>

So the chat, login, and game IP address end up being the same, with just the port number determining what world service it is. That's the IP address you want to trace/monitor.

tl;dr;
  • Argonnessen: 198.252.160.16
  • Cannith: 198.252.160.41
  • Cormyr: 64.37.177.10
  • Ghallanda: 198.252.160.42
  • Khyber: 198.252.160.43
  • Orien: 198.252.160.44
  • Sarlona: 198.252.160.45
  • Thelanis: 198.252.160.46
  • Wayfinder: 198.252.160.47
 

DDO Gaming

Well-known member
The PC was recently formatted with W11, 32GB RAM and a 9th generation i7 with a 3060TI GPU with a M2 hd.

The computer has more than enough power to play DDO. I notice that even with an FPS above 100, the graphics are often grainy, like in YouTube videos that do not load completely. And I notice the slight loss again.
there is a strange belief that DDO needs a "macho muscular steaming at the edges" computer to run. It doesn't, folks are happily running it on xp machines. What you definitely do need is "macho muscular steaming at the edges" network access preferably fullfibre to run DDO otherwise you will be crying at some point probably whilst there is a mob on the loose and spells etc are being constantly fired
 

Thebento

Active member
there is a strange belief that DDO needs a "macho muscular steaming at the edges" computer to run. It doesn't, folks are happily running it on xp machines. What you definitely do need is "macho muscular steaming at the edges" network access preferably fullfibre to run DDO otherwise you will be crying at some point probably whilst there is a mob on the loose and spells etc are being constantly fired
That's why I commented that PC has plenty, but unfortunately it is not perfect to play. In Cormyr it worked better than in Orien, perhaps because of the route. It didn't happen these granules that I commented ... Nothing to do with x64 ...
 

Thebento

Active member
If you look at you're ddo.launcher.config you'll see the following URL for Launcher.DataCenterService.GLS http://gls.ddo.com/GLS.DataCenterServer/Service.asmx. ASMX is old ass .NET Framework web service interface. You'll want to look at the GetDatacenters web method to get its definition.

If you don't have something like Postman or SoapUI installed on your box, you can use something like: https://reqbin.com/soap-api-testing. In your testing tool, you enter "http://gls.ddo.com/GLS.DataCenterServer/Service.asmx" for the URL and in your body you put:

XML:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetDatacenters xmlns="http://www.turbine.com/SE/GLS">
      <game>DDO</game>
    </GetDatacenters>
  </soap:Body>
</soap:Envelope>

The tool will probably try to POST using application/xml, change that to text/xml. You'll get something back that looks like:

XML:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Body>
    <GetDatacentersResponse xmlns="http://www.turbine.com/SE/GLS">
      <GetDatacentersResult>
        <Datacenter>
          <Name>DDO</Name>
          <Worlds>
            <World>
              <Name>Argonnessen</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.161:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.11</StatusServerUrl>
              <Order>0</Order>
              <Language>EN</Language>
            </World>
            <World>
              <Name>Cannith</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.41:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.17</StatusServerUrl>
              <Order>1</Order>
              <Language>EN</Language>
            </World>
            <World>
              <Name>Cormyr</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>64.37.177.10:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.193.1.10</StatusServerUrl>
              <Order>2</Order>
              <Language/>
            </World>
            <World>
              <Name>Ghallanda</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.42:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.23</StatusServerUrl>
              <Order>3</Order>
              <Language>EN</Language>
            </World>
            <World>
              <Name>Khyber</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.43:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.29</StatusServerUrl>
              <Order>4</Order>
              <Language>EN</Language>
            </World>
            <World>
              <Name>Orien</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.44:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.35</StatusServerUrl>
              <Order>5</Order>
              <Language>EN</Language>
            </World>
            <World>
              <Name>Sarlona</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.45:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.41</StatusServerUrl>
              <Order>6</Order>
              <Language>EN</Language>
            </World>
            <World>
              <Name>Thelanis</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.46:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.47</StatusServerUrl>
              <Order>7</Order>
              <Language>EN</Language>
            </World>
            <World>
              <Name>Wayfinder</Name>
              <LoginServerUrl>(invalid service specified)</LoginServerUrl>
              <ChatServerUrl>198.252.160.47:2900</ChatServerUrl>
              <StatusServerUrl>http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.53</StatusServerUrl>
              <Order>8</Order>
              <Language>DE</Language>
            </World>
          </Worlds>
          <AuthServer>https://gls-auth.ddo.com/GLS.AuthServer/Service.asmx</AuthServer>
          <PatchServer>patch.ddo.com:5015</PatchServer>
          <LauncherConfigurationServer>http://gls.ddo.com/launcher/ddo/dndlauncher.server.config.xml</LauncherConfigurationServer>
        </Datacenter>
      </GetDatacentersResult>
    </GetDatacentersResponse>
  </soap:Body>
</soap:Envelope>

http://gls.ddo.com/launcher/ddo/dndlauncher.server.config.xml has some fun stuff in it, but you want to look at the StatusServerURL for the World you care about. So Orien is http://gls.ddo.com/GLS.DataCenterServer/StatusServer.aspx?s=10.192.145.35. If you paste that into your browser you get:

XML:
<?xml version="1.0"?>
<Status>
  <logintierlastnumbers>16848;16846;16792;</logintierlastnumbers>
  <logintiers>0;1;2;</logintiers>
  <queuenames>4C6D6557-6E19-4504-9BA8-FCEFE4B1AFE2;CA3056CB-2CD6-4A44-BD90-56E45822E972;</queuenames>
  <allow_billing_role>TurbineEmployee,TurbineVIP,StormreachLimited,StormreachStandard,StormreachGuest,StormreachEUPre</allow_billing_role>
  <queueurls>http://10.192.145.35:7082/LoginQueue;http://10.192.145.35:7081/LoginQueue;</queueurls>
  <lastassignedqueuenumber>0x000041D0</lastassignedqueuenumber>
  <name>Orien</name>
  <farmid>26</farmid>
  <deny_admin_role/>
  <world_full>false</world_full>
  <wait_hint>27.110</wait_hint>
  <we_perma_death>False</we_perma_death>
  <allow_admin_role>Server,CustomerService,Observer,SeniorCustomerService,LeadCustomerService,Test</allow_admin_role>
  <nowservingqueuenumber>0x000041D0</nowservingqueuenumber>
  <deny_billing_role/>
  <logintiermultipliers>1;2;3;</logintiermultipliers>
  <loginservers>198.252.160.44:9004;198.252.160.44:9003;</loginservers>
  <world_pvppermission>0</world_pvppermission>
</Status>

So the chat, login, and game IP address end up being the same, with just the port number determining what world service it is. That's the IP address you want to trace/monitor.

tl;dr;
  • Argonnessen: 198.252.160.16
  • Cannith: 198.252.160.41
  • Cormyr: 64.37.177.10
  • Ghallanda: 198.252.160.42
  • Khyber: 198.252.160.43
  • Orien: 198.252.160.44
  • Sarlona: 198.252.160.45
  • Thelanis: 198.252.160.46
  • Wayfinder: 198.252.160.47
|------------------------------------------------------------------------------------------|
| WinMTR statistics |
| Host - % | Sent | Recv | Best | Avrg | Wrst | Last |
|------------------------------------------------|------|------|------|------|------|------|
| 192.168.0.1 - 0 | 285 | 285 | 0 | 0 | 15 | 0 |
| 10.85.161.32 - 0 | 285 | 285 | 1 | 2 | 42 | 2 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| 10.10.0.9 - 0 | 285 | 285 | 1 | 2 | 42 | 2 |
| 10.200.3.50 - 0 | 285 | 285 | 8 | 9 | 24 | 9 |
| 10.255.255.1 - 0 | 285 | 285 | 7 | 10 | 46 | 27 |
| 192.168.109.4 - 11 | 203 | 182 | 21 | 29 | 191 | 60 |
| 179.1.69.34 - 0 | 285 | 285 | 19 | 22 | 72 | 26 |
| 179.1.69.33 - 0 | 285 | 285 | 122 | 122 | 137 | 123 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| usewr1-rt001i.i3d.net - 0 | 285 | 285 | 142 | 144 | 171 | 143 |
| hosted-by.i3d.net - 0 | 285 | 285 | 142 | 143 | 164 | 142 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
|________________________________________________|______|______|______|______|______|______|
WinMTR v0.92 GPL V2 by Appnor MSP - Fully Managed Hosting & Cloud Provider
 

Eoin-1

Mage Hand: Eye Poke
|------------------------------------------------------------------------------------------|
| WinMTR statistics |
| Host - % | Sent | Recv | Best | Avrg | Wrst | Last |
|------------------------------------------------|------|------|------|------|------|------|
| 179.1.69.34 - 0 | 285 | 285 | 19 | 22 | 72 | 26 |
| 179.1.69.33 - 0 | 285 | 285 | 122 | 122 | 137 | 123 |
| No response from host - 100 | 57 | 0 | 0 | 0 | 0 | 0 |
| usewr1-rt001i.i3d.net - 0 | 285 | 285 | 142 | 144 | 171 | 143 |
| hosted-by.i3d.net - 0 | 285 | 285 | 142 | 143 | 164 | 142 |
So I'm a programmer and not a network tech, so maybe better to wait for a networking person.

192.168.0.1 to 192.168.109.4 is jumping around your local network I think. With 192.168.109.4 being the device (modem?) that connects you to the ISP. 11% packet loss seems high to me, same with the 191 worst latency. Maybe some occasional interference on the cable between 10.255.255.1 and 192.168.109.4?

179.1.69.* address look to both be in Colombia. The latency difference between them seems suspect, but at least the latency is stable.

Eventually you make it to i3D.net, which probably gets you to DDO on their network.
 
Top