Networking Forums

Networking Forums > Computer Networking > Linux Networking > linux solutions for private network

Reply
Thread Tools Display Modes

linux solutions for private network

 
 
Lin Qi
Guest
Posts: n/a

 
      07-25-2003, 03:00 PM
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...)

 
Reply With Quote
 
 
 
 
Lin Qi
Guest
Posts: n/a

 
      07-25-2003, 03:02 PM
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...)
>


 
Reply With Quote
 
Joe Hente
Guest
Posts: n/a

 
      07-26-2003, 02:51 AM
Possibly adjust the firewall (if possible) to let FTP (or whatever port
number) through to the {FILE_SERVER}.

Lin Qi wrote:
> 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...)
>>

>


 
Reply With Quote
 
Øyvind Henriksen
Guest
Posts: n/a

 
      07-27-2003, 01:55 AM
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" <(E-Mail Removed)> skrev i melding
news:bfrhl0$1nvm$(E-Mail Removed)...
> 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...)
> >

>



 
Reply With Quote
 
Les Mikesell
Guest
Posts: n/a

 
      07-27-2003, 06:05 AM

"Lin Qi" <(E-Mail Removed)> wrote in message
news:bfrhhs$1nvm$(E-Mail Removed)...
> 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...)


The best way depends on what kind of access control you need. If you
just want to allow anonymous downloads the easy way is to use smbmount
on the firewall to make a read only mount of a share from the windows
server under the ftp server directory.

---
Les Mikesell
(E-Mail Removed)


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
sql , mysql, linux and windows networking solutions Solaris Sun Broadband 0 01-12-2011 04:51 AM
Linux solutions for radius or captive portal nick Linux Networking 0 10-04-2006 04:07 PM
Virtual Private Network in Linux BG Linux Networking 1 08-20-2004 12:32 PM
Tape Back solutions for Linux Tom Hansen Linux Networking 3 10-10-2003 02:41 AM
VPN solutions for Linux? Enrique Ariz?n Benito Linux Networking 8 10-06-2003 03:44 PM



1 2 3 4 5 6 7 8 9 10 11