Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Junior50

    How to install HP Surestore DAT Drive

    Hello I have an external HP Surestore SCSI DAT drive that is connected to a SCSI card in my server (RedHat 6.2). Does anyone know how I would reference the drive in order to perform backups using cpio or tar? Thanks in advance. Gary
  2. Junior50

    Access via PPP

    Hi I want to give my remote users access to our mail servers via ppp. Can anyone point me in the direction of some documentation which explains how to set up my Linux box to accept incoming PPP connections? Thanks in advance. Gary
  3. Junior50

    Help with Passive ftp

    Thanks Guys, The problem was with the client - it didn't support passive mode! Thanks for your input.
  4. Junior50

    Help with Passive ftp

    AndyBo Sorry, I should have explained! The firewall will not allow incoming requests with a destination port of 20 or 21 passed it. We do not host an ftp server on the secure side of the firewall. The ftp client is inside the firewall and the server is on the outside. I know that the way...
  5. Junior50

    Help with Passive ftp

    Hi I need to start a passive ftp session across my firewall. Can anyone help me with the ftp commands to accomplish this? I have tried the following which does not work: ftp> quote PASV 227 Entering Passive Mode (100,1,1,20,102,101) ftp> put filename I get unaqble to create the data...
  6. Junior50

    Can't find firewall?

    Fenris<br><br>Assuming you are using ipchains to manage the firewall you need to add the following line to the start up script (not sure which script in your instance rc.firewall or firewall):<br><br>ipchains -A input -i ppp0 -p tcp --dport 6669 -j ACCEPT<br><br>Change ppp0 to reflect the...
  7. Junior50

    How to access POP server via SSH

    Hi<br><br>Having recently installed an ipchains based firewall I want to give my remote users access to our POP3 server which is on the inside of our firewall. The documentation I have read says that merely allowing connections to port 110 is bad as the passwords are exchanged in plain text...

Part and Inventory Search

Back
Top