show config - i useually use display set and missed this... is this the cause?
firewall { family inet { filter local_acl { term terminal_access { from { source-address { 10.0.0.0/8; } protocol tcp; ## ## Warning: statement ignored: unsupported platform (ex2200-24t-4g) ## port [ ssh telnet ]; } then accept; } term terminal_access_denied { from { protocol tcp; ## ## Warning: statement ignored: unsupported platform (ex2200-24t-4g) ## port [ ssh telnet ]; } then { log; discard; } } term default-term { then accept; } } } }