Olive building help in VMWare
I'm attempting to get an olive up and running in vmware. I have partially installed freebsd but when I get to the section for configuring the interface parameters, I am not presented with the option of selecting an ethernet "em0" interface.
Is there something I need to do in vmware prior to this installation in order to be able to select my physical NIC? It is my understanding from the tutorial I am following at Dailyconfig: Installing JunOS Olive in VMWare that I should set the NIC up as bridged in VMware.
Any pointers are appreciated as I am linux/vmware/juniper challenged!
Is there something I need to do in vmware prior to this installation in order to be able to select my physical NIC? It is my understanding from the tutorial I am following at Dailyconfig: Installing JunOS Olive in VMWare that I should set the NIC up as bridged in VMware.
Any pointers are appreciated as I am linux/vmware/juniper challenged!

Comments
- use FreeBSD 4.something. I used 4.11. I tried the 7.x or 8.x releases (not sure which one) but failed to install Junos on them.
- the virtual host MUST NOT have any SCSI devices, otherwise Junos will fail to install/boot. Use IDE hard drive driver instead.
- you can directly install Junos 10.x on a clean FreeBSD, no need to waste time with step-by-step upgrading as some tutorials suggest
- to install Junos >9 you need at least 512 MB of RAM. you can decrease the RAM allocation once the Junos is installed
- you don't need to go through the 'console access via TCP proxied named pipes' pain or similar stuff with Junos > 7.4
- create the virtual host manually, get rid of the floppy drive, serial port, add more NICs (one for remote access, the others for playing with stuff)
- make a snapshot of a nice clean Olive install with remote access set in case something goes wrong once you're done
Hope you have fun with your Olive(s).
pkg_add jinstalll-8.3R2.8-export-signed.tgz command in the /var/tmp folder.
When I run this command I receive a bunch of output:
gzip: stdin: invalid compressed data--format violated
/usr/bin/tar: Archive contains obsolescent base-64 headers
/usr/bin/tar: Child returned status 1
pkg_add: tar extract of /var/tmp/jinstalll-8.3R2.8-export-signed.tgz failed!
pkg_add: Unable to extract /var/tmp/jinstalll-8.3R2.8-export-signed.tgz !
Anyone run into this? I think I saw somewhere that there is a workaround that has to occur if using a junos post 7.3 or something but the steps didn't work for me.
Why don't you go for a more recent Junos anyway? There is 10.3 around AFAIK.
I have successfully installed four Olive VM machines using VMware® Workstation 7.1.2. Olive0 has IP address 192.168.1.100, Olive1 has 192.168.1.101, Olive2 has 192.168.1.102 and Olive3 has 192.168.1.103. Problem is, that for example if I ping 192.168.1.101 from Olive0(192.168.1.100), I get following reply:
Tcpdump output as well:
Any ideas, what might cause such issue?
If he's using BSD's ftp command to transfer the image over from another PC, make sure you're entering the 'bin' command before 'get'ing the file so you transfer in binary (instead of ascii) mode.
Current goal: Dunno