US Robotics NETServer/8 Uživatelský manuál Strana 174

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 301
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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;
Zobrazit stránku 173
1 2 ... 169 170 171 172 173 174 175 176 177 178 179 ... 300 301

Komentáře k této Příručce

Žádné komentáře