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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ITbeast

  1. ITbeast

    MySql update question

    I have a guy doing some work on my website for me and he forwarded me a list of requirements. One of the requirements was that php should be able to connect to the mysql database. I researched a little bit and found php-mysql would facilitate this. I installed it via yum: #yum install...
  2. ITbeast

    substring question

    That did the trick, thanks for the help. Sorry if it was a really easy question but I'm not a SQL guy I'm just trying to get this one application working.
  3. ITbeast

    substring question

    I have a query that works fine for my initial database population, but I need another one for after that point. Basically, I have a field that comes out as DOMAIN1+username but all I want is the user name. So I came up with this mysql statement that works OK: update logfile set rfc931 =...
  4. ITbeast

    Very easy question about logon script

    Hello, I know very little about vbscript; I usually am able to look at others at modify the code to do what I want, but can't write my own code for crap. I have a drive that I want to map out to everyone except two employees. I have used the following line to not map the drive out for one...
  5. ITbeast

    General Directioin Wanted

    does anyone know how to override a connected static route. For example, my routing table looks like this: Gateway of last resort is 192.168.1.99 to network 0.0.0.0 S 192.168.20.0/24 [1/0] via 10.1.1.2 10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks C 10.1.1.2/32 is directly...
  6. ITbeast

    General Directioin Wanted

    wow, i never knew that was so simples. secret passwords it is!
  7. ITbeast

    General Directioin Wanted

    thanks for the heads up eliotB. i shall take your warning. plshlpme, that is a good idea. after i think about it, it's pretty obvious that the problem lies at the linux server. i'll throw in some rules and start monitoring the traffic.
  8. ITbeast

    General Directioin Wanted

    Thanks plshlme, you are correct. at the time i had it going through .254 for testing. This thing is working 75% of the way. I'm really stuck on this one part b/c i've been over and over the configs and can't find any errors. siteA can talk to siteB just fine. i can ping from a machine at...
  9. ITbeast

    General Directioin Wanted

    food for thought: used cisco configmake v2.6 and setup the network in that exactly how i set it up physically. it gives me almost the exact same configuration. do these configs look right to anyone else?
  10. ITbeast

    General Directioin Wanted

    I'm still having some issues on this and feel like i'm banging my head against the wall. Maybe some of you see something that I've over looked. Here are the configs: RouterA: Using 1074 out of 7506 bytes ! ! Last configuration change at 09:40:28 EST Mon Sep 17 2007 ! NVRAM config last updated...
  11. ITbeast

    General Directioin Wanted

    sorry, i guess i didn't double check siteA: serial0: 10.1.1.1/30 eth0: 192.168.1.9/24 ip route 192.168.20.0 255.255.255.0 10.1.1.2 siteB: serial0: 10.1.1.2/30 eth0: 192.168.20.199 ip route 192.168.1.0 255.255.255.0 10.1.1.1
  12. ITbeast

    General Directioin Wanted

    so it would be something like: ip route 0.0.0.0 0.0.0.0 192.168.1.254 eth0 to point siteB to the internet?
  13. ITbeast

    General Directioin Wanted

    We have X-Data(fractional T1) for internet access. The default gateway 192.168.1.254 That should also be programmed in as a static route?
  14. ITbeast

    General Directioin Wanted

    Ok, i have installed and started testing. SiteA: 192.168.1.0/24 with access to internet SiteB: 192.168.20.0/24 acess to internet will go through siteA So, on my routers: SiteA: Serial0: 10.1.1.1/30 eth0: 192.168.20.199/24 ip route 192.168.20.0 255.255.255.0 10.1.1.2 SiteB: Serial0...
  15. ITbeast

    Cisco IOS software

    Hey all, I just accidentally erased my flash memory on my 1720 router, therefore erasing the ios that i had installed. Problem is: where do i find a ios that i can download. i don't need one with specific features or anything. i go to the cisco site and try to download, but when it get to...

Part and Inventory Search

Back
Top