Hi, If you use the vnic_start.sh script previously posted you will experience duplicate ip address error messages. Remove the ifconfig tap0 <ip address>, 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 that helps This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
