FOG-Server with two NICs on Ubuntu Server
-
Hey guys,
I am trying FOG-server on a computer with two network interfaces.
eth0 should be used to access the web interface as well as internet access.
The server IP address is 192.168.1.141.eth1 should be the interface for imaging. This one is configured to the address 192.168.2.100.
During FOG installation I chose to not use an existing DHCP-Server, but using the FOG DHCP server. This one is configured to eth1 and is already working.
Base Linux: Debian Detected Linux Distribution: Ubuntu Installation Type: Normal Server Server IP Address: 192.168.1.141 DHCP router Address: DHCP DNS Address: Interface: eth1 Using FOG DHCP: 1
The corresponding FOG-Settings are the following:
FOG_TFTP_HOST = 192.168.2.100
FOG_WEB_HOST = 192.168.1.141
FOG_WOL_HOST = 192.168.2.100
FOG_WOL_INTERFACE = eth1
FOG_NFS_ETH_MONITOR = eth1
FOG_UDPCAST_INTERFACE = eth1When PXE-Booting from a machine directly connected to the server’s eth1, I get the following error message:
http://192.168.1.141/fog/service/ipxe/boot.php… Network unreachable
Can anybody help me configuring this to 192.168.2.100??
Thank you in advance.
Regards
Gardinero -
@Gardinero Hi, After tftp boot, the init is loaded using FOG web server >> FOG_WEB_HOST. Not sure you can modify that.
-
Hi, i use 2 Nic, 1 standard for webaccess and 1 Fiber for deploy, i use the same configuration than you, but my 2 NIC are on the same switch and work fine.
-
Guys, thank you very much. I found the solution for this issue. I changed FOG_WEB_HOST to 192.168.2.100 and the PXE-Boot is working.
But now I get the message
“Unable to locate image store”
Although there are several threads concerning this issue in this forum, I did not find a solution yet…
I think I will create a new thread.
Regards
Gardinero