• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. TomBagley
    3. Posts
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 64
    • Best 4
    • Controversial 0
    • Groups 0

    Posts made by TomBagley

    • RE: Fog Boot Menu only works once

      @Quazz said in Fog Boot Menu only works once:

      @TomBagley Considering you have to enter tftp server address, it is likely you have another DHCP server on your network (likely your modem), which might be interfering.

      I understand your thoughts Quazz and although I do have another DHCP server I wouldn’t have expected it to not work so consistently if that was the case. I’d expect intermittent issues rather than it always working the first time and not the second.

      Tom

      posted in FOG Problems
      T
      TomBagley
    • RE: Fog Boot Menu only works once

      Hi Tom,

      sestatus:

      SELinux status:                 enabled
      SELinuxfs mount:                /sys/fs/selinux
      SELinux root directory:         /etc/selinux
      Loaded policy name:             targeted
      Current mode:                   permissive
      Mode from config file:          permissive
      Policy MLS status:              enabled
      Policy deny_unknown status:     allowed
      Max kernel policy version:      28
      

      Output of iptables -L -n:

      Chain INPUT (policy ACCEPT)
      target     prot opt source               destination
      ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0            ctstate RELATED,ESTABLISHED
      ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
      INPUT_direct  all  --  0.0.0.0/0            0.0.0.0/0
      INPUT_ZONES_SOURCE  all  --  0.0.0.0/0            0.0.0.0/0
      INPUT_ZONES  all  --  0.0.0.0/0            0.0.0.0/0
      ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0
      REJECT     all  --  0.0.0.0/0            0.0.0.0/0            reject-with icmp-host-prohibited
      
      Chain FORWARD (policy ACCEPT)
      target     prot opt source               destination
      ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0            ctstate RELATED,ESTABLISHED
      ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
      FORWARD_direct  all  --  0.0.0.0/0            0.0.0.0/0
      FORWARD_IN_ZONES_SOURCE  all  --  0.0.0.0/0            0.0.0.0/0
      FORWARD_IN_ZONES  all  --  0.0.0.0/0            0.0.0.0/0
      FORWARD_OUT_ZONES_SOURCE  all  --  0.0.0.0/0            0.0.0.0/0
      FORWARD_OUT_ZONES  all  --  0.0.0.0/0            0.0.0.0/0
      ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0
      REJECT     all  --  0.0.0.0/0            0.0.0.0/0            reject-with icmp-host-prohibited
      
      Chain OUTPUT (policy ACCEPT)
      target     prot opt source               destination
      OUTPUT_direct  all  --  0.0.0.0/0            0.0.0.0/0
      
      Chain FORWARD_IN_ZONES (1 references)
      target     prot opt source               destination
      FWDI_public  all  --  0.0.0.0/0            0.0.0.0/0           [goto]
      FWDI_public  all  --  0.0.0.0/0            0.0.0.0/0           [goto]
      
      Chain FORWARD_IN_ZONES_SOURCE (1 references)
      target     prot opt source               destination
      
      Chain FORWARD_OUT_ZONES (1 references)
      target     prot opt source               destination
      FWDO_public  all  --  0.0.0.0/0            0.0.0.0/0           [goto]
      FWDO_public  all  --  0.0.0.0/0            0.0.0.0/0           [goto]
      
      Chain FORWARD_OUT_ZONES_SOURCE (1 references)
      target     prot opt source               destination
      
      Chain FORWARD_direct (1 references)
      target     prot opt source               destination
      
      Chain FWDI_public (2 references)
      target     prot opt source               destination
      FWDI_public_log  all  --  0.0.0.0/0            0.0.0.0/0
      FWDI_public_deny  all  --  0.0.0.0/0            0.0.0.0/0
      FWDI_public_allow  all  --  0.0.0.0/0            0.0.0.0/0
      
      Chain FWDI_public_allow (1 references)
      target     prot opt source               destination
      
      Chain FWDI_public_deny (1 references)
      target     prot opt source               destination
      
      Chain FWDI_public_log (1 references)
      target     prot opt source               destination
      
      Chain FWDO_public (2 references)
      target     prot opt source               destination
      FWDO_public_log  all  --  0.0.0.0/0            0.0.0.0/0
      FWDO_public_deny  all  --  0.0.0.0/0            0.0.0.0/0
      FWDO_public_allow  all  --  0.0.0.0/0            0.0.0.0/0
      
      Chain FWDO_public_allow (1 references)
      target     prot opt source               destination
      
      Chain FWDO_public_deny (1 references)
      target     prot opt source               destination
      
      Chain FWDO_public_log (1 references)
      target     prot opt source               destination
      
      Chain INPUT_ZONES (1 references)
      target     prot opt source               destination
      IN_public  all  --  0.0.0.0/0            0.0.0.0/0           [goto]
      IN_public  all  --  0.0.0.0/0            0.0.0.0/0           [goto]
      
      Chain INPUT_ZONES_SOURCE (1 references)
      target     prot opt source               destination
      
      Chain INPUT_direct (1 references)
      target     prot opt source               destination
      
      Chain IN_public (2 references)
      target     prot opt source               destination
      IN_public_log  all  --  0.0.0.0/0            0.0.0.0/0
      IN_public_deny  all  --  0.0.0.0/0            0.0.0.0/0
      IN_public_allow  all  --  0.0.0.0/0            0.0.0.0/0
      
      Chain IN_public_allow (1 references)
      target     prot opt source               destination
      ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:21 ctstate NEW
      ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:137 ctstate NEW
      ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:138 ctstate NEW
      ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:139 ctstate NEW
      ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:445 ctstate NEW
      ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:80 ctstate NEW
      ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:443 ctstate NEW
      ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:111 ctstate NEW
      ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:111 ctstate NEW
      ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:20048 ctstate NEW
      ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:20048 ctstate NEW
      ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:2049 ctstate NEW
      ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:22 ctstate NEW
      ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:53 ctstate NEW
      ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:53 ctstate NEW
      ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0            tcp dpt:3306 ctstate NEW
      ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:67 ctstate NEW
      ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:69 ctstate NEW
      ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:4011 ctstate NEW
      
      Chain IN_public_deny (1 references)
      target     prot opt source               destination
      
      Chain IN_public_log (1 references)
      target     prot opt source               destination
      
      Chain OUTPUT_direct (1 references)
      target     prot opt source               destination
      

      Thanks,
      Tom

      posted in FOG Problems
      T
      TomBagley
    • RE: Fog Boot Menu only works once

      Hi,
      Thanks all for the replies. The Fog Server is indeed functioning as the DHCP server and I did build the Kernel myself however I found the same issue with the original kernel and have tried several different ones all with the same effect!

      Thanks,
      Tom

      posted in FOG Problems
      T
      TomBagley
    • Fog Boot Menu only works once

      Hi,
      Firstly, just want to say a huge thank you for such a brilliant piece of kit.

      I have Fog Trunk 7492 running on CentOS 07.

      I am using the kitchen sink config with kernel 4.5.3

      I have two machines to image the Dell OptiPlex 7010 and the OptiPlex 3020.

      The OptiPlex 7010 boots to the Fog menu perfectly and works with multiple reboots.

      The issue I am having is with the OptiPlex 3020. It boots to the Fog Menu once and then if I reboot the machine it hangs at ‘Please enter tftp server:’ if I enter the address it does not boot to the fog menu.

      If I reboot the FogServer the 3020 will boot fine first time and then fail the second time again. Could you possibly offer any guidance?

      If you need any information let me know,
      Thanks,
      Tom

      posted in FOG Problems
      T
      TomBagley
    • 1 / 1