Page 1 of 1

Network connection in VMWare, and daily SVN build...

Posted: Wed Feb 02, 2005 7:48 pm
by Bast
How do I establish a network connection with VMWare 4.5 NAT-function?

I want to use current SVN, some daily build. But where can i find those?

Greets,

Bas

Re: Network connection in VMWare, and daily SVN build...

Posted: Thu Feb 03, 2005 9:39 am
by GAV
bast wrote:How do I establish a network connection with VMWare 4.5 NAT-function?
Default ReactOS network settings:
IP: 10.0.0.100 MASK: 255.255.255.0 GATEWAY: 10.0.0.1 DNS: 10.0.0.1
There is 2 ways of getting networking:

1. Configure your VMWare:
Run VMWare workstation, then choose menu "Edit"->"Virtual Network Settings...". You'll see Summary page:
VMnet0 (Bridged)
VMnet1 (Host-only)
VMnet8 (NAT)
You need a last one. Open "Host Virtual Network Mapping" page, find string with VMnet8 and press "..." button in the right, you'll see a menu. Choose "Subnet ...". Change IP Adress to 10.0.0.0 Subnet to 255.0.0.0 and press "OK". After that click on "..." and choose "NAT ...". Change Gateway IP Address to 10.0.0.1 then click on "DNS ..." button. Add you DNS server IP address there. That's all. You can also disable VMWare DHCP service.

2. You can configure your ReactOS
http://reactos.com/wiki/index.php/HOWTO ... connection
bast wrote:I want to use current SVN, some daily build. But where can i find those?
http://www.reactos.com/forum/viewtopic.php?t=313

Posted: Thu Feb 03, 2005 2:02 pm
by Bast
Hmm... In my build, dns is broken... Everything that needs dns breaks, and then i get an Assertion Failed-error if i quit the process via taskmgr.exe... :roll: