Re: [osol-discuss] tap interface for Solaris 10 5/08 AMD64 - Working

2008-06-03 Thread russell aspinwall
Hi, If you use the vnic_start.sh script previously posted you will experience duplicate ip address error messages. Remove the ifconfig tap0 , the corrected script is below vnic_start.sh = #!/bin/sh tunctl -t tap0 ifconfig tap0 plumb brdgadm -a nge0 brdgadm -a tap0 ifconfig tap0 up Hope

Re: [osol-discuss] tap interface for Solaris 10 5/08 AMD64 - Working

2008-05-28 Thread russell aspinwall
Some of the posting on the VirtualBox forum advise using the Intel network adapter for Tap use. Make sure you use the latest Intel 82540EM driver available http://downloadcenter.intel.com/Product_Filter.aspx?ProductID=983&lang=eng This message posted from opensolaris.org

Re: [osol-discuss] tap interface for Solaris 10 5/08 AMD64 - Working

2008-05-28 Thread russell aspinwall
When using the pre-compiled binaries, it is safer to reboot, this should result in the everything loading. I have VirtualBox v1.6 running with Tap and host connection successfully with Checkpoint's SecureClient. I created two scripts called vnic_start.sh and vnic_stop.sh which are used by Virtua