Soreepeong / XivMitmLatencyMitigator

Double weave on high latency man-in-the-middle packet modification script running on Linux for Final Fantasy XIV.
Apache License 2.0
59 stars 13 forks source link

Eth0 confusion #96

Closed K-rek closed 3 months ago

K-rek commented 3 months ago

Hey there, less an issue and more of a question. What all do I need to put in place of the eth0?

bankjaneo commented 3 months ago

Assuming that you have only one network interface for Internet access. You can use this command to find that interface name.

ip route get 8.8.8.8 | awk -- '{printf $5}'

K-rek commented 3 months ago

Assuming that you have only one network interface for Internet access. You can use this command to find that interface name.

ip route get 8.8.8.8 | awk -- '{printf $5}'

So I'm trying to follow the guide and it shows the result of ip addr show and then says to put in place of device name the result of the eth0 in the code in step 6, what all from ip addr show is the eht0 I need to use?

bankjaneo commented 3 months ago

Yes, in your case replace device name with eth0.

K-rek commented 3 months ago

So now I'm confused with both copying the game into the vm and the mitigation code. Vm isn't recognizing the curl command. Edit: figured out the curl command, but now it says the remote data download for ffxiv doesn't have a length and thus cannot be downloaded

bankjaneo commented 3 months ago

What Linux distro are you using now? You may need to install curl manually if it didn't come with your Linux distro.

K-rek commented 3 months ago

Actually managed to get through it all, but now I'm struggling with routing the ps5 into the vm and the linked guide just goes to an isp homepage