|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] domU ips with out dom0
On 17/02/11 16:05, Zeeshan Ali Shah wrote:
thanks a lot Jonathan,
do you have good example for ebtable i.e. to have firewall on outgoing
bridge ?
No probs.
Syntax for ebtables is very similar to iptables, except ebtables works
at layer-2. So, to stop eth0 traffic from entering the input chain on
the Dom0, just do:
ebtables -I INPUT -i eth0 -j BLOCK
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|