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.
Required fields*
- Any traffic in or out of a DMZ should pass through a firewall, else it is not really a DMZ. Devices in a DMZ are only semi-trusted. Allowing any direct access to your corporate network means they are just part of the corporate network, not in a DMZ. If something in the DMZ gets compromised, you need a firewall from it to your corporate network to buy time to either shut it down or remediate it.Ron Maupin– Ron Maupin ♦2024-10-17 15:34:31 +00:00Commented Oct 17, 2024 at 15:34
- Sure, fair enough. This is in a homelab deployment where my plex server is in the DMZ and my NAS is in a trusted vlan and I want to have 10Gbps file transfer to plex while keeping the rest of the traffic isolated. I would not do something like this in a corporate setting.NotGene– NotGene2024-10-17 15:46:50 +00:00Commented Oct 17, 2024 at 15:46
- I'm more just wondering if this is possible in my deployment, which I admit is unusual because: I want a DMZ for the sake of learning how to set one up, but I also want 10Gbps SMB traffic between the DMZ and my NAS. In a corporate setting I would get a firewall with higher throughput. Just want to know if what I'm trying to do is possible, setting aside whether it's truly secure.NotGene– NotGene2024-10-17 15:49:34 +00:00Commented Oct 17, 2024 at 15:49
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**
- 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. cisco-asa), 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