No files in etc/WWW/.. after clean install
- 
 Hello, I’ve understimate the installation of fog. 
 The tutorial I’ve have followed is the next one.
 https://wiki.fogproject.org/wiki/index.php/Ubuntu_14.04After the installation you have to replace som files for the new layout. 
 But no files are there in the www map, reinstall the fog software? (i’ve made a snapshot :3 )
 I use fog 1.2.0 and ubuntu 14.04 LTS.*New Web Layout 
 Ubuntu 14.04 moved from the /var/www document root to /var/www/html document root layout. Because of this, we have to either move the /var/www/fog directory to /var/www/html or simply create a link.Open a terminal and sudo up to root. 
 sudo su -
 Move fog folder so it’s accessible.mv /var/www/fog /var/www/html/ 
 Link the folder instead of move.ln -s /var/www/fog /var/www/html/fog* 
- 
 This is already fixed in FOG Trunk.  
 https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk
- 
 The trunk aaahah! 
 I’m going to test it out! Ur helpfull thank you, i will let you know if that helps me out! 
- 
 Thank you very much! 
 The only problem what remains is i can’t pxe clients.I’ve created a new image, the vm’s are at the same network. 
 They can ping each other by ip, not by host name. if i bridge the vm network they can.sudo stop tftpd-hpa 
 sudo start tftpd-hpaThis was a solution for a connection from my old fog machine. 
 But this won’t help either…The client vm is allowed to boot from PXE. 
 I’m don’t see were it goes wrong, well my knowlage isn;t great about Linux or FOG but hopefully you guys can help me out with this one?
- 
 @Stefan-400 Review your DHCP scope options 066 and 067 and ensure they are pointing to the right fog server and the right boot file. 
- 
 Oke, how can i do this without damaging the fog server? 
 Thank you for your help! 
- 
 @Stefan-400 said: Oke, how can i do this without damaging the fog server? 
 Thank you for your help! Look through this: https://wiki.fogproject.org/wiki/index.php/Modifying_existing_DHCP_server_to_work_with_FOG 
