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

    PeterDoobes

    @PeterDoobes

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

    PeterDoobes Unfollow Follow

    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