Rules: |
permit sh.sh.sh.sh. m.m.m.m sf.sf.sf.sf. m.m.m.m
tcp gt 1023 eq 23 secure local inbound |
|
(permits any secure host to Telnet the firewall's secure interface) |
|
permit sf.sf.sf.sf m.m.m.m sh.sh.sh.sh. m.m.m.m
tcp/ack eq 23 gt 1023 secure local outbound |
|
(permits the firewall's secure interface to Telnet ACK any secure host) |
|
permit nf.nf.nf.nf m.m.m.m nh.nh.nh.nh m.m.m.m
tcp gt 1023 eq 23 non-secure local outbound |
|
(permits the firewall's non-secure interface to Telnet any non-secure host) |
|
permit nh.nh.nh.nh m.m.m.m nf.nf.nf.nf m.m.m.m
tcp/ack eq 23 gt 1023 non-secure local inbound |
|
(permits any non-secure host to Telnet ACK the firewall's non-secure interface) |
|
deny nh.nh.nh.nh m.m.m.m nf.nf.nf.nf m.m.m.m
tcp gt 1023 eq 23 non-secure local inbound |
|
(denies Telnet from any non-secure host to the firewall's non-secure interface) |