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

2008-05-30 Thread russell aspinwall
Hi, Instructions for getting VirtualBox to work on Solaris 10 8/07 and Solaris 10 5/08 can be found here http://unixsadm.blogspot.com/2008/02/virtualbox-on-solaris-virtualization.html After downloading the library mentioned in the instructions above, a copy has been placed here as the later ver

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

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

2008-05-28 Thread Klaus Hackenberg
Greetings, I am running Solaris 10 U5 on an Dell Optiplex 745. I just downloaded your tuntap-sol-amd64.tar.bz2 file and installed it. Following the readme file I got bash-3.00# /usr/sbin/modload brdg can't load module: No such file or directory What has gone wrong? TIA This message