qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Jim C. Brown" <jbrown106@phreaker.net>
To: qemu-devel@nongnu.org
Subject: Re: /dev/tun Was: Re: [Qemu-devel] Win98: how to exchange data with Linux
Date: Thu, 15 Jul 2004 21:39:36 -0400	[thread overview]
Message-ID: <20040716013936.GA28708@jbrown.mylinuxbox.org> (raw)
In-Reply-To: <200407152001.23559.menola@sbcglobal.net>

[-- Attachment #1: Type: text/plain, Size: 1539 bytes --]

On Thu, Jul 15, 2004 at 08:01:23PM -0500, Joe Menola wrote:
> > DHCP from the router will not work. Assuming that you've made the above
> > change and are using the 192.168.254.* subnet, the router/gateway for Win98
> > is 192.168.254.254 and you can assign it any ip address you want in the
> > subnet, for example 192.168.254.135 should work. You can also do
> >
> > /sbin/dhcpd tap0
> >
> > after you set up vde and install a DHCPd server. That works great for me.
> > (I can give you my dhcpd.conf file if you decide to go this route.)
> 
> Please do. I've installed a DHCPd server, I doubt that I have dhcpd.conf setup 
> properly. 
> 

I attach a modified version here. I've changed the IPs to reflect your subnet
(mine is 192.168.1.*) and I've deleted the section I had that gave out fixed
ip addresses to certain mac addresses.

You'll have to edit the domain name options and the netbios name server
option yourself.

If this one gives a syntax error I'll send my original, unmodified dhcpd.conf
file.

> Thanks again for all your help. I've been keeping a log of my efforts, if I 
> get this up and going I could easily put together a cut n paste trail of all 
> my steps. You might be able to use it as a rough draft for your up coming 
> "VBE For Dumbies" book?
> 
> -jm
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.

[-- Attachment #2: dhcpd.conf --]
[-- Type: text/plain, Size: 358 bytes --]

default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.254.255;
option routers 192.168.254.254;
option domain-name-servers 192.168.0.1;
option domain-name "mylinuxbox.org";
option netbios-name-servers 192.168.0.1;

subnet 192.168.254.0 netmask 255.255.255.0 {
	range 192.168.254.10 192.168.254.20;
}


  reply	other threads:[~2004-07-16  1:42 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-12 21:56 [Qemu-devel] Win98: how to exchange data with Linux Mario Cazorzi
2004-07-12 22:12 ` Joe Menola
2004-07-13  1:23   ` Jim C. Brown
2004-07-13  2:03     ` Joe Menola
2004-07-13  2:51       ` /dev/tun Was: " Jim C. Brown
2004-07-13  3:15         ` Joe Menola
2004-07-15  2:10           ` Joe Menola
2004-07-15  2:49             ` Jim C. Brown
2004-07-16  1:01               ` Joe Menola
2004-07-16  1:39                 ` Jim C. Brown [this message]
2004-07-18 23:12                   ` Joe Menola
2004-07-12 22:25 ` John R. Hogerhuis
2004-07-13  7:24   ` vaise
2004-07-13 14:08     ` Sebastien Bechet
2004-07-13 14:18       ` Adrian Smarzewski
2004-07-13 14:46         ` Adrian Smarzewski
2004-07-13 17:22           ` Filip Navara
2004-07-13 17:45             ` John R. Hogerhuis
2004-07-13 17:58               ` Adrian Smarzewski
2004-07-13 18:11                 ` John R. Hogerhuis
2004-07-13 18:31                   ` Adrian Smarzewski
2004-07-14  2:42                     ` Jim C. Brown
2004-07-14  9:50                       ` Adrian Smarzewski
2004-07-14 10:04                         ` Antony T Curtis
2004-07-14 11:11                         ` Fabrice Bellard
2004-07-14 11:58                           ` Adrian Smarzewski
2004-07-14 14:01                             ` Adrian Smarzewski
2004-07-14 12:28                           ` Brad Watson
2004-07-14 12:46                             ` Adrian Smarzewski
2004-07-14 16:44                           ` John R. Hogerhuis
2004-07-15  0:38                             ` Leigh Dyer
2004-07-15  5:25                               ` John R. Hogerhuis
2004-07-15  5:38                                 ` Leigh Dyer
2004-07-14  2:34                 ` Jim C. Brown
2004-07-14  6:02               ` Jim C. Brown
2004-07-14  6:15                 ` Johannes Martin
2004-07-13 17:50             ` Adrian Smarzewski
2004-07-13 22:31             ` Sebastien Bechet
2004-07-14  2:26             ` Jim C. Brown
2004-07-14  3:15               ` Filip Navara
2004-07-14  9:54               ` Adrian Smarzewski
2004-07-14  9:55               ` Adrian Smarzewski
2004-07-14 10:14                 ` J. Mayer
2004-07-14  2:21       ` Jim C. Brown
2004-07-12 22:50 ` [Qemu-devel] " Robert Wittams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040716013936.GA28708@jbrown.mylinuxbox.org \
    --to=jbrown106@phreaker.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).