Hi, Everyone
I try to construct an isolated network using ubuntu 14.04.3 desktop version with FOG 1.2.0
When I attempted to connect to the fogserver from my client computer, it show me those text
After this screen show up, it display “No network found” and enter into the Windows desktop screen.
Hardware List:
Ubuntu 14.04.3 desktop version installed on one desktop
Windows 7 Client HP EliteBook
Connect two of them using a Trendnet Gigabit Switch TEG-S80g on an isolated network
I will also provide my installation steps below
-
Install Ubuntu 14.04.3
-
Finish the upgrade
-
Install FOG 1.2.0 (Using “FOG on an Isolated Network”)
-
IP address : 192.168.1.1
-
Using the fog server for dhcp service
-
Update the database on the Fog Web GUI
-
In the Fog Web GUI,
*Go to FOG Configuration/FOG Settings/ TFTP Server
Set FOG_TFTP_FTP_USERNAME: fog
FOG_TFTP_FTP_PASSWORD: fog
*Go to Storage management
Edit DefaultMember
Set Management Username: fog
Management Password: fog
Then edit /var/www/fog/lib/fog/Config.class.php (see below) to edit the credential same as the credential in Web Gui.
**Here goes the troubleshooting: **
1. I disabled the firewall.
2. Check the TFTP Service:
execute -> sudo /etc/init.d/xinetd status
I do not know how to read that information, but it stated the tftp service is running
execute -> sudo /etc/init.d/xinetd restart
3. TFTP Settings file:
4. DHCP Setting file: (/etc/dhcp/dhcpd.conf):
5. Network Connection:
Connection Name: Wired connection 1 (Manual)
Address : 192.168.1.1
Netmask: 255.255.255.0
Gateway: 192.168.1.1
6. I also set the Permissions for server to grab the file
ls -laR /tftpboot
chmod -R 777 /tftpboot
After those steps and follow the troubleshooting guide “Unable to connect to TFTP” from FOG Wiki.
The problem still there, I have no idea how to resolve it.
Please give me some advices or let me know what distribution of Linux might work the best for FOG server.
If anyone successfully install the fog server on isolated network environment, please provide me the correct steps for installation.
I’m appreciate. Thank you