DMZ query

rockstar81rockstar81 Member Posts: 151
I am trying to get my head around something and don't know if I have over thought it or had a brain freeze.

If you have one public IP for your network and then multiple services in your DMZ all with private IPs how could people outside on the Internet connect to them? Is it port forwarding that allows this?

Comments

  • RouteMyPacketRouteMyPacket Member Posts: 1,104
    rockstar81 wrote: »
    I am trying to get my head around something and don't know if I have over thought it or had a brain freeze.

    If you have one public IP for your network and then multiple services in your DMZ all with private IPs how could people outside on the Internet connect to them? Is it port forwarding that allows this?

    Think about that for a moment, regardless of it's location (Inside/DMZ) what is required for something to be reachable from the Internet? If I want to present a service/server to the Internet for public access, what do I need? You've already mentioned it
    Modularity and Design Simplicity:

    Think of the 2:00 a.m. test—if you were awakened in the
    middle of the night because of a network problem and had to figure out the
    traffic flows in your network while you were half asleep, could you do it?
  • rockstar81rockstar81 Member Posts: 151
    Public IP.

    So if you had just one public IP but wanted multiple services to be available all through that 1 address is it possible?
  • PristonPriston Member Posts: 999 ■■■■□□□□□□
  • apr911apr911 Member Posts: 380 ■■■■□□□□□□
    Picture it like this... You live in an apartment. The protocol is your Mailman, Your IP address is your street address, Your Port Number is your apartment number.

    You need all 3 to have mail delivered to you. If you have no mailman than traffic never leaves the post office. If you have no IP than the mailman doesnt know where to bring the traffic to. If you have no port, the traffic gets to the right building (your router/firewall) but it never reaches you (your specific internal node), unless you tell your firewall/router to send all traffic of a specific protocol type to you such as in a static NAT with multiple public IPs.
    Currently Working On: Openstack
    2020 Goals: AWS/Azure/GCP Certifications, F5 CSE Cloud, SCRUM, CISSP-ISSMP
Sign In or Register to comment.