Hi, You can create a new network offering with default egress policy = true, all outgoing traffic will be allowed. Then you can add egress rules to private ip ranges which means they will be blocked.
-Wei On Monday, 14 November 2022, Rafael del Valle <[email protected]> wrote: > Hi! > > How can I setup an EGRESS rule that allows traffic to NON private IP > ranges? > > Our connectivity provider complaints that network scanning is taking place > from our IP ranges. The problem was traced to misconfigured IPFS servers. > > We want to allow traffic out but NOT to private IP ranges. > > Is it possible to negate in egress CIDR lists? like: > > !10.0.0.0/8, 0.0.0.0/0 > > Otherwise I would need to compile a list of public network CIDRs that > would be very long. > > R. > >
