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 Chriss Miller 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: *

  • Users: tjbradford
  • Content: Threads
  • Order by date
  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

    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...
  5. 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...
  6. 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)
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. tjbradford

    voice asterisk cisco 2600 trixbox trunk

    below is a working config pushing calls from a pstn line to a cisco ip phone which is great, but not exactly what i'm after, i wish the calls to be pushed to a ring group. the ring group i setup was 600 i changed both the "107" references in the below config to 600 but the phones in that...
  14. tjbradford

    cgi-bin / html icmp ping specified address

    i have done a large amount of googling but must have the search fileds wrong or there is no info on my question "unlightly" i want a basic webpage that has a text box that i input an ip address or hostname and the server goes off pings the address then displays the results in the browser. i...
  15. tjbradford

    gtk dialog add system variables

    I have a gtk dialog that i use for vpn authentication, but i would like to add some extra info to the bottom of the dialog so for example purposes uname or if i grep someout put then want to show that in the dialog the thing is if i do this <text><label> uname </label></text> or...
  16. tjbradford

    sending mail

    i would like to send mail from the shell prompt i have read a few examples but none of them show it with a destination ip address or hostname just the email address, how to i over come this , or exchange server is authentication only, but we have an smtp-anon server that forwards...
  17. tjbradford

    network sound audio between 2 pc's

    I'm looking to move audio from one pc "a Server" out to a few other PC's "clients" and i'm looking for an example of how to do so from a google search , i thought that there must have been someone that has already done this sort of thing before i have come to address it , maybe not ! I have...
  18. tjbradford

    wine bottler winetricks won't work osx 10.6

    Hi all i have downloaded wine bottler its basically a package that contains wine, i installed visio 2003 fine but want to add gecko and msxml3 from wine tricks but when ever i try to add this it errors with the following ! Hardware: Hardware Overview: Model Name: MacBook Pro...
  19. tjbradford

    Cisco 857 dropping atm interface O2

    I have a Cisco 857 that keeps dropping the atm interface Cisco#sh dsl int atm 0 ATM0 Alcatel 20190 chipset information ATU-R (DS) ATU-C (US) Modem Status: Showtime (DMTDSL_SHOWTIME) DSL Mode: ITU G.992.5 (ADSL2+) Annex A ITU STD NUM: 0x03 0x2 Chip Vendor ID: 'STMI' 'BDCM'...
  20. tjbradford

    c Sharp program , build requires .net

    I have created a screensaver in C that now compiled requires .net framework to function, is there a way to compile this without it requiring .net framework , it;s just a couple of forms with some picture1 movements !

Part and Inventory Search

Back
Top