VMware Communities > VMTN > VMware Server > VMware Server 1 > Discussions

This Question is Answered

2 "helpful" answers available (6 pts)
2 Replies Last post: Sep 25, 2007 11:18 PM by pantau67
Reply

network config on Linux host

Sep 24, 2007 3:41 AM

Click to view pantau67's profile Novice pantau67 4 posts since
Mar 9, 2007
Hi,

I'm running VmWare-Server on a Linux (SLES10) host.
I'd like to take a look into the network config of the server.
Under Windows it's very easily over the GUI.

I's there under linux a possibility to take a look into the network config without running the install script?
Rrunning the install script means shutting down all VM's.

Please excuse my bad English.


Thanks

Pantau

Reply Re: network config on Linux host Sep 24, 2007 3:49 AM
Click to view oreeh's profile Guru oreeh 9,804 posts since
Nov 30, 2005
Moderator
ps -ax | grep "vmnet-bridge" shows you which interface is bridged to which vmnet

the settings for host-only and NAT are visible in the files below /etc/vmware/vmnet1 and /etc/vmware/vmnet8

Reply Re: network config on Linux host Sep 25, 2007 11:18 PM
in response to: oreeh
Click to view pantau67's profile Novice pantau67 4 posts since
Mar 9, 2007
Many Thanks
Actions