nanog mailing list archives

Re: Ingress filtering on transits, peers, and IX ports


From: Randy Bush <randy () psg com>
Date: Mon, 19 Oct 2020 22:18:44 -0700

term blocked-ports {
    from {
        protocol [ tcp udp ];
        first-fragment;
        destination-port
            [ 0 sunrpc 135 netbios-ns netbios-dgm netbios-ssn 111 445 syslog 11211];
        }
    then {
        sample;
        discard;
        }
    }

and i block all external access to weak devices such as switches, pdus,
ipmi, ...

randy


Current thread: