Closed K-rek closed 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}'
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?
Yes, in your case replace device name
with eth0
.
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
What Linux distro are you using now? You may need to install curl manually if it didn't come with your Linux distro.
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
Hey there, less an issue and more of a question. What all do I need to put in place of the eth0?