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 Wanet Telecoms Ltd 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. ensorg

    Cisco VPN Client Connects but can't access network

    Hi Brent, Do you mean I should have my pool of address as something like 192.168.1.x? If I do this would I still be able to access network resources on 192.84.7.x? Thanks
  2. ensorg

    Cisco VPN Client Connects but can't access network

    ...6.3(1) interface ethernet0 auto interface ethernet1 100full nameif ethernet0 outside security0 nameif ethernet1 inside security100 enable password ******** encrypted passwd ********* encrypted hostname tmaxbangor domain-name tmaxbangor.com fixup protocol ftp 21 fixup protocol h323 h225 1720...
  3. ensorg

    Format Week Number two digits

    PHV, apologies, I looked at it quickly and thought it didn't work, but after taking my time and looking at it again it does work perfectly. Thank you.
  4. ensorg

    Format Week Number two digits

    Stongm, That works perfectly. Thank you.
  5. ensorg

    Format Week Number two digits

    Hi All, I have a bit of VBA code to format a date into a year and week number format... intweekstartn = Format(datestart, "yyyyww", 2) So today would be 200627 The problem is if the week number is a single digit then it drops the leading zero, so it is returned as 20061 and not 200601. This...
  6. ensorg

    PIX 501 - Site to Site and Remote access VPN?

    Hi All, Quick question. I have a PIX 501 that is currently being used to connect to another PIX in a site to site VPN. Is it possible to set up a remote access VPN (so that I can connect using the Cisco VPN client) on the same PIX? Would the two VPNs be able to run simulateneously? Thanks
  7. ensorg

    New to NAS - PowerVault 725N

    Hi All, I hope you can tolerate a newbie asking probably really simply and obvious questions!! We are looking to purchase a Dell PowerVault 725N NAS appliance. My questions are below 1/ We currently run a NT 4.0 server, will this NAS server be able to get the usernames from NT4.0 so that we...
  8. ensorg

    Calling function from cell problem

    Ah OK, thanks, I'll give that a go.
  9. ensorg

    Calling function from cell problem

    It all becomes clear now! Thanks again for your help. I tried to do it that way because I didn't want a button. I just wanted them to enter the part number and hit enter for the code to execute. Is there anyway to do this? Or am I barking up the wrong tree and should just go back to using a...
  10. ensorg

    Calling function from cell problem

    Fine, I apoligise for not knowing that. Thanks for your help.
  11. ensorg

    Calling function from cell problem

    Here is all my code. Like I said maybe I am confused and not using a function correctly. Public Function part(partnumber As String) 'Function is called when partnumber field changes. If partnumber = "" Then MsgBox "No part entered" Exit Function End If With...
  12. ensorg

    Calling function from cell problem

    sorry, but I am confused. Part is not a variable, but it is the name of the function, why would I assign the name of the function a value?
  13. ensorg

    Calling function from cell problem

    Sorry maybe I mis-understood. The command button method gets the partnumber in a very simple way partnumber = activecell.value As I said, this works fine, but this is not the way I want to do it. When I call the function as such... =part(c16) Then it does not work. I cannot figure out...
  14. ensorg

    Calling function from cell problem

    I know it doesn't return anything, like I said its a simplified version. The problem is when I call the function via code then the find section works but when I call it from a cell =part(c16) then the find section doesn't find anything, even though what is being passed to the function is...
  15. ensorg

    Calling function from cell problem

    Hi All, I have a small VBA function in one of my excel spreadsheets (a simple version of it is pasted below. I pass a part number to this function and it runs through another sheet and collects all instances of this part number. If I call the procedure via a command button..... call...
  16. ensorg

    SSH Problem.

    Hi, Thanks for the response, I created a password using the passwd command and did the show ca mypubkey rsa command - it shows that the key has been created, but when I attempt to connect via Putty I am getting the same error message.
  17. ensorg

    SSH Problem.

    ...logging host inside 192.168.254.10 interface ethernet0 10baset interface ethernet1 10full mtu outside 1500 mtu inside 1500 ip address outside *.*.*.* 255.255.255.248 ip address inside 192.168.254.1 255.255.255.0 ip audit info action alarm ip audit attack action alarm pdm location...
  18. ensorg

    PIX 501Site-2-Site VPN help.

    ...going wrong, or will be able to give me trouble shooting advice. Many Thanks. PC 192.84.7.90 | BangorPIX Inside 192.84.7.99 | BangorPIX Outside ***.*.198.138 | Internet | WelshPIX Outside 194.73.102.208 | WelshPIX Inside 192.168.254.1 | Server 192.168.254.199 I have...
  19. ensorg

    PIX 501 Site to Site VPN Help

    Total : 1 Embryonic : 0 dst src state pending created ***.*.198.138 ***.*.198.139 QM_IDLE 0 1 interface: outside Crypto map tag: outside_map, local addr. ***.*.198.139 local ident (addr/mask/prot/port)...
  20. ensorg

    PIX 501 Site to Site VPN Help

    ....0 255.255.255.0 pager lines 24 interface ethernet0 10baset interface ethernet1 10full mtu outside 1500 mtu inside 1500 ip address outside ***.*.198.139 255.255.255.248 ip address inside 192.168.254.1 255.255.255.0 ip audit info action alarm ip audit attack action alarm pdm location...

Part and Inventory Search

Back
Top