Hi Edison,
> apt-get install ebtables
> iptables -A POSTROUTING -t mangle -p udp --dport bootpc -j CHECKSUM
> --checksum-fill
> mac=`ifconfig xenbr0 |grep HWaddr |awk '{print $5}'`
> ebtables -I FORWARD -d ! $mac -i eth0 -p IPV4 --ip-prot udp --ip-dport
> 67:68 -j DROP
> iptables-save > /etc/iptables.save
> /etc/init.d/ebtables save
>
> Then restart your user vm, user vm will get an IP address from domr instead
> of from VBOX.
Thanks, works for me now.
> Are you using the default mgt server created in devcloud or the mgt server
> redeployed by yourself?
Mgt server redeployed my myself, I forgot to rdeploydb.
The default mgt server works after inserting those key, value in configuration.
Best regards,
Rohit