Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Servers > Where/how to download vmware-server-console

Forgot Password?
 Servers   Anything server related, Apache, MySQL, Samba, server security, sendmail, exim, etc

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 10-04-2007   #1 (permalink)
Linux Engineer
 
Join Date: Sep 2004
Posts: 1,309
Where/how to download vmware-server-console

Hi folks,


Ubuntu 7.04 server amd64 - Host OS
vmware-mui-distrib-1.0.4-56528
vmware-server-distrib-1.0.4-56528


I have both VMWare-mui and VMWare-server installed on /usr/local/src/

They are now running. Both of them can be started on Console/Terminal, NO GUI.


I follow following document;
How to obtain, secure, install, monitor and log in to VMware's MUI using Linux
How to obtain, secure, install, monitor and log in to VMware's MUI using Linux

to proceed.


Coming to "VMware Server Console" on the same document, re Downlaod;


I can't resolve how "to obtain the bits for the VMware Server Console. Just point a Web browser at the VMware Server, https://MGMT_NIC_IP:8333/ and the Web page that comes up will present you with a drop-down menu that lists the different versions of the VMware Server console. Select the version for Linux that is labeled "VMware Server Console for Linux (tar.gz)""

MGMT-NIC_IP is the IP address of the server. Please help me to understand what is "Just point a Web browser at the VMware Server, https://MGMT_NIC_IP:8333/".

TIA


B.R.
satimis
satimis is offline  



Reply With Quote
Old 10-04-2007   #2 (permalink)
Linux Engineer
 
jledhead's Avatar
 
Join Date: Oct 2004
Location: North Carolina
Posts: 1,055
Quote:
Originally Posted by satimis View Post
https://MGMT_NIC_IP:8333/".
this means if you are on the machine running vmware, open a web browser and go to https://localhost:8333/
if that machine has no gui or you need to access it from another machine open a web browser and go to https://your_vmware_machine_IP:8333/
jledhead is offline   Reply With Quote
Old 10-04-2007   #3 (permalink)
Linux Engineer
 
Join Date: Sep 2004
Posts: 1,309
Quote:
Originally Posted by jledhead View Post
this means if you are on the machine running vmware, open a web browser and go to https://localhost:8333/
if that machine has no gui or you need to access it from another machine open a web browser and go to https://your_vmware_machine_IP:8333/
Tks for your advice.

I have problem running;

$ telnet vmware_machine_IP 8333
Code:
Trying vmware_machine_IP...
telnet: Unable to connect to remote host: Connection refused
$ telnet vmware_machine_IP
Code:
 
Trying vmware_machine_IP...
telnet: Unable to connect to remote host: Connection refused
Which file shall I check and how to fix the problem? TIA


B.R.
satimis
satimis is offline   Reply With Quote
Old 10-07-2007   #4 (permalink)
Just Joined!
 
Join Date: Oct 2007
Posts: 5
Is there a firewall enabled on this system?
paulsm is offline   Reply With Quote
Old 10-07-2007   #5 (permalink)
Linux Engineer
 
Join Date: Sep 2004
Posts: 1,309
Quote:
Originally Posted by paulsm View Post
Is there a firewall enabled on this system?
Yes, on "Ubuntu 7.04 server amd64", the Host OS.

$ cat /etc/rc.local
Code:
#
# INPUT
#

# allow all incoming traffic from the management interface NIC
# as long as it is a part of an established connection
iptables -I INPUT 1 -j ACCEPT -d MGMT_NIC_IP -m state --state RELATED,ESTABLISHED

# allow all ssh traffic to the management interface NIC
iptables -I INPUT 2 -j ACCEPT -p TCP -d MGMT_NIC_IP --destination-port 22

# allow all VMware MUI HTTP traffic to the management interface NIC
iptables -I INPUT 3 -j ACCEPT -p TCP -d MGMT_NIC_IP --destination-port 8222

# allow all VMware MUI HTTPS traffic to the management interface NIC
iptables -I INPUT 4 -j ACCEPT -p TCP -d MGMT_NIC_IP --destination-port 8333

# allow all VMware Authorization Daemon traffic to the management interface NIC
iptables -I INPUT 5 -j ACCEPT -p TCP -d MGMT_NIC_IP --destination-port 902

# reject all other traffic to the management interface NIC
iptables -I INPUT 6 -j REJECT -d MGMT_NIC_IP --reject-with icmp-port-unreachable


#
# OUTPUT
#

# allow all outgoing traffic from the management interface NIC
# if it is a part of an established connection
iptables -I OUTPUT 1 -j ACCEPT -s MGMT_NIC_IP -m state --state RELATED,ESTABLISHED

# allow all DNS queries from the management interface NIC
iptables -I OUTPUT 2 -j ACCEPT -s MGMT_NIC_IP -p UDP --destination-port 53

# reject all other traffic from localhost
iptables -I OUTPUT 3 -j REJECT -s 127.0.0.1 --reject-with icmp-port-unreachable

# reject all other traffic from the management interface NIC
iptables -I OUTPUT 4 -j REJECT -s MGMT_NIC_IP --reject-with icmp-port-unreachable
MGMT_NIC_IP=server_IP (fixed IP)

I'm following this article;
How to configure and secure Linux for VMware

to build a virtual machine. Ubuntu server can connect and browse Internet w/o problem


B.R.
satimis
satimis is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it.
subscribe
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 12:20 PM.






© 2000 - - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.1