Navigation

    FOG Project

    • Register
    • Login
    • Search
    • Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. PeterDoobes
    P
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    PeterDoobes

    @PeterDoobes

    1
    Reputation
    2
    Posts
    215
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Age 43

    PeterDoobes Follow

    Best posts made by PeterDoobes

    This user hasn't posted anything yet.

    Latest posts made by PeterDoobes

    • RE: The dreaded PXE-E32

      Had a similar problem. Option 66 is being passed but the next-server in the bootp wasn’t set. Try using the CLI on the fortigate to go in and edit the DHCP settings.

      From the CLI:

      FORT-310B # config vdom
      FORT-310B (vdom) # edit <vdom name>
      FORT-310B (<vdom name>) # config system dhcp server
      FORT-310B (server) # edit 1 //Replace 1 with the number of the DHCP server id on the fortigate if more than one configured
      FORT-310B (1) # [COLOR=#ff0000][B]set next-server 192.168.X.X[/B][/COLOR]
      FORT-310B (1) # end

      posted in FOG Problems
      P
      PeterDoobes
    • RE: PXE boot configuration Fortigate help

      You need to set the next-server for the DHCP through the CLI in fortigate.

      From the CLI:

      FORT-310B # config vdom
      FORT-310B (vdom) # edit <vdom name>
      FORT-310B (<vdom name>) # config system dhcp server
      FORT-310B (server) # edit 1 //Replace 1 with the number of the DHCP server id on the fortigate if more than one configured
      FORT-310B (1) # [COLOR=#ff0000][B]set next-server 192.168.X.X[/B][/COLOR]
      FORT-310B (1) # end

      posted in General
      P
      PeterDoobes