Good night from Madrid
I’m going to change the PC of fog for a newer computer.:)
Can I move images OS from the old server to the new server?
How can I do?o_O
Good night from Madrid
I’m going to change the PC of fog for a newer computer.:)
Can I move images OS from the old server to the new server?
How can I do?o_O
]--------Original Configuration-----------------
subnet 192.168.212.0 netmask 255.255.255.0{
option routers 192.168.212.1;
option subnet-mask 255.255.255.0;
option domain-name-servers 80.58.61.250, 80.58.61.254;
range 192.168.212.8 192.168.212.254;
----------Configuración with external Server PXE -----------------
subnet 192.168.212.0 netmask 255.255.255.0{
option routers 192.168.212.1;
option subnet-mask 255.255.255.0;
option domain-name-servers 80.58.61.250, 80.58.61.254;
range 192.168.212.8 192.168.212.254;[
#configuracion pxe fog
filename “pxelinux.0”;
next-server 192.168.212.5;
Hello
I´m trying install server PXE with fog into the net, but I don´t know what is the code correctly that I have to write in the dhcp.conf of the dhcp server. I working with Ubuntu in both servers:(
I had added this code, but it isn´t running:
<quote>
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.70 192.168.1.100;
filename “pxelinux.0”;
next-server 192.168.1.50;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
</quote>
I can access fron the PC´s of the net.
Can yu help me?
Thanks