symfony2-vagrant
symfony2-vagrant copied to clipboard
winnfsd problem
I have problem with winnfsd plugin . after up vm display message about firewall issue. can I remove type = nfs in the vagrantfile line of folder synce? and connected normally?
I get this problem . and I don't have any firewall ( disable that). please help me . I just need simple dev place for learning symfony.
$ vagrant up 'netsh' is not recognized as an internal or external command, operable program or batch file. It seems that you don't have the privileges to change the firewall rules. NFS will not work without that firewall changes. Execute the following commands via cmd as administrator: netsh advfirewall firewall add rule name="VagrantWinNFSd-1.0.11" dir="in" action=allow protocol=any program="C:\Users\al i.vagrant.d\gems\gems\vagrant-winnfsd-1.0.11\bin\winnfsd.exe" profile=any netsh advfirewall firewall add rule name="VagrantWinNFSd-1.0.11" dir="out" action=allow protocol=any program="C:\Users\a li.vagrant.d\gems\gems\vagrant-winnfsd-1.0.11\bin\winnfsd.exe" profile=any If you are an Windows XP user run the following command instead: netsh firewall add allowedprogram "C:\Users\ali.vagrant.d\gems\gems\vagrant-winnfsd-1.0.11\bin\winnfsd.exe" VagrantWinN FSd-1.0.11 ENABLE Bringing machine 'default' up with 'virtualbox' provider...