US Robotics NETServer/8 Instrukcja Użytkownika Strona 174

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 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;
Przeglądanie stron 173
1 2 ... 169 170 171 172 173 174 175 176 177 178 179 ... 300 301

Komentarze do niniejszej Instrukcji

Brak uwag