Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux Client usage? #43

Open
dylanlip opened this issue Mar 30, 2022 · 2 comments
Open

Linux Client usage? #43

dylanlip opened this issue Mar 30, 2022 · 2 comments

Comments

@dylanlip
Copy link

Hey there, I'm intending on running FFXIV directly on Linux. Is it possible to run this on the same system as the game? If so, would I just follow steps 6 & 7(Or only 7) & all set? Or should I still route through a VM?

@pegasusearl
Copy link

pegasusearl commented Jun 18, 2022

I would love a tutorial on this as well. I assume you don't need VM since you can just run it normally.
But I'm confused with the routing part. I don't know the equivalent command for linux and when I tried, I can't connect to game servers.

@syldrathecat
Copy link

syldrathecat commented Sep 25, 2022

I would not run it on the host because it does things such as enabling packet forwarding, which may be undesirable from a security standpoint. Its also possible the script just doesn't work since it is assuming it is forwarding between two separate systems.

It is possible to set it up inside of either a VM or LXC container, and then using the appropriate routing commands on the host, e.g.:

$ sudo route add -net 124.150.157.0/24 gw 192.168.X.Y dev lxcbr0

Substituting the IP address and virtual device of your container / VM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants