WARP connect to NFS server

What is the name of the domain?

NA

What is the error number?

NA

What is the error message?

NA

What is the issue you’re encountering

Hi, I am setting up a cloudflared on a desktop, and want to connect to local NFS server, but I cannot mount the NFS server, the mount command is stuck and no response…

What steps have you taken to resolve the issue?

  1. Setup cloudflared
  2. Using WARP client to connect to Virtual Private Network.
  3. Using command to try to mount NFS server like: New-PSDrive -Name K -PSProvider FileSystem -Root “\192.168.5.53\vol_k8s” -Persist.

What are the steps to reproduce the issue?

  1. Setup cloudflared
  2. Using WARP client to connect to Virtual Private Network.
  3. Using command to try to mount NFS server like: New-PSDrive -Name K -PSProvider FileSystem -Root “\192.168.5.53\vol_k8s” -Persist.

Sorry to mention that when I direct using cable, I can successfully mount NFS server.