- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- DHCP Options
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
DHCP Options
Kindly assist on how to configure DHCP option 242 checkpoint R80
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Check Point use ISC (Internet Systems Consortium) DHCPD which is the same as you find on other Linux machines forexample. So if you have some experience by manually editing dhcpd.conf file you can go ahead and do that on your gateway(s).
You can open the dhcpd.conf file in vi by running this command in expert mode on your gateway: vi /etc/dhcpd.conf
Add your option inside this configuration file.
Remember to run save config after you are done with editing.
Vi commands: (since I always Google them):
Esc followed by:
:q (to quit)
:q! (quit without saving)
:wq (write and quit)
