Client install after deploy
-
Hello,
I’m working on a script to build conf file of the client after deploying a generic image and installing the client in different networks IP range with different FOG server address based on the computer current IP address.
I planned to use txt (or csv) file with first IP, last IP and FOG IP.
ex :
[CODE]192.168.0.1 192.168.2.255 192.168.0.7[/CODE]Is there someone that worked on something similar ?
Here is my current code but far to be good.
I didn’t work on looking between min and max and i haven’t handle IP with more than 12 numbers.[url=“/_imported_xf_attachments/0/348_FogConfGen.txt?:”]FogConfGen.txt[/url]