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
Hi,
I have a cisco pix 501 firewall. I have configured a Remote access VPN using the wizard in the PDM. When I attempted to connect the client connects sucessfully but I cannot ping anything on the remote network.
I have a Netgear router on 192.168.0.1 this is set so the DMZ is the pix outside...
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...
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
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...
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...
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...
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...
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...
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...
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.
Hi,
I'm having a problem connected to a PIX using SSH. I enabled SSH using the command "SSH 0 0 outside" and I enabled a key using the commands..
ca generate rsa key 1024
ca save all
I downloaded putty to use as my client and changed to SSH from the default telnet. But when I try...
Hi All,
Hopefully somebody will be able to help me out. I have two Cisco PIX 501s and I am attempting to create a site to site VPN between them. The problem is that I appear to be unable to contact the server on the "other side" of the VPN. I have created a simple network diagram...
Hi,
I think I spoke too soon in my previous posts. I'm still having problems.
The problem lies that on PIX One I can ping PIX Two, but I can't ping any servers behind PIX TWO. On PIX Two I can't ping PIX ONE or any servers behind it.
Any advise would be appreciated.
Thanks
PIX ONE
PIX...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.