Re: [Qemu-devel] How to get a guest IP

2005-11-06 Thread shunwen
On δΊ”, 2005-11-04 at 15:52 +0100, Henrik Nordstrom wrote: > On Fri, 4 Nov 2005, zheng sw wrote: > > > Host want to get the guest's IP when the host start the guest? > > Why? Beause I want to login the guest with ssh in another computer, and do some test in it. > > > My setting is: debian(2.6.8),

Re: [Qemu-devel] How to get a guest IP

2005-11-04 Thread Henrik Nordstrom
On Fri, 4 Nov 2005, zheng sw wrote: Host want to get the guest's IP when the host start the guest? Why? My setting is: debian(2.6.8), qemu, bridge-utils, TUN/TAP. The guest get a IP from a DHCP server which is in the same subnet whit host. Ok. My purpose is use bash to run ssh connect to

[Qemu-devel] How to get a guest IP

2005-11-04 Thread zheng sw
Host want to get the guest's IP when the host start the guest? My setting is: debian(2.6.8), qemu, bridge-utils, TUN/TAP. The guest get a IP from a DHCP server which is in the same subnet whit host. My purpose is use bash to run ssh connect to the host, then run qemu, After the guest is started,