PDA

View Full Version : VM Ware IP Adresse ??



marc
08-26-2008, 04:27 PM
Hallo ,

hab da kleines Problem wo ich einfach nicht mehr durchstarte.

Ich habe die VMware von der Site hier im Einsatz, ich wollte nun die IP 192.168.20.111 zuweisen als konstante adresse das jeder im Intranet das Wiki anwählen kann und die Adresse gleich bleibt.

leider hänge ich gerade an dem Punkt wo ich die IP adresse eingebe.

Ich habe einen Screenshot gemacht und Angehängt.

Ich habe es nach der Install Anleitung gemacht nur steh ich grad dumm da :-)

Achja kann ich dem Ding nen Namen geben wiw http:\\xxxwiki\....

also bei meiner Suse install geht das ja einfach :-)

SteveB
08-29-2008, 01:40 AM
The OS on the VMware image is Debian. If you google for it, you should find the info you need.

However, we also have packages for OpenSUSE and SLES:
http://wiki.mindtouch.com/Official_MindTouch_Deki_Installation_Guides#Linux-Based_Installations

marc
09-06-2008, 06:03 AM
HI THX,

but thats the prob i have searched google and did not find any solution. If i find i don´t need to post :)

crb
09-06-2008, 01:53 PM
(Sorry for responding in English - I had to translate your post to understand the question :))

You have two options - you can either set the IP address to static in the file you have open in your screenshot: replace


iface eth0 inet dhcp
with

iface eth0 inet static
address 192.168.20.111
netmask 255.255.255.0
network 192.168.20.0
broadcast 192.168.20.255
gateway 192.168.20.1

(with the values for your network)

Or, you can go to your DHCP server on your LAN, and reserve 192.168.20.111 so it always gets given to that machine (using its MAC address). I don't know what OS your DHCP server runs so can't help you specifically there.

Viel Glück!

marc
10-10-2008, 02:29 PM
i apologize for not responding so long,

yes it worked many thanks for the help