diff options
Diffstat (limited to 'content/cockpit')
-rw-r--r-- | content/cockpit/cockpit-vagrantfile.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/cockpit/cockpit-vagrantfile.md b/content/cockpit/cockpit-vagrantfile.md index 7e2fe11..999eceb 100644 --- a/content/cockpit/cockpit-vagrantfile.md +++ b/content/cockpit/cockpit-vagrantfile.md @@ -104,3 +104,11 @@ Rebuild the Vagrant VM like this: $ sudo vagrant destroy $ sudo vagrant up + +## Troubleshooting + +On Fedora, FirewallD got in the way of Vagrants use of NFS. On my machine, I had to do this +to get it to work: + + :::text + $ sudo firewall-cmd --set-default-zone=trusted |