diff options
author | Stef Walter <stefw@redhat.com> | 2015-10-14 23:30:20 +0200 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2015-10-14 23:30:20 +0200 |
commit | cb65e1c7e89afc5fa439daecd3db92b4d20b47cd (patch) | |
tree | 0e96144f46c981270c3342b90ee50ea1aa0cbea2 /content | |
parent | 7bbeda1b7882b284a082372f879fba146a8d078d (diff) |
Document vagrant + firewalld
Diffstat (limited to 'content')
-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 |