Service vmware-mgmt start
Then you can also add this to the service by using
chkconfig --add vmware-mgmt
vi /etc/sysconfig/iptables
Add the following to the table
-A RH-Firewall-1-INPUT -i eth0 -p tcp -m tcp --dport 8333 -j ACCEPT
Then
/etc/init.d/iptables restart
No comments:
Post a Comment