Step 1: Enable DHCP Relay:
- SSH to FW and run "sysconfig"
- Select option 8: "DHCP Relay Configuration"
- Define DHCP server IP address in "DHCP servers list"
- Select both eth0 and eth1 interface in "Relay via interfaces"
- Enable DHCP relay
- Open SmartDashborad and create following node or network objects:
- Server_DHCP - a node with DHCP server's IP address in the internal network
- DHCP_255.255.255.255 - this is a node with 255.255.255.255 address
- Network_X.X.X.X - this is the network of the DHCP scope
- Create following three rules:
- (source) Server_DHCP, (destination) Firewall object, (services) dhcp-relay && dhcp-rep-localmodule && dhcp-req-localmodule, Accept, Log
- (source) Network_X.X.X.X, (destination) Server_DHCP, (services) dhcp-relay && dhcp-rep-localmodule && dhcp-req-localmodule, Accept, Log
- (source) Any, (destination) DHCP_255.255.255.255, (services) dhcp-relay && dhcp-rep-localmodule && dhcp-req-localmodule, Accept, Log
No comments:
Post a Comment