No internet connection when I turn on mudfish

I am trying to get Final Fantasy 14 to work with Mudfish. After I add the item and start the connection, I lose internet on my computer. Full VPN mode works but not the normal operation. Help plz.

Am using version 5.2.2 on linux.

Weird… Which linux distribution are you using? And could you please show me the result of netstat -nr after auto-configuration with the normal operation?

It looks it’s a routing table issue…

I’m using Manjaro 5.4. After I turn it on it looks like

and then after a while it says there was a problem loading this page and the Item disappears.

Netstat:
https://pastebin.com/8mzv23hY

Also if it’s any help, after I turn off normal mode I need to restart my ethernet adapter to get internet back.

Some more info:
If I use auto node select instead then I get a lot of errors

but if I manually select then it says ready to go.

@Talicrons As you can see the below screenshot, it seems your distribution adds a wrong default gateway when mudfish is enabled.

image

After this issue happen, please try to remove the default gateway with the following command:

$ sudo ip route del default via 10.254.154.1 dev tap0

Please note 10.254.154.1 is changeable whenever you run mudfish.

Ok it works perfectly now thanks!