On Tue, 9 Feb 1999, Hanbing Yan wrote:
> When I build an Linux server on internet. I should install, configure
> and run DHCP server, DNS server(BIND), Web server(Apache) on my Linux
> server.
> The Linux server's working sequence will be next.
>
> 1.Users Login Linux server through telephone line or network first.
> 2. DHCP server automatically assign an IP address for User.
> 3. DNS server get user's URL and return the IP to user.
> 4. User can use Web server to surf internet.
> 5. User log out.
You will probably want to use PPP for your dial-in users. For them, the
IP address is assigned in PPP's options.ttyS[01-nn] files. In other
words, the user gets the IP address for the modem line they connect to. I
recommend using mgetty with the AutoPPP option, especially if you want to
allow both telnet and PPP access on the same phone line. You do not use
DHCP for dial-in users.
As another posted, you can get the DHCPd server from
http://www.isc.org/dhcp.html. As for the other topics (DNS and web server
configuration), you should read through the Linux DNS and WWW HOWTO's,
included in most distributions and available online at
http://metalab.unc.edu/LDP/HOWTO/. You might also visit the Apache site
(http://www.apache.org/) for web server info.
Geof
DISCLAIMER: The comments above are my own and may not represent the views
of my employer.
+-------------------------------+-------------------------------------------+
: Geof Goodrum : US Department of Commerce :
: +1-301-457-5100 : NOAA/NESDIS National Climatic Data Center :
: [EMAIL PROTECTED] : Satellite Services Branch :
+-------------------------------+-------------------------------------------+
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]