US Robotics NETServer/8 Manual de usuario Pagina 174

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 301
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 173
8-22 Packet Filter
s
IP:
010 ACCEPT tcp-src-port >= 24;
The following rule example accepts only TCP packets that have
a destination port number that is in the range of 24 to 39:
IP:
010 AND tcp-dest-port > 23;
020 ACCEPT tcp-dest-port < 40;
The following rule example accepts only UDP packets that have
a destination port number that is in the range of 24 to 39:
IP:
010 AND udp-dest-port > 23;
020 ACCEPT udp-dest-port < 40;
You can create rules that accept or reject TCP or UDP packets.
The following rule example rejects TCP packets:
IP:
010 REJECT protocol = tcp;
Vista de pagina 173
1 2 ... 169 170 171 172 173 174 175 176 177 178 179 ... 300 301

Comentarios a estos manuales

Sin comentarios