Gate-and-Way
messages in your power !

Moving the Gate-and-Way installer on the Linux server - RH 9.0

 

The Gate-and-Way RPM installation file can be downloaded from http://www.gate-and-way.com/download .

If you are a Linux expert you can download the file directly into your Linux server, but if you are using a Windows PC to read this manual and you have installed your first Linux server using the instructions provided herein, you now have to transfer the RPM file from the Windows PC to the Linux server.

  1. Boot your Linux system

  2. Type root at the Login: prompt. The Password is the one you chose at the Linux Installation phase

  3. Open a terminal session: Start -> System Tools -> Terminal
[root@gate-and-way root]# mkdir /var/ftp/pub/upload
[root@gate-and-way root]# umask 0000 ; chmod 777 /var/ftp/pub/upload
[root@gate-and-way root]# echo "anon_upload_enable=YES" >> /etc/vsftpd/vsftpd.conf
[root@gate-and-way root]# service vsftpd start
  1. Now go to the Windows PC and open a Command Prompt (or MS-DOS Prompt)
C:\WINDOWS> cd directory_containing_the_RPM_file
C:\SOMEWHERE> ftp your_Linux_server's_IP_address
User: ftp
Password: insert_your_email_address
230 Login successful. Have fun.
ftp> cd pub/upload
250 Directory successfully changed.
ftp> put Gate-and-Way-2.2-rh9.i386.rpm
...
200 PORT command successful.
...
ftp> quit
C:\SOMEWHERE> exit
  1. Now you can return on your Linux server.
[root@gate-and-way root]# service vsftpd stop
[root@gate-and-way root]# exit

All done !. The RPM file is now available in the /var/ftp/pub/upload directory on your Linux server.


Last updated on 30 April 2004