Ingress filtering on transits, peers, and IX ports

Randy Bush randy at psg.com
Tue Oct 20 05:18:44 UTC 2020


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


More information about the NANOG mailing list