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!

Recent content by nille

  1. nille

    PIX 515 DoS

    Hi Yizhar, Thanks for you help! The Pix is going down... I mean that the PIX crashed minutes after the errors have occured. I couldn't access the PIX either from the internal network or from the internet, no telnet ,ping or pdm . The Client OS is W2K, the VPN client is version 3.0.2 I didn't...
  2. nille

    PIX 515 DoS

    HI Guys, One of my vpn clients is making my PIX to go down. The client is connecting to the pix from home through a DSl line. The client PC is behind a router which does NAT. I've heard that wouldn't be possible to make VPN to the PIX from a PC behind a router wich does NAT. But belive or not...
  3. nille

    VPN to 515 pix through a cisco 677 router

    Hi, I'm trying to connect to my office's pix from home through a cisco 677 router that use NAT. The cisco VPN software (v.3.5)works good, if I use a dial-up connection to my ISP, but nothing works if I use my DSL line through the cisco router. I can connect to the pix, but I can not do anything...
  4. nille

    Array casting

    Sorry, solved it... String[] s = Array.CreateInstance(typeof(String),mySize));
  5. nille

    Array casting

    Hi, I am new to C#, but have been programming in Java for a while. What I want know is a way of creating an Array of a specific type, without knowing which type it is... In Java you would to this: public Object[] createArray(Class type, int size) { return Array.newInstance(type, size); }...

Part and Inventory Search

Back
Top