I am trying to pass a group of parameters when starting a new thread. eg: -
Calling Procedure: -
!Start thread, passing 1 parm
SaveThread2 = START(NewProc2,35000,Loc:GroupName)
Procedure Being Called: (NewProc2) -
Prototype: (Group)
Parameter: (MyGroup)
How do I specify the group in...
Before I go down the a long path of writing a script for 250 tables, has anyone got a better idea.
I am using MS SQL 2000 and I need to import incremental data changes from a unix system.
There are 250 tables on the unix system. When a record in the unix table is inserted/changed a line is...
I solved this. Firstly the client software did not seem to work properly with AES. 3DES was ok.
Secondly I could not ping the xp machine behind the pix because it had cisco client software installed on it. As soon as I removed that, it worked fine.
I thought the the following lines in my config were all that was needed: -
access-list acl_out2 permit ip 192.168.8.0 255.255.255.0 10.10.8.0 255.255.255.0
vpngroup testvpn split-tunnel acl_out2
Is there something else that I need to set?
Ok, I have notice that when I connect to the pix the client software says Local LAN: Disabled
and there is nothing in the local lan routes.
We have a client that has a Cisco router and when I connect to that from the same machine using same software that the local lan is enabled and that Local...
I have removed the access-list 100 statement but still no joy this is the log at the client side if its any help.
Should I be able to ping the firewall 192.168.8.1 over vpn?
VPN CLIENT - version 4.8.00.0440
Adress Information
Client: 10.10.8.1
Server: **********
Crypto
Encryption 256-bit...
Thanks guys but I still cannot get anything to work over vpn.
I have got ssh access to the pix now so I can change the script. I have been changing a few things as you recommended. Heres my latest script.
As anyone else any ideas?
PIX Version 6.3(5)
interface ethernet0 auto
interface...
I am trying to setup a PIX at home so I can use remote desktop over VPN to access my machine from work.
I am a newbie to the PIX but have managed to get a internet connection working, and the vpn connects.
After the vpn connects I cannot ping the pix or my xp pc and cannot get the remote...
Thanks UnaBomber.
It was my access-lists that were wrong. I used SDM Express to create them. It's difficult to get used to all this. Never done anything with networks or VPNs before and I get handed this router to setup, lol.
Thanks for you help, web site is working now. Just the VPN to go :|
I am having great difficulty getting a web server working with my router.
The web server is connected directly into the cisco and has a private ip address of 192.168.1.3
the router ip address is 192.168.1.5
The web server gateway is also 192.168.1.5
Can someone have a look at my script and...
Hello,
I have no idea if this is the correct section to post this but here goes.
I have a problem with a web server. Being a programmer and not a networking person, I am having difficulty solving the problem so please bare with me.
I have a 8 port VPN firewall router. Plugged in the router is...
Hi,
I have recently started to learn c# in my spare time. I am trying to create a simple database application with help from a step by step book.
Can someone with experience point me in the right direction please. I have a form for entering a new customer. When the user presses the save...
I would try putting the code below in the embed point Browse.SetQueueRecord before the parent call.
The parent call to the base class is where the listbox columns or hotfields are written to the queue.
CASE CUS:LoadColor
OF 'GREEN'
DIS:Round = '1'
OF 'RED'
DIS:Round = '2'
OF 'BLUE'...
Ah, ok. I think I see what you are trying to do.
First I would need to know how CUST:LoadColor is set.
I am guessing that it's an column on the customer table.
Does the user select the customer on the form and the listbox is filtered for that customer.
Or is it passed into the form as a...
Now I am confused.
When you say set the colour. What exactly do you mean by this? Colour the text or background of one or more columns in the list box per row?
Are you trying to colour a column green when DIS:Round = '1' and Red when DIS:Round = '2' etc?
It sounds like you are wanting to set the initial/default value of DIS:ROUND when a record is inserted.
Is this what you are trying to do?
Has the listbox got insert,change and delete buttons?
Does it call a form to update details?
So let me try and understand all of this.
You say the listbox is based of DIS:DISPATCH
So I am assuming that the table DISPATCH? that contains DIS:DISPATCH also contains DIS:Round.
I am assuming DIS:Round is a string if you want to store 'C' for 'Customer Pickup'
Are you trying to change the...
It makes more sense but I'm failing to understand the significance of DIS:round='1'.
Why do you need to set that? How is it used?
Also if you click properties for CUS:LOADCOLOR='GREEN' etc you will see the colours. This is a condition and when the condition is met the colours will be set...
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.