SFTP problem - Something in my ASA?10493 (1/5/2007 4:19:31 PM) comp.dcom.sys.cisco Hi, I have opened port 22 in my firewall and am trying to connect to an SFTP server. When I connect (using WinSCP3) and sniff with ethereal, I can see three syn packets coming out and one response from the se... K
Wireless Issue1104 (12/13/2006 2:29:15 PM) comp.dcom.sys.cisco This is not really a cisco problem but I am not sure where to put it. I have a remote user who is having difficulty in a hotel far away from me. She cannot get connected to the wireless. It says it is connect... K
Wireless VPN291 (12/8/2006 9:22:36 PM) comp.dcom.sys.cisco Hi, I am having trouble with my Cisco VPN. I have a use who cannot go anywhere after he connects over the wireless network. He CONNECTS to the VPN successfully, but he cannot do anything with the network! o... K
Telnetting into my router4114 (12/4/2006 9:26:24 PM) comp.dcom.sys.cisco I am having problems telnetting into a router on the outside of my firewall. When I try to telnet, it times out. I can see three SYN packets being sent to the router, and I see three RST-ACK's coming back. W... K
Connecting to SQL Server168 (12/1/2006 7:34:57 PM) comp.lang.perl.misc What is the easiest way to connect to a SQL Server database? All I want to do is pull data from one table and match it against some data in a text file. All I need to do is run a simple select * from table an... K
Date function #21388 (11/28/2006 9:48:07 PM) comp.lang.perl.misc Hi, is there a date function in Perl or do I have to try to find a module? What i need is to be able to come up with the current date, then subtract one day, and add that to the file name in the form of: YYY... K
Replacement in a string with a function call.372 (11/28/2006 6:51:23 PM) comp.lang.perl.misc Hi, What I want to do is search a string, find an IP Address, and replace that with the DNS name. $details[$i] =~ s/(\d+)(\.\d+)(\.\d+)(\.\d+):/&resolveDNS($1$2$3$4)/; The string is named $details[$i] and re... K
Cisco VPN Client WINS Problem?0204 (11/28/2006 2:51:53 PM) comp.dcom.sys.cisco Hi, I have an odd problem with ONE of my laptops connecting through a VPN connection. Two weeks ago, the user could connect fine. Now he connects but cannot access anything on the server unless he does so by... K
Cisco VPN Client AddRoute problem4887 (11/28/2006 1:46:36 AM) comp.dcom.sys.cisco Hi, When connected to the VPN, it hits the RADIUS server fine and gets connected but fails to add the route and therefore, I cannot access anything inside the network. I get this error in the logs. AddRoute ... K
Expression problem868 (11/27/2006 9:40:31 PM) comp.lang.perl.misc I have the two following regular expressions. I am not very good at writing these yet. I am parsing some logs looking for some key words, then taking the text after them. if ($details[$i] =~ /\bworkstation\b... K