Cant use fedora share

how to use this share if i go to the dav://fedora.local it does not load anything from same device as well as from other devices in same network

It is “dav” not “dev”

3 Likes

my mistale i have used dav but it still does not work

1 Like

“fedora.local” appears to be what the hostname is set. This is almost certainly not resolvable with your DNS. Try using dav://<IP Address> (replace with the actual IP of your Fedora machine (ip addr)).

Also make sure port 80 is open on the Fedora machine:

firewall-cmd --add-port=80/tcp --permanent
firewall-cmd --reload
3 Likes