Re: linux solutions for private network

From: Øyvind Henriksen (oyvind_at_increo.no)
Date: 07/27/03


Date: Sun, 27 Jul 2003 03:55:29 +0200

The easiest solution, if you can open the firewall:
1. Open up port 80 and/or 443 (ssl) in the firewall
    (if you need password protection you need ssl)
2. Install a http server (iis or pws is easiest).
3. Turn on directory index so users get a list of the files available
    (no need for html editing this way :-).
4. Then password protect the directory/files through NTFS permissions if
needed.

If you want to use the linux server, this is how I
synchronize files from windows to linux via ftp: (not very pretty ;-)

1. Make a wsh script (or whatever) which records all files (filenames)
in a directory, and puts them in a textfile (c:\sync\ftpcommand.txt) in
a certain format. This textfile will be fed to ftp.exe later.
It should look like this:

user ftpuser ftppassword
lcd c:\sync\files
put file1.zip
put file2.zip
quit

2. Then create a batch file (c:\sync\dosync.bat) like this:

ftp -n -d -s:c:\sync\ftpcommands.txt [linux-ip-address]

3. Make a new entry in sheduled tasks, and browse for the batch file

Hope this helps,

- Øyvind Henriksen

"Lin Qi" <linqi@linqi.my.net-yan.com> skrev i melding
news:bfrhl0$1nvm$2@news.hgc.com.hk...
> I forgot. Internet users are using windows and they are not good at
> technical approach.
>
> > there is a private network:
> >
> > {internet}
> > |
> > |
> > {firewall} ---- {DMZ}
> > |
> > |
> > {FILE_SERVER}
> >
> > FILE_SERVER is running windows os
> > DMZ server is running linux
> >
> > Is there any good solution for internet users to get files from the
> > FILE_SERVER?
> > We can make use of the DMZ linux server (like to do synchronization...)
> >
>



Relevant Pages

  • Re: Need help! IIS - IE - anonymous, basic and windows integrated authentication
    ... I need to have Windows integrated authentication working as this web ... and open the ticket quick without entering users/pass for every ticket as it ... For Internet users we need to have anonymous to make it work. ... >> second IIS application server in order for Internet users to be able to ...
    (microsoft.public.inetserver.iis)
  • RE: Need help! IIS - IE - anonymous, basic and windows integrated au
    ... The way I understant this is that you want the Internet Users to use ... Create two site in your IIS and point both to the same document root. ... Set the second website to use NT authentication. ... I have a reverse proxy server ...
    (microsoft.public.inetserver.iis)
  • Re: Allowing terminal server access to all internally, but only to a select few externally.
    ... access control line that allows access to the terminal server via the ... use tscc.msc to have the default RDP-Tcp connections to use nic1, ... Create a new local user group say 'TS Internet Users', ...
    (microsoft.public.windows.terminal_services)
  • Re: GOTOMYPC.COM
    ... Your comments about password protection, ... a heavy-duty one) and another to get in to the patient files where I work. ... My server is Linux. ...
    (sci.med.transcription)
  • Re: Back end database lock-up
    ... better suited with a server based system - I would suggest that. ...  The idea is to offer the easiest solution. ... The reason I think it might be permissions is that the entire backend ... locks up anytime a open a linked table, query, or form on the front ...
    (comp.databases.ms-access)

Loading