Results 1 to 3 of 3
Dear Friend ,
I am new in linux , but i want to know how to configure QEMU .
bcoz im not able to connect our Qemu host ( Linux ...
- 01-24-2007 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 2
Qemu
Dear Friend ,
I am new in linux , but i want to know how to configure QEMU .
bcoz im not able to connect our Qemu host ( Linux Machine ) with windows NT server in same machine .
pls help
PSB
- 01-24-2007 #2
There's a program called vde (for Virtual Distributed Ethernet) that will allow you to have a virtual Ethernet connection between the host and guest systems.
I don't know about configuration, since I haven't been able to install vde yet. But here's a link to the HOWTO.Stand up and be counted as a Linux user!
- 01-29-2007 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 2
Qemu
Dear
We have following network configuration on linux Host:
[root@parry ~]# ifconfig
eth1 Link encap:Ethernet HWaddr 00:00:E8:96:30:C7
inet addr:192.168.1.170 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::200:e8ff:fe96:30c7/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:13470 errors:0 dropped:0 overruns:0 frame:0
TX packets:1437 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2293445 (2.1 MiB) TX bytes:286466 (279.7 KiB)
Interrupt:11 Base address:0xa000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:3142 errors:0 dropped:0 overruns:0 frame:0
TX packets:3142 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3563095 (3.3 MiB) TX bytes:3563095 (3.3 MiB)
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 -00
inet addr:192.168.1.170 P-t-P:192.168.1.170 Mask:255.255.255.0
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
and network configuration on windows :
IP : 192.168.1.13 mask 255.255.255.0
gw : 192.168.1.170
after this configuration im not able to ping .
PSB


Reply With Quote
