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 IamaSherpa 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: TimV
  • Order by date
  1. TimV

    No PDM with WinXP on Pix501

    Thank you all. It was in fact a Java issue. With XP and the new Java client installed, I notice that I now have to supply the Name/Password twice... once before the java screen comes up, and once after. I had visions of a spyware program asking me for PW info to send back to the mother ship...
  2. TimV

    No PDM with WinXP on Pix501

    PDM (ver 3.0) access via WindowsME is ok, access via WinXP gets stuck on PDM load screen. I have seen this question asked before but could not find the fix. Is this an XP setting, or do I need to configure the Pix differently for XP? Thanks!!!! Tim
  3. TimV

    Restore all minimized windows?

    Thanks! This is exactly what I need. You are making me look like I know what I'm doing!!! Tim
  4. TimV

    Restore all minimized windows?

    Is there an API call to restore all minimized windows? I actually only want to restore a particular program I find running, but I haven't found a way to do that either... Thanks, Tim
  5. TimV

    Two Pix501/Cisco1721 layouts

    This is a follow-up to the last topic of comparing the Pix501 to a 1721 router. My network consultants want to put the 1721 first, then 2 pix501's, then my 2 subnets. I would like to do one single Pix 501, then then 1721 router feeding the 2 subnets. They say I will need 2, probably 3 public...
  6. TimV

    Cisco 1721 as effective as a Pix501?

    Hi Jeff, Thanks for the help. I'm more familiar with the pix than the 1721. The guy helping me here would like to remove the pix altogether, since the 1721 can run firewall software. Do I need both?? Thanks, Tim
  7. TimV

    Cisco 1721 as effective as a Pix501?

    The Pix501 works great with 1 subnet getting out to 1 dsl line, 1 IP address. I now need to use 2 subnets on separate switches. Both subnets have pc's that will need to get out to the internet and I am told that the 1721 can handle 2 separate subnets. Can the 1721 act as a firewall as well...
  8. TimV

    Why will Table posting work fine, but changes not save to disk?

    I love this forum. Thanks Steph! Tim
  9. TimV

    Why will Table posting work fine, but changes not save to disk?

    Steph, Thanks for the quick reply. I included BDE in the uses, am making use of the "AfterPost" event in table1: procedure TForm1.Table1AfterPost(DataSet: TDataSet); begin DbiSaveChanges(Table1.handle); end; ...and even added a "showmessage" line to see if the...
  10. TimV

    Why will Table posting work fine, but changes not save to disk?

    I'm using Delphi 4, have a very simple single user database running, consisting of only 1 DataSource component, and 1 table component. New entries, edits, & deletes all show up fine when I display the table. The problem is: These changes do not get written to the hard disk until I actually...
  11. TimV

    Can 501 allow 2 subnets out?

    Yes, both subnets are currently on the same medium-- A few months from now I'll be in a new building where I will have new cable & jacks to isolate them, so if I'm able to make this work now I'll have to come up with another solution then.
  12. TimV

    Can 501 allow 2 subnets out?

    I have 2 non-related groups of users running on the same network. I have the 501 running dhcp for group #1 with a standard subnet of 192.168.1.XXX and life is good. The other group runs a non-standard subnet of 180.180.180.xxx and I would like to let one of their computers through the 501...
  13. TimV

    Allow ports 21 & 1094 for FTP

    Yizhar, It is true that the ftp session still fails. This is what I have found about ftp ssl behind a firewall: To connect to an FTP Server that supports SSL and has a NAT address you should use Port Mode on the client. In WS_FTP Pro you need to uncheck the Passive Mode option at the...
  14. TimV

    Allow group of users 2 or 3 web sites (Pix501)

    Thanks Yizhar, I called them about the upgrade and am planning to use it soon. Tim
  15. TimV

    Allow ports 21 & 1094 for FTP

    I presently use: access-list fromoutside permit tcp any host xxx.xxx.xxx.46 eq ftp for allowing ftp clients into my ftp server. That is fine until I use SSL which wants to use port 1094 in addition to port 21. The FTP session appears to hang from outside the PIX501, but inside obviously...
  16. TimV

    Allow group of users 2 or 3 web sites (Pix501)

    Using a PIX501, I want to allow a group of users access to only 2 or 3 websites. What is the most efficient way to accomplish this? I need to create a group of users as well as a group of allowable sites. Right now I have a separate line for each user accessing each web site. One particular...
  17. TimV

    I feel like a Ferengi with a Photon Torpedo

    The two lines work perfectly. Thanks for such a quick reply!
  18. TimV

    I feel like a Ferengi with a Photon Torpedo

    All I want to do is allow outside users from unknown IP's to access an ftp server on my network. I thought I needed to add: static xxx.xxx.xxx.241 192.168.1.21 (x's being my real IP, my ftp server is on 192.168.1.21) access-list acl_outside permit ftp any host 192.168.1.21 eq ftp When I add...
  19. TimV

    Mystery of the blocked users

    Mystery Solved! Cisco says that this version has a bug: > Cisco PIX Firewall Version 6.1(1) > Cisco PIX Device Manager Version 1.1(2) > Compiled on Tue 11-Sep-01 07:45 by morlee They send me an update via email, with instructions on how to load it. The working version is: Cisco PIX...

Part and Inventory Search

Back
Top