Skip to main content
Contributor
November 21, 2010
Question

DHCP Server in Transparent mode

  • November 21, 2010
  • 3 replies
  • 3483 views
Hi, I have a Fortigate 80c between a LAN and two ISP routers. All three present Ethernet 192.168.1.x to the Fortigate, so its configured for transparent mode. It will also need to be a DHCP server for the LAN. Is this possible in transparent mode?

    3 replies

    Contributor
    November 21, 2010
    I know by default you can' t have a DHCP server on a device with no advertised IP address (and doesn' t NAT on the network), but is there a work around for this, or will I need to create a DHCP server on a different device? thanks
    ede_pfau
    SuperUser
    SuperUser
    November 21, 2010
    No DHCP server in transparent mode. Full stop. workaround (just the necessary steps, no details): you can define virtual firewalls on your Fortigate, called VDOMs. You are using the ' root' VDOM now. Create one more VDOM, put it in NAT/routing mode and define one interface with an IP in the LAN IP range. Connect this interface to the LAN side of your network. Define a DHCP server on the ' routing' VDOM. For details see either the Admin Guide or the new FortiOS Handbook.
    Contributor
    November 22, 2010
    yep, that makse sense. thanks