• 0 Posts
  • 241 Comments
Joined 3 years ago
cake
Cake day: June 23rd, 2023

help-circle





  • If you only attempt to prosecute the current executive branch, you will end up in a worse position over time. Corporations that participated in the open corruption by donating to his swearing in must be held accountable, criminally. The senators and congressmen who supported his obviously unconstitutional policies must be removed from office at the very least. The judges at all levels who very obviously ignored the constitution in pursuit of a fascist agenda with i’m sure a large quantity of kick-backs have to be disbarred.

    Obviously this would require a complete overhaul of the existing structure and so has absolutely no chance of happening, but in reality, it’s the only “lawful” way to stop the continuous slide to right and perhaps allow justice to prevail for the next few decades.





  • You need to understand subnetting. Allowing 192.168.1.0/24 also allows 192.168.1.135/24 In fact 192.168.1.135/24 shouldn’t be valid syntax at all, but it is easier to accept it and then let subnet math fix the mistake.

    I assume your router is 192.168.1.135 for whatever reason, so as long as your router is contained in the configured iptables allowed network, it’ll work with all of the following networks.

    192.168.1.135/32
    192.168.1.134/31
    192.168.1.132/30
    192.168.1.128/29
    192.168.1.128/28
    192.168.1.128/27
    192.168.1.128/26
    192.168.1.128/25
    192.168.1.0/24
    192.168.0.0/23
    … And 22 even larger networks.

    If you don’t configure a subnet mask for the rule, iptables will accept the IP address you put in as a single host, the /32 is implied. The same behavior would be seen using any kind of network filter, though they may not allow you to specify 192.168.1.135/24, they may require a bit boundary, but mathematically, it’s the same.