Re: [Qemu-devel] interesting tftp experiments

2005-06-29 Thread Henrik Nordstrom
On Mon, 27 Jun 2005, Christian MICHON wrote: over slirp, connect to a true tftp server, not the layer provided in slirp/tftp.c In order to do so, I had to do minor patches to v0.7.0 - remove reference to tftp in vl.c - remove reference to tftp in slirp/udp.c - remove tftp.o linkage You should

Re: [Qemu-devel] interesting tftp experiments

2005-06-29 Thread Henrik Nordstrom
On Tue, 28 Jun 2005, CoMiKe wrote: - If connecting on PORT mode in your FTP client, port 20 should be redirected to your QEmu session through the -redir option. This is supposed to work "automagically". Sounds like the slirp FTP "emulation" code has gone missing somehow... - If you use pas

Re: [Qemu-devel] interesting tftp experiments

2005-06-28 Thread Christian MICHON
> Probably your problem is a port problem. this was a possibility > You have to options: > > - If connecting on PORT mode in your FTP client, port 20 should be > redirected to your QEmu session through the -redir option. interesting, never heard of it. Makes sense. > - If you use passive mode

Re: [Qemu-devel] interesting tftp experiments

2005-06-28 Thread CoMiKe
> since I was able on a windows host to connect (but no transfer) > on a ftp server over slirp, I thought I could do the same: > over slirp, connect to a true tftp server, not the layer provided > in slirp/tftp.c Hi! I've never got problems connecting to an FTP server placed on my host computer.

[Qemu-devel] interesting tftp experiments

2005-06-27 Thread Christian MICHON
Hi, since I was able on a windows host to connect (but no transfer) on a ftp server over slirp, I thought I could do the same: over slirp, connect to a true tftp server, not the layer provided in slirp/tftp.c In order to do so, I had to do minor patches to v0.7.0 - remove reference to tftp in vl.