How do I turn off DHCP on a standalone fog server and add it to an existing network that will give out DHCP addresses (Windows server) ? Is there a command I can use to do that?
Posts made by fredlwal
-
turning off DHCP on a standalone network
-
RE: dell netbook 2100 upload issue
when I ran fog, I see it is asking for please boot windows fsck.
-
RE: dell netbook 2100 upload issue
i’m in upload degbug mode right now,
hd=/dev/sda
part=/dev/sda1Should I type in fog?
-
dell netbook 2100 upload issue
I’m having an issue when trying to upload an image to the fog server, i’m using a dell latitude 2100 windows 7 , i’m using multi partion single disk, part clone. So when it starts to upload Sda2 it has a quick message and then it says uploaded then shutdown.
-
RE: imaging using a macbook pro
@RLane is there a file that I need to download , do you have the link to it?
-
RE: imaging using a macbook pro
i’m not having any luck on getting this to work, any more suggestions?
-
RE: imaging using a macbook pro
Do you guys have a better document to set this up on my existing fog server?
-
imaging using a macbook pro
Has anyone ever imaged using a macbook uploading the image to the fog server? I already have a fog server up in running but my images are windows desktops.
-
RE: Standalone
[quote=“Wayne Workman, post: 45935, member: 28155”]I’ve viewed a picture that fredlwal sent me.
The target host isn’t receiving DHCP. “No DHCP or proxyDHCP offers were received”We should check the status of the DHCP service.
What is the output of this?
[CODE]sudo service isc-dhcp-server status[/CODE]After that, try restarting the service:
[CODE]sudo service isc-dhcp-server restart[/CODE][/quote]Well, today I copied over another image onto the server and I made sure that the name was exactly the same but when I booted a client computer i’m connecting to dhch but TFTP gives me this
"TFTP…
PXE-E32:
PXE-M0F
Selected boot device failed. Press any key to Reboot the system " -
RE: Standalone
t_tiger@fogsrv1:~/Downloads$ ./troubleshoot.sh
status: Unknown job: tftpd-hpa
status: Unknown job: isc-dhcp-server
status: Unknown job: rpcbind
status: Unknown job: vsftpd
modprobe: ERROR: could not insert ‘ip_tables’: Operation not permitted
iptables v1.4.21: can’t initialize iptables table `filter’: Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
./troubleshoot.sh: line 92: sestatus: command not found
cat: /etc/dnsmasq.d/ltsp.conf: No such file or directory
t_tiger@fogsrv1:~/Downloads$ -
RE: Standalone
here u go
[url=“/_imported_xf_attachments/1/1908_DebianFog.txt?:”]DebianFog.txt[/url]
-
RE: Standalone
Where does it store the log file at, that you would need to look at?
-
RE: Standalone
this is what I get when I run the script.
t_tiger@fogsrv1:~/Downloads$ ./TroubleshootFog.sh
status: Unknown job: tftpd-hpa
status: Unknown job: isc-dhcp-server
status: Unknown job: rpcbind
status: Unknown job: vsftpd
modprobe: ERROR: could not insert ‘ip_tables’: Operation not permitted
iptables v1.4.21: can’t initialize iptables table `filter’: Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
./TroubleshootFog.sh: line 92: sestatus: command not found
cat: /etc/dnsmasq.d/ltsp.conf: No such file or directory -
RE: Standalone
I ran the chmod 777, but how do I know its working when I can’t PXE into the server from a client?
-
RE: Standalone
I wasn’t going from an old version of fog i’m coping images that are from 1.2.0 to the same version.
-
RE: Standalone
Well, the old server is dead, I only have the images copied over to the external hd. Is there anytning else I can try?