![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Virtualization and Cloud Computing Xen, VMWare, hypervisors, Amazon Elastic Computing Cloud, EC2, virtual storage, Amazon S3 and other cloud computing topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Debian: New qemu packages fix several vulnerabilities | iBot | Security Advisories (RSS) | 0 | 05-12-2009 02:15 AM |
| Switching From VMWare To VirtualBox: .vmdk To .vdi Using Qemu + VdiTool | iBot | Solaris BigAdmin RSS | 0 | 11-21-2008 02:40 PM |
| Anyone ever used qemu and networked it ? | russian460 | UNIX for Dummies Questions & Answers | 1 | 11-07-2008 11:14 PM |
| Virt-top 0.3.3.0 (Default branch) | iBot | Software Releases - RSS News | 0 | 02-13-2008 01:40 PM |
| Virt-P2V 0.9.5 (Default branch) | iBot | Software Releases - RSS News | 0 | 02-13-2008 01:40 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Connection probs in virt. OSolaris in Qemu under Ubuntu
Hi,
I'm trying to do this: Set up OpenSolaris with Qemu (Ubuntu is hostOS). I was able to get it up and running and I have installed it on my .img. But now I need internet connection. On my Ubuntu host I did this: Code:
#brctl addbr br0 #tunctl #brctl addif br0 wlan0 #brctl addif br0 tap0 #ifconfig wlan0 0.0.0.0 #dhclient br0 Have connection on hostOS. Code:
#brctl show
bridge name bridge id STP enabled interfaces
br0 8000.0016ea823fda no tap0
wlan0
pan0 8000.000000000000 no
Tried to ping myself: #ping 192.168.0.2 alive What more can I do? I understand it could be a thousand things. But a hint someone? By the way my Qemu line is like this: Code:
#qemu -hda solaris.img -m 1024 -net nic,model=rtl8139 -net tap,ifname=tap0 -boot c & //FiA |
![]() |
| Bookmarks |
| Tags |
| network, nic, opensolaris, qemu, virtualization |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|