On Thu, 05 Jul 2001 01:22:06 -0500, L.D. Best wrote:

> It has to be FTP or HTTP server?

Yep.
Since the we are connecting to 'the net' via a PPP connection.....
we can't use Telix (or any other of our old friends "the com-progs")

My favorite from the old BBS days was "Cedar Island Link".

Now, if you really *do* want others to be able to access your system.

It's easy to setup an HTTP server in DOS.

Here are the BATs I use to do turn it on and off.

--- srvr-on.bat ---
c:
cd \www0005
miniterm.exe
lh epppdd.exe>ppp.log
call ip-up.bat
call setip.bat
ntcpdrv.exe
www.com
___________________

--- srvr-off.bat ---
c:
cd \www0005
ntcpdrv.exe -u
termin.com 0x60
cd \
call clrenv.bat
___________________

--- clrenv.bat ---
set lsppp=
set myip=
set remip=
set netmask=
set peermru=
set dns1=
set dns2=
_________________


> On Thu, 05 Jul 2001 20:18:52 -0400, Glenn McCorkle wrote:

>> On Tue, 03 Jul 2001 18:19:04 -0500, L.D. Best wrote:

>>> QUERY:

>>> If someone knows my IP, since I'm a 24/7 'LAN' connection, can they
>>> access MY system when it is turned on?

>> Only if you are running an FTP or HTTP server program.
>> With only a browser running... all requests must be initiated on
>> your end.

> Ustawuz BITDBWWW, I could set my Telix up for host mode ... and anyone
> dialing into my system could then enter if they had correct username and
> password.  I can't do anything similar to that now???  [Feeling like a
> cat ..]


-- 
 Glenn
 http://arachne.cz/
 http://freedos-32.sourceforge.net/
 http://www.delorie.com/listserv/mime/
 http://www.angelfire.com/id/glenndoom/download.htm

Reply via email to