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 SkipVought 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. tjbradford

    ASAX 5508 - basic config - packet loss

    So I bought an ASAX to make use of policy based routing - not got that far yet as i'm having a headache trying to get the kit to work reliability with the bare basics 1) setup outside interface x.x.2.174 255.255.255.240 2) setup inside interface x.x.1.254 255.255.255.240 3) created some...
  2. tjbradford

    LDAP vb6 test username and password

    I have been looking for weeks to try and find some working examples of how to test if a users username and password are correct. the best / cleanest example i can find is below however it craps out on the set objectlist = Private Sub Form_Load() Set ado = CreateObject("ADODB.Connection")...
  3. tjbradford

    confused variables

    The problem i'm having is i can't seem to pass the -pwd entry correctly. I have tried % and %% and %! to make the field appear as a variable but with not joy, however if i place %SOME% in it with the var i made above it works, I think it's todo with the qty of % in this field and the next one...
  4. tjbradford

    custom routes on 2960-S 48

    as previously mentioned, we have an old lease line and a new one. I wish to move all internal devices across to the new leased line in stages, eg. per department. once users are all across to the new line the old line can be turned off and all ip routes removed other than that of ip route...
  5. tjbradford

    custom routes on 2960-S 48

    edit to above eg. ip route 192.168.10.3 255.255.255.255 192.168.10.2
  6. tjbradford

    VLAN issue when assign an IP

    maybe issue an arp -a on the client and or show arp to see what address the device thinks has the IP address? then check the mac address is the one expected and not something else?
  7. tjbradford

    custom routes on 2960-S 48

    I have a 2960 switch which is S version of ios but seem to be failing to do some really simple config Basically I have four vlans 10,20,30,40 each of these is configured on the switch, for example . 192.168.10.9, 192.168.20.9, etc I have two gateways, a new line and an old one, and want to...
  8. tjbradford

    changing image without reloading the page

    I have a piece of code that give's rain droplets on the image stated in the code, but i would like to be able to change the image - eg cycle through anumber of images without having to load duplicate files, which is currently what i do code starts : <body bgcolor="black"><center><body...
  9. tjbradford

    exec a background job

    but if i can run it in the shell as www-data which is what the apache server runs under then i do have the permissions no ?
  10. tjbradford

    echo an echo command - confused script

    I'm trying to run the following echo 0 (pipe) cisco_cert_mgr -U -op delete works fine from the shell prompt but if it's in a script it echo's everything after it , how can i resolve this? note (pipe is the pipe tilder thingy but wont display here but i'm using the pipe tiler bobit)
  11. tjbradford

    exec a background job

    I'm trying to build a webpage that will take an input value and call a bash script i have. it's to start off a certificate request and the input value is for the user who will be handed the certificate. however when running this from webpage it reports that the enrollment failed (this is...
  12. tjbradford

    mkdir and others fail

    i have solved this now, i have chown the area's required to allow www-data to write to the dir cheers
  13. tjbradford

    mkdir and others fail

    hi see below uid=33(www-data) gid=33(www-data) groups=33(www-data) /usr/lib/cgi-bin DOCUMENT_ROOT=/var/www GATEWAY_INTERFACE=CGI/1.1 HTTP_ACCEPT=application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 HTTP_ACCEPT_ENCODING=gzip, deflate...
  14. tjbradford

    mkdir and others fail

    I have created a cgi-bin bash script that runs a treat from the commandline but fails when run from http i think it's lacking write permissions, how can i overcome this ? can i run the http as root to confirm that it's permission related? some of the commands are mkisofs cryptsetup losetup...
  15. tjbradford

    Stopping colours of webpages IE 6 or greater

    Hi all, odd one here , done aload of goggling up on this but only got a partial fix. I want to open web pages but would like away to stop the page colors from being presented, eg just a white page with black text for example, i have found a Mozilla plug in...
  16. tjbradford

    statment just errors mkisofs vb6

    I have downloaded some example code for making an iso in vb6 got it working ok but i want to add the following -b "location of the filder i pointed to" & "\isolinux\isolinux.bin" but it errors no matter how i write it or were in the line i write it ? here is the link to the site...
  17. tjbradford

    automatted telnet

    http://www.xpresslearn.com/networking/code/csharp-telnet-client I have downloaded the source from the above site and compiled it to connect to one of my routers, working great, however i'm not a csharp man but have a few questions, how can I add /u root /p secret to pass through to the telnet...
  18. tjbradford

    visual studio 2005 advice

    I forgot to add that i'm trying to do this as a service, it complains on seeing Application.SetSuspendState(PowerState.Hibernate, True, True) so i commented it out and added a timer to see if calc.exe was called, but it wasn't it says the service is running which is great but running nothing ...
  19. tjbradford

    visual studio 2005 advice

    ps here are the two examples im trying to mate together http://www.c-sharpcorner.com/UploadFile/thiagu304/desktopfunctions02112007140806PM/desktopfunctions.aspx http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23079003.html
  20. tjbradford

    visual studio 2005 advice

    Hi all, I have done some programming with vb6 but i'm struggling to get an app to work as required, i read up that the .net framework might solve this but im abit stuck i have created an app that will show the systems idle time "no user interaction" run as a system service. great , but...

Part and Inventory Search

Back
Top