• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Aaron Johnson
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    Aaron Johnson

    @Aaron Johnson

    1
    Reputation
    269
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Age 44

    Aaron Johnson Unfollow Follow

    Latest posts made by Aaron Johnson

    • RE: 2 problems

      That is correct, but it appears that there is currently no known way to make it work without completely disabling windows firewall… bummer…

      posted in FOG Problems
      A
      Aaron Johnson
    • RE: Cannot resolve hostname XP

      Just to clarify, the setting that Chad-bisd is referring to is found in the web UI by going to ‘Other Information’ -> ‘FOG Settings’ -> scroll down to ‘FOG_HOST_LOOKUP’ and change the value from 1 to 0.

      It’s too bad this appears to be an unresolvable issue with Windows 7 hosts. Even if you enable logging in the firewall settings it doesn’t even log any blocked packets… Weird.

      posted in Windows Problems
      A
      Aaron Johnson
    • RE: HP 500B MT will not PXE BOOT - File not found

      try changing TFTP_USERNAME to “fog” and change TFTP_OPTIONS to “–secure”. Here is what my /etc/default/tftpd-hpa looks like:
      [CODE]

      /etc/default/tftpd-hpa

      TFTP_USERNAME=“tftp”
      TFTP_DIRECTORY=“/tftpboot”
      TFTP_ADDRESS=“0.0.0.0:69”
      TFTP_OPTIONS=“–secure”
      [/CODE]
      …although I doubt this will fix your issue.

      Also make sure that you see these files under /tftpboot and that they have similar permissions to what I have:
      [CODE]
      root@localhost:~# ls /tftpboot -lh
      total 212K
      -rw-r–r-- 1 fog root 828 Apr 23 23:09 boot.txt
      drwxr-xr-x 5 fog root 4.0K Apr 23 12:27 fog
      -rw-r–r-- 1 fog root 25K Apr 23 23:09 memdisk
      -rw-r–r-- 1 fog root 17K Apr 23 23:09 pxelinux.0
      drwxr-xr-x 2 fog root 4.0K Apr 25 00:13 pxelinux.cfg
      drwxr-xr-x 2 fog root 4.0K Apr 23 12:27 tftpboot
      -rw-r–r-- 1 fog root 145K Apr 23 23:09 vesamenu.c32
      [/CODE]

      posted in FOG Problems
      A
      Aaron Johnson
    • RE: 2 problems

      I am having the same issue with the firewall on Windows 7. Making exceptions do nothing. I will keep tinkering with it but so far it’s driving me nuts :mad:

      posted in FOG Problems
      A
      Aaron Johnson
    • RE: TFTP Error - File Not Found

      I’m not sure if this is your problem or not but on recent versions of Debian Squeeze you must change the TFTP_DIRECTORY path located in /etc/default/tftpd-hpa from “/srv/tftp” to “/tftpboot”, or you can just symlink /tftpboot to /srv/tftp.

      I have updated the FOG Debian installation instructions on the wiki:
      [url]http://fogproject.org/wiki/index.php?title=Installation_on_Debian_Lenny[/url]

      posted in FOG Problems
      A
      Aaron Johnson
    • RE: HP 500B MT will not PXE BOOT - File not found

      I’m not sure if this is your problem or not but on recent versions of Debian Squeeze you must change the TFTP_DIRECTORY path located in /etc/default/tftpd-hpa from “/srv/tftp” to “/tftpboot”, or you can just symlink /tftpboot to /srv/tftp.

      I have updated the FOG Debian installation instructions on the wiki:
      [url]http://fogproject.org/wiki/index.php?title=Installation_on_Debian_Lenny[/url]

      posted in FOG Problems
      A
      Aaron Johnson