ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Changing subnet mask?

    IT Discussion
    11
    45
    2.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • IRJI
      IRJ @travisdh1
      last edited by

      @travisdh1 said in Changing subnet mask?:

      @irj said in Changing subnet mask?:

      @travisdh1 said in Changing subnet mask?:

      @irj said in Changing subnet mask?:

      @siringo said in Changing subnet mask?:

      Sorry if this is a dumb question but ...

      Inherited an old SBS network which has been upgraded, but is still using the 10.0.0.0 /8 setup.

      I was thinking of changing the subnet to /24.

      Currently all devices still have 10.0.0.x addresses.

      Some of the their network gear is managed and I need to arrange with them to change settings within their Cisco gear to /24.

      If I get the Cisco gear changed, prior to me changing the servers, PCs, printers etc to /24 will everything remain working??

      For example, If I get the Cisco gear changed to /24 on weekend 1, will everything still communicate & work fine until I can change the other gear on weekend 2??

      I know the subnets are different, but with all devices having 10.0.0.x addresses I'm thinking they still may be seen by the /24 devices????

      Does that make sense?

      Create /24 VLANs. Separate severs, printers, workstations with different VLANs. Then you can block workstations from even seeing server VLAN.

      Seems like a lot of work with no business need from what we know.

      Can you expand on this?

      How is this alot of work and how is there no business need to segregate important data?

      Because in my experience data security is pretty damn important from a business perspective.

      You're conflating VLANs with security. VLANs themselves provide zero additional security, just network segmentation. It takes seconds for someone with network access to scan for any active VLAN and tag packets with different ones.

      If you want additional security, you need to move to a zero trust model.

      How do you move to zero trust model without network segmentation?

      JaredBuschJ 1 Reply Last reply Reply Quote 0
      • stacksofplatesS
        stacksofplates @travisdh1
        last edited by

        @travisdh1 said in Changing subnet mask?:

        @irj said in Changing subnet mask?:

        @travisdh1 said in Changing subnet mask?:

        @irj said in Changing subnet mask?:

        @siringo said in Changing subnet mask?:

        Sorry if this is a dumb question but ...

        Inherited an old SBS network which has been upgraded, but is still using the 10.0.0.0 /8 setup.

        I was thinking of changing the subnet to /24.

        Currently all devices still have 10.0.0.x addresses.

        Some of the their network gear is managed and I need to arrange with them to change settings within their Cisco gear to /24.

        If I get the Cisco gear changed, prior to me changing the servers, PCs, printers etc to /24 will everything remain working??

        For example, If I get the Cisco gear changed to /24 on weekend 1, will everything still communicate & work fine until I can change the other gear on weekend 2??

        I know the subnets are different, but with all devices having 10.0.0.x addresses I'm thinking they still may be seen by the /24 devices????

        Does that make sense?

        Create /24 VLANs. Separate severs, printers, workstations with different VLANs. Then you can block workstations from even seeing server VLAN.

        Seems like a lot of work with no business need from what we know.

        Can you expand on this?

        How is this alot of work and how is there no business need to segregate important data?

        Because in my experience data security is pretty damn important from a business perspective.

        You're conflating VLANs with security. VLANs themselves provide zero additional security, just network segmentation. It takes seconds for someone with network access to scan for any active VLAN and tag packets with different ones.

        If you want additional security, you need to move to a zero trust model.

        Pretty sure it was assumed when he said VLANs he meant also setting firewall rules between them.

        dbeatoD 1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @IRJ
          last edited by

          @irj said in Changing subnet mask?:

          How do you move to zero trust model without network segmentation?

          Using a VLAN does not have anything to do with zero trust. Actually, using a VLAN implies you are still using a LAN trust model for the things within the VLAN.

          IRJI 1 Reply Last reply Reply Quote 2
          • JaredBuschJ
            JaredBusch @travisdh1
            last edited by

            @travisdh1 said in Changing subnet mask?:

            You're conflating VLANs with security.

            You need to realize who you are talking to.

            @IRJ is probably the most skilled security person on the community.

            hobbit666H travisdh1T 2 Replies Last reply Reply Quote 1
            • dbeatoD
              dbeato @stacksofplates
              last edited by

              @stacksofplates Yup...

              1 Reply Last reply Reply Quote 0
              • hobbit666H
                hobbit666 @JaredBusch
                last edited by

                @jaredbusch said in Changing subnet mask?:

                You need to realize who you are talking to.

                @IRJ is probably the most skilled security person on the community.

                Just checking is that sarcasm or the truth

                JaredBuschJ 1 Reply Last reply Reply Quote 0
                • JaredBuschJ
                  JaredBusch @hobbit666
                  last edited by

                  @hobbit666 said in Changing subnet mask?:

                  @jaredbusch said in Changing subnet mask?:

                  You need to realize who you are talking to.

                  @IRJ is probably the most skilled security person on the community.

                  Just checking is that sarcasm or the truth

                  Truth.

                  1 Reply Last reply Reply Quote 2
                  • IRJI
                    IRJ @JaredBusch
                    last edited by

                    @jaredbusch said in Changing subnet mask?:

                    @irj said in Changing subnet mask?:

                    How do you move to zero trust model without network segmentation?

                    Using a VLAN does not have anything to do with zero trust. Actually, using a VLAN implies you are still using a LAN trust model for the things within the VLAN.

                    Yeah, ideally each application would be separated. In enterprise, it's done on each tier within the application. Also you would just want to whitelist specific traffic needed and allow nothing else.

                    I didn't recommend zero trust in my first response due to amount of effort. I did recommend not having a flat network and using simple VLANs and firewall. At a minimum separate your servers and block access there.

                    DashrenderD 1 Reply Last reply Reply Quote 3
                    • DashrenderD
                      Dashrender @IRJ
                      last edited by

                      @irj said in Changing subnet mask?:

                      @jaredbusch said in Changing subnet mask?:

                      @irj said in Changing subnet mask?:

                      How do you move to zero trust model without network segmentation?

                      Using a VLAN does not have anything to do with zero trust. Actually, using a VLAN implies you are still using a LAN trust model for the things within the VLAN.

                      Yeah, ideally each application would be separated. In enterprise, it's done on each tier within the application. Also you would just want to whitelist specific traffic needed and allow nothing else.

                      I didn't recommend zero trust in my first response due to amount of effort. I did recommend not having a flat network and using simple VLANs and firewall. At a minimum separate your servers and block access there.

                      Well, you did forget to mention the firewall, but meh...

                      Then comes the question - does he have the gear needed to do that?

                      siringoS 1 Reply Last reply Reply Quote 1
                      • siringoS
                        siringo @JaredBusch
                        last edited by

                        @jaredbusch said in Changing subnet mask?:

                        Anything in the larger subnet can talk to the smaller subnet.
                        The smaller subnet cannot talk to the larger subnet beyond its boundary.

                        Thanks @JaredBusch that ^^^ was all the info I was after. I really appreciate everyones help.

                        1 Reply Last reply Reply Quote 1
                        • siringoS
                          siringo @Dashrender
                          last edited by

                          @dashrender said in Changing subnet mask?:

                          Then comes the question - does he have the gear needed to do that?

                          the answer is no, the answer to whether I have the desire or need is also no.

                          Thanks everyone for the help it is greatly appreciated.

                          IRJI 1 Reply Last reply Reply Quote 0
                          • IRJI
                            IRJ @siringo
                            last edited by

                            @siringo said in Changing subnet mask?:

                            @dashrender said in Changing subnet mask?:

                            Then comes the question - does he have the gear needed to do that?

                            the answer is no, the answer to whether I have the desire or need is also no.

                            That's a very sad answer IMO

                            siringoS 1 Reply Last reply Reply Quote 0
                            • travisdh1T
                              travisdh1 @JaredBusch
                              last edited by

                              @jaredbusch said in Changing subnet mask?:

                              @travisdh1 said in Changing subnet mask?:

                              You're conflating VLANs with security.

                              You need to realize who you are talking to.

                              @IRJ is probably the most skilled security person on the community.

                              I know this, and statements like he made give me headaches after having to explain to other people that VLAN does nothing for security if you don't have firewall/access rules as well.

                              The types of places @IRJ has worked at, I agree that it would be insane to have a flat network.

                              DashrenderD 1 Reply Last reply Reply Quote 0
                              • DashrenderD
                                Dashrender @travisdh1
                                last edited by

                                @travisdh1 said in Changing subnet mask?:

                                @jaredbusch said in Changing subnet mask?:

                                @travisdh1 said in Changing subnet mask?:

                                You're conflating VLANs with security.

                                You need to realize who you are talking to.

                                @IRJ is probably the most skilled security person on the community.

                                I know this, and statements like he made give me headaches after having to explain to other people that VLAN does nothing for security if you don't have firewall/access rules as well.

                                The types of places @IRJ has worked at, I agree that it would be insane to have a flat network.

                                This is my thoughts - most small businesses don't need/want more complexity than a flat network.

                                stacksofplatesS siringoS 2 Replies Last reply Reply Quote 3
                                • stacksofplatesS
                                  stacksofplates @Dashrender
                                  last edited by

                                  @dashrender said in Changing subnet mask?:

                                  @travisdh1 said in Changing subnet mask?:

                                  @jaredbusch said in Changing subnet mask?:

                                  @travisdh1 said in Changing subnet mask?:

                                  You're conflating VLANs with security.

                                  You need to realize who you are talking to.

                                  @IRJ is probably the most skilled security person on the community.

                                  I know this, and statements like he made give me headaches after having to explain to other people that VLAN does nothing for security if you don't have firewall/access rules as well.

                                  The types of places @IRJ has worked at, I agree that it would be insane to have a flat network.

                                  This is my thoughts - most small businesses don't need/want more complexity than a flat network.

                                  Most small businesses don't want to deal with ransomware. What they want is immaterial. They should be doing what they need.

                                  travisdh1T stacksofplatesS 2 Replies Last reply Reply Quote 1
                                  • travisdh1T
                                    travisdh1 @stacksofplates
                                    last edited by

                                    @stacksofplates said in Changing subnet mask?:

                                    @dashrender said in Changing subnet mask?:

                                    @travisdh1 said in Changing subnet mask?:

                                    @jaredbusch said in Changing subnet mask?:

                                    @travisdh1 said in Changing subnet mask?:

                                    You're conflating VLANs with security.

                                    You need to realize who you are talking to.

                                    @IRJ is probably the most skilled security person on the community.

                                    I know this, and statements like he made give me headaches after having to explain to other people that VLAN does nothing for security if you don't have firewall/access rules as well.

                                    The types of places @IRJ has worked at, I agree that it would be insane to have a flat network.

                                    This is my thoughts - most small businesses don't need/want more complexity than a flat network.

                                    Most small businesses don't want to deal with ransomware. What they want is immaterial. They should be doing what they need.

                                    Yep, and most small businesses shouldn't be running their own server in the first place, and most of our clients are actually moving to all hosted services. So no need to segment the network.

                                    CloudKnightC 1 Reply Last reply Reply Quote 1
                                    • CloudKnightC
                                      CloudKnight @travisdh1
                                      last edited by

                                      @travisdh1 I wouldn't host with Microsoft's Azure due to their costs, well accept for 365 for small businesses.
                                      But there are many other server hosting places that are reliable including amazon, digital ocean and vultr for VM's and OVH, Hestner for dedicated. hell you can even colo in the uk for about £50-60 per 1u. I've seen a 5u rack for about £100 the other day.

                                      JaredBuschJ travisdh1T 2 Replies Last reply Reply Quote 0
                                      • JaredBuschJ
                                        JaredBusch @CloudKnight
                                        last edited by

                                        @stuartjordan said in Changing subnet mask?:

                                        @travisdh1 I wouldn't host with Microsoft's Azure due to their costs, well accept for 365 for small businesses.
                                        But there are many other server hosting places that are reliable including amazon, digital ocean and vultr for VM's and OVH, Hestner for dedicated. hell you can even colo in the uk for about £50-60 per 1u. I've seen a 5u rack for about £100 the other day.

                                        Azure should not be serving workloads that go in a VM on Vultr. Azure is a cloud not a VPS. Host the workload correctly and the cost is actually not that different than others.

                                        CloudKnightC 1 Reply Last reply Reply Quote 2
                                        • CloudKnightC
                                          CloudKnight @JaredBusch
                                          last edited by

                                          @jaredbusch I know it's cloud, but you still really creating VM's or containers in most cases just that you can upscale and downscale easier due to how you can change the resources and how the cloud is managed. I just see it as an expensive solution for most workloads.

                                          1 Reply Last reply Reply Quote 0
                                          • travisdh1T
                                            travisdh1 @CloudKnight
                                            last edited by

                                            @stuartjordan said in Changing subnet mask?:

                                            @travisdh1 I wouldn't host with Microsoft's Azure due to their costs, well accept for 365 for small businesses.
                                            But there are many other server hosting places that are reliable including amazon, digital ocean and vultr for VM's and OVH, Hestner for dedicated. hell you can even colo in the uk for about £50-60 per 1u. I've seen a 5u rack for about £100 the other day.

                                            I wouldn't either. They all use Office 365 and get everything they need via services offered with Office 365 already. No need to pay more for a VM to do anything.

                                            Now, if it was me doing the selling/planning I'd be using Zoho Office rather than Office 365, but I have no say in that stuff.

                                            CloudKnightC 1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post