Network with 2 pcem machines running

Support and general discussion.
Post Reply
dstter
Posts: 10
Joined: Sun 15 Nov, 2015 1:47 pm

Network with 2 pcem machines running

Post by dstter »

It's possible make a network between two pcem machines running in the same OS?

Windows 98 communicating with Windows NT for example
Attachments
pcem_network.jpg
pcem_network.jpg (264.54 KiB) Viewed 3401 times
User avatar
omarsis81
Posts: 945
Joined: Thu 17 Dec, 2015 6:20 pm

Re: Network with 2 pcem machines running

Post by omarsis81 »

Interesting question. I believe not with network because it is not possible to configure wich card PCem uses in the host computer, but I'm not 100% sure
JosepMa
Posts: 202
Joined: Tue 20 Jun, 2017 6:25 pm

Re: Network with 2 pcem machines running

Post by JosepMa »

It should be possible, if you use the pcap driver and configuring a bridge card. (I haven't really tested that, and the release build of PCem only has the SLiRP driver )
Not with the slirp driver, since that doesn't make it visible outside of the PCem instance where it is running.
rex_c
Posts: 10
Joined: Sun 03 Jun, 2018 10:23 am

Re: Network with 2 pcem machines running

Post by rex_c »

It is possible to have 2 PCEM virtual machines running with network communication on the same Host after PCEM v15.

You need to sure your Host Machine is powerful enough to handle two or more Guest OS (Win 3.1 or up, include Win95, NT etc. Pick Windows OS because it is easy to config, any others OS can also), make sure they are not lag when running both.

I use PCAP, I have not set any bridge on my Host, not necessary, I think after I try.

Main point is to change difference MAC address for each PCEM virtual machine, manually change the config file(s) under PCEM folder on your Host Machine Harddisk.

Code: Select all

PCEMv16\configs\XXXXXX.cfg
XXXXXX is your Guest Machine name(s).

Line:

Code: Select all

macaddr = ##:##:##:##:##:##

## represent number in HEX ie. 00 to ff

For example:

macaddr = ac:de:48:88:bb:01

or 

macaddr = ac:de:48:88:bb:03
I have nothing to lose now.
Post Reply