Plz see the YouTube Video ---
Friday, August 29, 2008
How to backup entire moodle site
Labels:
Fedora,
moodle backup,
Software
MAC Address Filtering with iptables
Plz follow the post below----
http://adminwithlinux.blogspot.com/2008/08/packet-filtering-using-mac-address-in.html
Labels:
Fedora
Packet filtering using MAC address in Linux iptables
A host can be blocked by its MAC address.
Linux "iptables" with mac modules loaded.
A simple configuration is given below ----
iptables -A INPUT -m mac --mac-source 00:17:31:D0:76:9C -j DROP
This will block any request fro the MAC address 00:17:31:D0:76:9C.
Subscribe to:
Posts (Atom)