Quick detail I'm stuck on that I'm sure is just a conf setting somewhere I can't find.
I have a server running drbl/clonezilla at 10.0.0.104.
There is a firewall/gateway at 10.0.0.100.
Clients 10.0.0.1-30 all contact the drbl server running full clonezilla mode and get their retore jobs correctly, and execute fine. At the very last step though they print something along the lines of
Setting Clonezilla server know my job is done. Sending message ... to server at 10.0.0.100.
Then times out after a while saying it couldn't establish a socket. Where can I tweak this so it calls home to the right IP?
Fantastic tool, thanks for any help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the PXE config file:
/tftpboot/nbi_img/pxelinux.cfg/default
you can append
ocs_server=$YOUR_IP
in the "append" line of clonezilla section. Then your client will send to that server.
Steven.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Quick detail I'm stuck on that I'm sure is just a conf setting somewhere I can't find.
I have a server running drbl/clonezilla at 10.0.0.104.
There is a firewall/gateway at 10.0.0.100.
Clients 10.0.0.1-30 all contact the drbl server running full clonezilla mode and get their retore jobs correctly, and execute fine. At the very last step though they print something along the lines of
Setting Clonezilla server know my job is done. Sending message ... to server at 10.0.0.100.
Then times out after a while saying it couldn't establish a socket. Where can I tweak this so it calls home to the right IP?
Fantastic tool, thanks for any help!
In the PXE config file:
/tftpboot/nbi_img/pxelinux.cfg/default
you can append
ocs_server=$YOUR_IP
in the "append" line of clonezilla section. Then your client will send to that server.
Steven.