MAC filtering

tincboy

Renowned Member
Apr 13, 2010
466
6
83
Sometimes, I need to filter the MAC address to prevent IP stealing and also other minor cases,
I've found that the libvirt is supporting it right now, and wonder if Proxmox support it too?
http://libvirt.org/firewall.html

Any information on this subject?
 
Would you please let me know what features the firewall will have? IP filtering and or MAC filtering ? Layer 2 or Layer 3 ?
 
technically, if you must have firewalling right now, you can use iptables just fine for anything and everything (in fact, Im actually doing that on 2 dedicated externally hosted servers). Naturally it doesnt have any GUI but you can set up things fairly easily with iptables nontheless.
 
technically, if you must have firewalling right now, you can use iptables just fine for anything and everything (in fact, Im actually doing that on 2 dedicated externally hosted servers). Naturally it doesnt have any GUI but you can set up things fairly easily with iptables nontheless.


Yes that is what i am using now, Just wanted something integrated with a gui in proxmox so i don't have to jump back and forth from command line to gui :D