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!

Search results for query: *

  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...
  16. ITbeast

    General Directioin Wanted

    thanks for the help so far. i'm going to install the routers on monday and start doing some testing then. i will post more questions when i have them!
  17. ITbeast

    General Directioin Wanted

    I have a general scenario that I need to setup, but I just wanted to get pointed in the correct direction before I put more time into it. I have two sites that need to be connected. There was a T1 run between the two sites for this purpose. I have two cisco routers (1602 w/T1 card & 1720 w/T1...
  18. ITbeast

    Cisco Router as a Gateway

    so basically you're telling me that I can't use a cisco router to segment my network? it's not possible to have two totally different subnets and use a cisco router to allow them to inter-operate? yeah, i noticed that nat statement. not sure how to get rid of it once i mistyped it. "no...
  19. ITbeast

    Cisco Router as a Gateway

    thanks for the responses. indeed this router is tricky. i believe i have the correct setup, but still can't ping outside when connected to fa0. pings from the router work, and pings from laptop to router (192.168.2.1) work, but it's not passing through Using 1026 out of 131072 bytes...
  20. ITbeast

    Cisco Router as a Gateway

    so are you saying on the vlan1 interface it doesn't need this configuration: ip nat inside source list 1 interface FastEthernet4 overload

Part and Inventory Search

Back
Top