Search > {% fnstr %}

Sorry, no more results found...
Searching...

Tag > iptables

List and Delete iptables Rules

List of Rules iptables -L -v -n Deleting Rules iptables -F Deleting Input Number 4 Rule iptables -D INPUT 4 Saving Rules iptables-save > dosyaadi Restore Rules iptables-restore < dosyaadi other -A Insert -I Insert -R Change
Read more…

iptables basit kullanımı

Listeleme iptables -L -v -n Kuralları Silme iptables -F 4 Numaralı Input Kuralını Silme iptables -D INPUT 4 Kuralları Kaydetme iptables-save > dosyaadi Kuralları Geri Yükleme iptables-restore < dosyaadi diğer -A Ekleme, -I Araya Girme -R Degistirme -A (append) Belirtilen zincirin sonuna kural ekler. -I (insert) Eğer kural numarası belirtilmemiş
Read more…

iptables mac address filtering

Block all packets from a mac address iptables -I INPUT -m mac –mac-source 00:0A:E5:91:00:00 -j DROP To accept requests from port 22 to a specific mac address. iptables -A INPUT -p tcp –destination-port 22 -m mac –mac-source 00:0A:E5:91:00:00 -j ACCEPT
Read more…

iptables mac adres engelleme

Bir mac adresinden gelen tüm paketleri engellemek istiyorsak; iptables -I INPUT -m mac –mac-source 00:0A:E5:91:00:00 -j DROP 22 numaralı porta sadece belirli bir mac adresinden gelen bağlantı isteklerini kabul eder. Tabi öngörülen INPUT policy drop olmalı. iptables -A INPUT -p tcp –destination-port 22 -m mac
Read more…
Page 1 of 1

kutuphane © 2024