You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
-
Have you tried it out? My gut tells me that you might trigger network protections in smarter network gear, and the hosts may prefer to seek out an IP from their previous DHCP server, but the worst case I see is that one of the DHCP servers is ineffective, meaning no redundancy. I suspect it will work okay. Ensuring the DHCP servers stay in sync may be the hard part.Slartibartfast– Slartibartfast2018-07-28 05:24:28 +00:00Commented Jul 28, 2018 at 5:24
-
No, I haven't tried it yet. Not sure if production network is the proper location for such a trial... On a trial network, such as Linux containers / network namespaces, it could be tried with little difficulty. Perhaps I'll do that.juhist– juhist2018-07-28 05:27:31 +00:00Commented Jul 28, 2018 at 5:27
-
2kb.isc.org/article/AA-00502/0/…user143703– user1437032018-07-28 07:01:24 +00:00Commented Jul 28, 2018 at 7:01
-
DHCP can handle this. ISC DHCPD, for example, has documentation describing how this could be set up. I've not tried it, though, so I don't class this as a proper "answer". (Ah. Just noticed yoonix has referenced the same document.)Chris Davies– Chris Davies2018-07-28 09:30:34 +00:00Commented Jul 28, 2018 at 9:30
-
Related: paulroberts69.wordpress.com/2011/10/27/… and tools.ietf.org/html/draft-ietf-dhc-failover-12 -- it seems it's not an RFC but rather an Internet draft.juhist– juhist2018-07-28 10:01:26 +00:00Commented Jul 28, 2018 at 10:01
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. apache-2.2), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you