Hi, everyone
How can I change the value of Default Distances I would have to change the DHCP value, which is moderately default to 5 and static to 10. I would like to set DHCP to 40 or higher. Anyone know how I can change that? many thanks for your help.
Solved! Go to Solution.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Are you talking about the admin distance on the DHCP-injected default route on a wan interface? If so, below is the commend:
config sys int
edit <wan_interface_name>
set distance 40
next
end
Or, if you wan to get rid of it completely, you can use below instead.
config sys int
edit <wan_interface_name>
set defaultgw disable
next
end
Toshi
Are you talking about the admin distance on the DHCP-injected default route on a wan interface? If so, below is the commend:
config sys int
edit <wan_interface_name>
set distance 40
next
end
Or, if you wan to get rid of it completely, you can use below instead.
config sys int
edit <wan_interface_name>
set defaultgw disable
next
end
Toshi
Hello Toshi
Yes we talk to her about DHCP. Thank you for your information, this helps me a lot.
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1662 | |
1077 | |
752 | |
443 | |
220 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.