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 bkrike 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: *

  • Users: wstran
  • Content: Threads
  • Order by date
  1. wstran

    Limit Intranet Access by a Range of IP addresses

    Greetings, We would like to limit some IP addresses (from .130 to .245) to access our Intranet by editing our httpd.conf: <Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all Allow from 192.168.10.130-245 </Directory> However, we didn't...
  2. wstran

    Running two applications on the same LAMP box

    Greetings, I have set up and run MediaWiki (index.php) on my Linux Apache webserver at DocumentRoot "/var/www/wiki". Now I just want to know if or how I can set up for another application (also run index.php) on the same webserver. Please advise if it is possible, thanks very much.
  3. wstran

    Can not log in as a user in vsftpd

    Greetings, I set up vsftpd (version 2.0.5-10.el5) on my Linux RHEL5 box but when I tried to log in as a user with a correct password, I got the error: 530 Login incorrect. Login failed. Please help me out, thanks!
  4. wstran

    Difference in Java and JRE

    Hello, In my RHEL4 box, when I run the command "java -version" I got the answer: Java version "1.4.2" gcj (GCC) 3.4.6 20060404 (RedHat 3.4.6-8) but when I updated the latest jre into the box and run the command "rpm -qa |grep jre" I got: jre-1.5.0_13-fcs My problem is that I...
  5. wstran

    NEdit: Can't open display

    Greetings, I have a Linux server with Redhat Enterprise 4 and two workstations, PC1 with Redhat Linux 9 and PC2 with Redhat Enterprise 4. When I do the following on both of my workstations: xhost + ssh PC1 (or PC2) export DISPLAY=PC1:0.0 (or PC2:0.0) then I want to load a graphical text...
  6. wstran

    Cannot enable ssh in Cisco IOS 12.3

    Greetings, I tried to enable ssh on my router that run 12.3 but could not. I think the version 12.3 supports ssh as I read the books or Cisco web site. Please tell me why. thanks!
  7. wstran

    SSH through PIX firewall

    Greetings, My network is set up as follow: Internet | | Router | 10.10.10.1 (Router INSIDE) | | 10.10.10.2 (Pix OUTSIDE) PIX 515E | 192.168.3.1 (Pix INSIDE) | | PCs(192.168.3.xxx) I can ssh to Pix INSIDE from PCs with 192.168.3.xxx. Now I want to ssh through Pix to...
  8. wstran

    INSIDE Hosts can't see FTP server

    Greetings, Basically our system are set up as follow: Internet | | | Router | 10.10.10.1 (Router INSIDE) | | | 10.10.10.2 (PIX OUTSIDE) PIX 515E ---------------------- 192.168.3.1 (INSIDE)--- Hosts (192.168.3.xxx) | 192.168.7.1 (DMZ) | | | FTP server...
  9. wstran

    Cannot FTP to FTP Server in DMZ

    Greetings, Our problem is that all PCs in the PIX's inside area (192.168.1.xxx) could not ftp to the FTP server (192.168.2.3) located in dmz area. BTW, the FTP server was NAT'ed to the outside and can be FTP'ed from outside. Please advise, thanks!
  10. wstran

    SSH Setup on Linux Machines

    I have two questions about setting up ssh on Linux workstations: 1. Basically what I did was to setup a ssh pub key so that host A didn't require a password for ssh to host B. From host A, I used ssh-keygen -t dsa to create default named 2 keys (pairs) in ~/.ssh/ directory (id_dsa and...
  11. wstran

    SCSI Tape Drive Not Recognized

    Greetings, I have a Dell server 2850 with Adaptec 29160 SCSI controller card. I connected the external HP tape backup Ultrium 448 into that SCSI card. When I rebooted the server, I saw it recognized the Adaptec and HP tape drive. However, when I run Tapeware bachup software in RedHat Linux...
  12. wstran

    Backup Multiple Linux Servers

    Greetings, I have 3 Linux servers: Web, Data, and FTP servers. I would like to back up each of them to different tapes without operator intervention. I read some articles that HP StorageWork LTO-2 Tape Autoloader has the ability to automatically back up multiple servers. Please advise, thanks!
  13. wstran

    Inside PCs could not browse Webserver in DMZ

    Greetings, Our problem is that all PCs in the PIX's inside area (192.168.1.xxx) could not access to the web pages of the web server (192.168.2.3) located in dmz area. BTW, the web server was NAT'ed to the outside and can be seen by any one from outside. Please advise, thanks!
  14. wstran

    Intel Pentium M and Celeron M

    Hi all, I would like to buy a Dell notebook with built-in wireless capability. Someone told me notebook with Pentium M has that built-in function, but others told me the one with Celeron M will have the same capability. I searched from Internet and some articles stated that only Centrino CPU...
  15. wstran

    IP Mapping Does Not Work!

    Hi all, Sorry for asking again. Last week I asked a question about my router-pix setup and I got replies from LloydSev and Lgarner on how to do it. However, even with their great advices, my web server still could not be accessed from internet. The following is my network diagram again and I...
  16. wstran

    Static IP address to Web server in DMZ

    Hello, My ISP gave me two static IP addresses, one for ISP connection and one for Web server. Please advise me if it OK to set up my network like the following: ISP Internet | | 66.45.102.112 (First static IP address from ISP) Router 3700 | 10.10.10.1 | | 10.10.10.2 PIX 515E...

Part and Inventory Search

Back
Top